@import url('https://fonts.googleapis.com/css?family=Lobster&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff&subset=latin-ext');

html{
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
}

header{
	min-height: 50px;
    height: 80px;
}
/*div#preloader {
    background: #fff url("../images/preloader.gif");
    height: 100%;
    left: 0;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    width: 100%;
    z-index: 2000 ;
}*/
.navbar{
	border-bottom: 2px solid #777;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border-color:  #ff4a00;
    background-image: none;
    border-radius: 4px;
}
.navbar-toggle span{
	display: block;
    width: 22px;
    height: 2px;
    border:1px solid #ff4a00;
    border-radius: 1px;
}
.navbar ul li:hover a{
	background-color: transparent;
	color: #ff4a00;
}
.navbar ul li a{
	color:#131111;
    font-family: 'Roboto Condensed', sans-serif;   
    padding: 15px;
    font-size: 17px;
}
.navbar-brand img{
    height: 100%;
}


/* sliders container */
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 90vh;
}
.fade-carousel .carousel-inner .item {
    height: 90vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #d10331;
    border-color: #d10331;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}*/

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #d10331;
    border-color: #d10331;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 90vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../images/mb-3.jpg'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('../images/mb-2.jpg');
}
/*.fade-carousel .slides .slide-3 {
  background-image: url('../images/banner3.jpg');
}*/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}



/*OUR STORY*/
.our-story{
	padding: 80px 0px;
}

.story-heading .title{
	font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 110px;
    font-weight: 400;
    letter-spacing: 7px;
    display: block;
    line-height: 55px;
    letter-spacing: 5.5px;
    transform: skewY(-13deg);
    color: #fa4e4b;
    text-align: center;
}
.story-heading .sub-title{
	margin-top: 80px;
	font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 14px;
    color: #444444;
    text-transform: uppercase;
    text-align: center;
}
.story-desc p{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	line-height: 25px;
	text-align: center;
	margin-top: 30px;
}


/*MILESTONE SECTION*/
.bg-img-1 {
    background-image: url('../images/milestone-bg.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img-1::before, .bg-img-2::before, .bg-img-3::before, .bg-img-4::before {
    content: '';
    display: block;
    background-image: url('../images/long-arrow-top.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.overlay {
    background: rgba(0, 0, 0, 0.56);
}
.padd-tb-250 {
    padding: 250px 0;
}
.fun-factor {
    text-align: center;
    margin-bottom: 35px;
}
.fun-factor img {
    display: inline-block;
}

.fun-factor h5 {
    margin: 30px 0 40px 0;
}
.fun-factor span {
    font-size: 60px;
    /*font-weight: 400px;*/
}

.color-white {
    color: #ffffff !important;
}


/*GALLERY SECTION*/
.gal-container{
	padding: 12px;
}
.gallery-heading .title{
	text-align: center;
	text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 30px 0px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.no-padding{
  padding: 0px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}



/*TESTIMONIAL SECTION*/
.bg-img-3 {
  background-image: url(../images/testimonial-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-img-1::before, .bg-img-2::before, .bg-img-3::before, .bg-img-4::before {
  content: '';
  display: block;
  background-image: url(../images/long-arrow-top.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}

.padd-80x90 {
  padding: 80px 0 90px 0;
}
.overlay {
  background: rgba(0, 0, 0, 0.56);
}
.testimonial .section-header {
  margin-bottom: 70px;
}
section#Brand-logos {
    padding: 100px 0px 0px;
}
.section-header {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.section-header .title {
  font-family: 'Herr Von Muellerhoff', cursive;
  font-size: 110px;
  font-weight: 400;
  display: block;
  line-height: 55px;
  letter-spacing: 5.5px;
  transform: skewY(-13deg);
}
.color-light-gold {
  color: #fa4e4b;
}
.testimonial .section-header h3 {
  margin-top: 25px;
}

.section-header h3 {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 14px;
  text-transform: uppercase;
}
#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 !important;
}

#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}


.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
blockquote small {
  display: block;
  font-size: 18px;
  line-height: 1.42857143;
  color: #fa4e4b;
}
.testimonial-person-desc p{
  color: #fff;
}


@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

@media (max-width: 768px) { 
    
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}



/*SECTION TEAM STYLING*/

.team{
  padding: 80px 0px;
}
.d-center{display: flex;align-items: center;justify-content: center;}
.title-team{
  margin-bottom: 70px;
}
.our-team{
    border: 1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 18px;
    background: rgba(0,0,0,0.7);
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
}
.our-team:hover .team-content{
    transform: translateX(0);
}
.our-team .team-content .post-title{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.our-team .team-content .post{
    font-size: 14px;
    color: #cb95e1;
    display: block;
    margin-bottom: 20px;
}
.our-team .description{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.our-team .team_social{
    margin:0;
    padding:0;
    list-style: none;
}
.our-team .team_social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .team_social li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    font-size: 17px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    transition: border 0.3s ease 0s;
}
.our-team .team_social li a:hover{
    border-color: transparent;
}
.our-team .team-prof{
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 20px 16px;
    background: rgba(0,0,0,0.7);
    transform: translateX(0);
    transition: all 0.20s ease 0s;
}
.our-team:hover .team-prof{
    transform: translateX(100%);
}
.our-team .team-prof .post-title{
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}
.our-team .team-prof .post{
    font-size: 14px;
    color: #fa4e4b;
    margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
    .our-team{ margin-bottom: 20px; }
}


/*FOOTER STYLING*/
.ps-footer .ps-footer__content {
    padding: 80px 0;
    background-color: #22202e;
}
/*.ps-footer{
	background: url('../images/footer1-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}*/

.ps-site-info {
    text-align: center;
}
.ps-site-info .ps-logo {
    margin-bottom: 30px;
    display: inline-block;
    max-width: 200px;
}
.ps-site-info p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #ccc;
    line-height: 1.6em;
}
.ps-list--social li {
    display: inline-block;
    margin-right: 12px;
}
.ps-list--social li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #000;
    background-color: #b3b3b3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ps-list--social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ps-footer .ps-form--subscribe-offer {
    margin-bottom: 40px;
}
.ps-form--subscribe-offer {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.ps-form--subscribe-offer h4 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
}

.form-group {
    margin-bottom: 20px;
}
.ps-form--subscribe-offer .form-group input {
    float: left;
    width: calc(100% - 120px);
    border: solid 1px #979797;
    background-color: transparent;
    text-indent: 10px;
    color: #979797;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ps-form--subscribe-offer .form-group button {
    width: 120px;
    float: right;
    height: 34px;
    background-color: #fa4e4b;
    color: #fff;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
}

.ps-form--subscribe-offer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #979797;
}
.ps-footer .ps-footer__contact {
    text-align: center;
}

.ps-footer .ps-footer__contact h4 {
    font-size: 24px;
    color: #ffffff;
}

.ps-footer .ps-footer__contact h4 {
    font-size: 24px;
    color: #ffffff;
}

p {
    font-size: 14px;
    line-height: 1.6em;
    color: #767676;
}
.ps-footer .ps-footer__open {
    text-align: center;
    margin-bottom: 30px;
}
.ps-footer .ps-footer__open {
    text-align: center;
    margin-bottom: 30px;
}
.ps-footer .ps-footer__open h4 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #ffffff;
}
.ps-footer .ps-footer__open p {
    color: #777;
    line-height: 1.8em;
}
.ps-footer .ps-list--payment {
    display: block;
    text-align: center;
}

.ps-list--payment li {
    display: inline-block;
    margin-right: 10px;
}
.ps-list--payment li a {
    display: inline-block;
}
.ps-footer .ps-footer__copyright {
    background-color: #000;
    text-align: center;
    padding: 25px 0;
}
.ps-footer .ps-footer__copyright p {
    margin-bottom: 0;
    font-family: Lora;
    font-size: 14px;
    color: #777;
    line-height: 20px;
}
.ps-footer .ps-footer__copyright p strong {
    color: #fff;
    font-weight: 700;
}
.ps-footer .ps-footer__copyright p a {
    color: #fa4e4b;
}
.m-auto{margin:auto;}



/*MEDIA QUERY*/
@media screen and (max-width: 767px){
  .pull-right{
    width: 100%!important;
  }
  .nav>li{
    text-align: center!important;
  }
  .d-center{display: block;}
}


