@font-face {
  font-family: "AvenirNextLTProDemi";
  src: url("../fonts/AvenirNextLTProDemi.eot");
  src: url("../fonts/AvenirNextLTProDemi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTProDemi.woff") format("woff"), url("../fonts/AvenirNextLTProDemi.ttf") format("truetype"), url("../fonts/AvenirNextLTProDemi.svg#AvenirNextLTProDemi") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "FlamaL";
  src: url("../fonts/Flama-Light.eot");
  src: url("../fonts/Flama-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Flama-Light.woff") format("woff"), url("../fonts/Flama-Light.ttf") format("truetype"), url("../fonts/Flama-Light.svg#Flama-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "FlamaM";
  src: url("../fonts/Flama-Medium.eot");
  src: url("../fonts/Flama-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Flama-Medium.woff") format("woff"), url("../fonts/Flama-Medium.ttf") format("truetype"), url("../fonts/Flama-Medium.svg#Flama-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font: 14px/23px "FlamaL";
}

body p {
  font: 14px/23px "FlamaL";
}

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

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-caption {
  background: rgba(255, 255, 255, 0.62);
  max-width: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  display: table;
  padding: 0;
  -webkit-box-shadow: 0px 0px 75px 80px rgba(255, 255, 255, 0.62);
  box-shadow: 0px 0px 75px 80px rgba(255, 255, 255, 0.62);
  border-radius: 6px;
}

.carousel-caption h3 {
  text-align: center;
  font: 52px/58px "FlamaM";
  color: #2c2c2c;
}

.carousel-caption p {
  text-align: center;
  font: 19px/28px "FlamaL";
  color: #000;
  margin-bottom: .6em;
}

.carousel-caption hr {
  border-color: #c4261d;
  max-width: 65%;
  border-width: 4px;
  margin-top: 1.5em;
}

.carousel-caption ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
}

.carousel-caption ul li {
  display: inline-block;
  color: #101010;
  position: relative;
  padding: 0 8px;
  font-weight: 800;
  font-size: 16px;
}

.carousel-caption ul li:after {
  position: absolute;
  right: 0;
  top: 5px;
  height: 13px;
  width: 1px;
  content: '';
  border-right: 1px solid #727272;
}

.carousel-caption ul li:last-child:after {
  border: none;
}

.navbar-brand img {
  max-width: 85%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bnrbtn {
  background: #c4261d;
  border: 1px solid #c4261d;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bnrbtn:hover {
  color: #c4261d;
  background: none;
}

.bnrbtn:hover a {
  color: #c4261d;
}

.about {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.abtTxt {
  padding-right: 5px;
  z-index: 1;
}

.abtTxt h1 {
  font: 49px "AvenirNextLTProDemi";
  color: #2c2c2c;
  margin-bottom: 0;
}

.abtTxt h5 {
  font-size: 18px;
  color: #c4261d;
  font-style: italic;
  margin-bottom: 1.5em;
}

.abtTxt p {
  font-size: 17px;
  color: #808080;
}

.abtTxt .box {
  background: white;
  margin-right: -18em;
  margin-top: 2.7em;
  padding-right: 2em;
}

.popupForTopStrip {
  display: none;
  cursor: pointer;
  color: #fff;
}

.navbarOnScrl {
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.301);
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.301);
}

.navbarOnScrl .navbar-brand img {
  width: 50%;
}

.navbarOnScrl .contctStrip {
  margin-top: .7em;
}

.navbarOnScrl .contctStrip ul li {
  display: inline-block;
  position: relative;
  padding-right: .7em;
  margin-right: .6em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbarOnScrl .contctStrip ul li h4, .navbarOnScrl .contctStrip ul li h3 {
  font-size: 22px;
}

.navbarOnScrl .contctStrip ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.navbarOnScrl .contctStrip ul li:nth-child(1):after {
  position: absolute;
  right: 0;
  top: 9px;
  height: 17px;
  width: 2px;
  content: '';
  border-right: 1px solid #a3a3a3;
}

.navbarOnScrl .hngingStrip {
  display: none;
}

.navbarOnScrl .popupForTopStrip {
  display: block;
  color: #fff !important;
}

.navbarOnScrl .popupForTopStrip:hover {
  color: #c4261d !important;
}

.glryStrip {
  text-align: center;
  background: url(../images/galStripDotBg.png) repeat-x #c4261d;
}

.glryStrip a {
  display: block;
  padding: 3em 0;
}

.glryStrip h2 {
  font: 50px "AvenirNextLTProDemi";
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.glryStrip h5 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.tstmonils .box {
  margin: 3.8em 0 0 -18em;
  padding: 2em 0 0 2em;
  background: url(../images/two-quotes.png) no-repeat 2em 8.8em #fff;
}

.author strong {
  color: #727272;
}

.author em {
  font-size: 14.5px;
}

.contact {
  background: #f2f2f2;
}

.contact .sctnHdr {
  margin-top: 3em;
}

.sctnHdr h1 {
  font: 49px "AvenirNextLTProDemi";
  color: #2c2c2c;
  margin-bottom: 0;
}

.sctnHdr h5 {
  font-size: 18px;
  color: #c4261d;
  font-style: italic;
  margin-bottom: 1.5em;
}

.txtBox, .txtArea {
  padding: 5px;
  outline: none;
  border: none;
  border-bottom: 1px solid #6d6d6d;
  background: none;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 1.6em;
}

.txtBox:focus, .txtArea:focus {
  border-color: #c4261d;
}

.txtArea {
  height: 80px;
  resize: vertical;
}

.borderless td, .borderless th {
  border: none;
}

.submtBtn {
  background: #c4261d;
  border: 1px solid #c4261d;
  padding: 8px 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submtBtn:hover {
  color: #c4261d;
  background: none;
}

.adrsBox {
  padding: 8em 0;
  top: 0;
  background: #c4261d;
  text-align: center;
  color: #fff;
}

.adrsBox a {
  color: #fff;
}

.adrsBox h3 {
  font-size: 28px;
}

.adrsBox h4 {
  font-size: 26px;
}

.adrsBox img {
  margin-bottom: 2.5em;
}

footer {
  background: #242323;
  padding: 1.6em 0;
  text-align: center;
}

footer p {
  color: rgba(255, 255, 255, 0.808);
  font-size: 14px;
  margin: 0;
  letter-spacing: 1px;
}

.glryStrip {
  cursor: pointer;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background: url(../images/rgt-arrow.png) no-repeat center #c4261d;
  background-size: 7px;
  padding: 15px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.contctStrip {
  float: right;
  margin-top: 2em;
}

.contctStrip ul {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}

.contctStrip ul li h3 {
  font: 30px "FlamaM";
  color: #2c2c2c;
}

.contctStrip ul li h3 a {
  color: #2c2c2c;
}

.contctStrip ul li h4 {
  font: 21.51px "FlamaM";
  color: #2c2c2c;
}

.contctStrip ul li h4 a {
  color: #2c2c2c;
}

.hngingStrip {
  background: #c4261d;
  height: 40px;
  padding: 10px;
  float: left;
  margin-right: -25px;
  /*IE9*/
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hngingStrip h4 {
  color: #fff;
  font-size: 16px;
  float: left;
  margin: -1px 0 0 0;
}

.hngingStrip img {
  float: left;
  margin-right: .5em;
  max-width: 20%;
}

.navSctn {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(50%, rgba(255, 255, 255, 0.78)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0.78)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.qckEngBtn {
  position: fixed;
  text-transform: uppercase;
  font-size: 18px;
  right: -50px;
  top: 12em;
  z-index: 2222;
  /*IE9*/
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.qckEngBtn a {
  background: #1d66c4;
  padding: 10px 12px;
  color: white;
}

.hdnFld {
  opacity: 0;
  height: 0;
  width: 0;
}

.tstmnilsBox {
  overflow: hidden;
}

.mblFxdBtmStrp {
  display: none;
  position: fixed;
  z-index: 11;
  bottom: 0;
  left: 0;
  right: 0;
}

.mblFxdBtmStrp ul {
  margin: 0;
  padding: 0;
}

.mblFxdBtmStrp ul li {
  display: inline-block;
  background: #1d66c4;
  text-align: center;
  border-right: 1px solid #fff;
  color: #fff;
}

.mblFxdBtmStrp ul li:last-child {
  border: none;
  background: #e5e100;
  color: #333;
}

.mblFxdBtmStrp ul li:last-child a {
  color: #000;
}

.mblFxdBtmStrp ul li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.pp_pic_holder {
  position: fixed !important;
  top: 0 !important;
  max-height: 100%;
  overflow-y: auto !important;
}

.pp_expand {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .carousel-caption {
    max-width: 65%;
  }
  .adrsBox h3 {
    font-size: 25px;
  }
  .abtTxt .box {
    margin-top: 0;
    background: rgba(255, 255, 255, 0.92);
  }
}

@media only screen and (max-width: 991px) {
  .navbarOnScrl .contctStrip ul li h4, .navbarOnScrl .contctStrip ul li h3 {
    font-size: 16px;
  }
  .bnrbtn {
    padding: 10px;
    font-size: 12px;
  }
  .navbarOnScrl .contctStrip ul li:nth-child(1):after {
    top: 4px;
  }
  .navbarOnScrl .contctStrip {
    margin-top: .17666em;
  }
  .carousel-caption h3 {
    font-size: 40px;
    line-height: 45px;
  }
  .abtImg {
    display: none;
  }
  .about {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
  .abtTxt {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .abtTxt .box {
    margin-right: 0;
  }
  .tstmonils .box {
    margin-left: 0;
    padding-left: 0;
  }
  .adrsBox h3 {
    font-size: 18px;
  }
  .glryStrip h2 {
    font-size: 36px;
  }
  div.pp_default .pp_expand {
    background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .hngingStrip {
    height: 34px;
    padding: 10px 3.5px;
    margin-right: -20px;
    margin-top: 13px;
  }
  .hngingStrip h4 {
    font-size: 13px;
  }
  .contctStrip {
    margin-top: .4em;
  }
  .contctStrip ul li h3 {
    font-size: 26px;
  }
  .contctStrip ul li h4 {
    font-size: 19px;
  }
  .abtTxt h1, .sctnHdr h1 {
    font-size: 38px;
  }
  .adrsBox {
    padding: 1em 0;
  }
  .adrsBox h3 {
    font-size: 28px;
  }
  .adrsBox img {
    margin-bottom: 1em;
  }
  .popupForTopStrip span {
    display: none;
  }
  .navbar-brand img {
    max-width: 65%;
  }
  .mblFxdBtmStrp {
    display: block;
  }
  .topRBox {
    display: none;
  }
  .logoBox {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  footer {
    margin-bottom: 3.7em;
  }
  .qckEngBtn {
    display: none;
  }
  .carousel-caption {
    font-size: 22px;
    line-height: 25px;
  }
  .carousel-caption a {
    display: none;
  }
  .carousel-caption h3 {
    font-size: 26px;
    line-height: 25px;
  }
  .carousel-caption p {
    font-size: 17px;
    line-height: 18px;
  }
  .carousel-caption hr {
    max-width: 72%;
    margin-top: 0.5em;
  }
  .txtBox, .txtArea {
    width: 100%;
    margin-bottom: 0.6em;
  }
  .formSectn table td {
    display: block;
  }
  .submtBtn {
    width: 100%;
  }
  .adrsBox {
    background: none;
  }
  .adrsBox img {
    display: none;
  }
  .adrsBox p {
    font-size: 18px;
  }
  .adrsBox h3 a {
    color: #c4261d !important;
  }
  .adrsBox p, .adrsBox h4, .adrsBox h3 {
    color: #333;
  }
  .adrsBox p a, .adrsBox h4 a, .adrsBox h3 a {
    color: #333;
  }
  .pp_gallery {
    display: none !important;
  }
  #fullResImage {
    width: 99% !important;
    height: auto !important;
  }
  .pp_pic_holder {
    width: 86% !important;
    left: 0 !important;
    margin: 0 auto;
    right: 0;
  }
  .pp_hoverContainer, .pp_content {
    width: 100% !important;
    height: auto !important;
    top: 45% !important;
  }
  .pp_details {
    width: 99% !important;
  }
  .pp_full_res img {
    width: 99% !important;
    height: auto !important;
  }
  div.pp_default .pp_next {
    background: url(../images/prettyPhoto/default/sprite_next.png) center right 30px no-repeat;
  }
  div.pp_default .pp_content_container .pp_details {
    height: 27px;
  }
  div.pp_default .pp_details {
    position: absolute;
    top: 0;
    right: 21px;
  }
}

@media only screen and (max-width: 575px) {
  .flex-direction-nav li a.prev {
    left: 0;
    right: auto;
  }
  .flex-direction-nav li a.next {
    left: 48px;
  }
}

@media only screen and (max-width: 420px) {
  .mblFxdBtmStrp ul li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 360px) {
  .mblFxdBtmStrp ul li a {
    padding: 7px 0 3px 0;
  }
  .mblFxdBtmStrp ul li a i {
    display: block;
    font-size: 16px;
  }
}
/*# sourceMappingURL=main.css.map */