/*=====================
    01.General CSS start
==========================*/

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-family: Poppins, sans-serif;
  background-color: white;
  position: relative;
  font-size: 15px; }

h1 {
  line-height: 63px;
  font-size: 63px;
  margin-top: 25px;
  margin-bottom: 40px;
  color: #9d001b;
  text-transform: uppercase;
  font-weight: 600; }

h2 {
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
  color: #dda5a4;
  text-transform: uppercase;
  letter-spacing: 4px; }

h3 {
  line-height: 42px;
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px; }

h4 {
  line-height: 26px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px; }

h5 {
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0; }

h6 {
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 25px;
  color: #777777;
  margin-bottom: 25px; }

p {
  line-height: 1.8em;
  font-size: 15px;
  color: #777777;
  letter-spacing: 0.03em;
  /*text-transform: capitalize;*/ }
  p.landing-caption {
    font-size: 30px;
    line-height: 1.5; }
    p.landing-caption span {
      color: #444444;
      font-weight: 600; }

a:hover {
  color: white;
  text-decoration: none; }
a:focus {
  color: white;
  text-decoration: none; }

.text-white { color:#FFF; }
.text-orange { color:#FA7C3E; }
.text-grey { color:#505050; }
.btn {
   background-color: #dda5a4; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px; }
section.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
section {
  overflow: hidden; }

.navbar-light .default-nav .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0; }

.navbar-toggler { background-color: rgba(255,255,255,1); }

.home {
  width: 100vw;
  height: 100vh !important;
  background-repeat: no-repeat;
  margin-top: 0;
  display: block;
  background-size: cover;
  background-position: bottom;
  position: relative; }

ul {
  list-style-type: none; }
.no-padding { padding:0;}
.fw500 {
  font-weight: 500; }
.fw700 {
  font-weight: 700; }

.tap-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  color: white;
  text-align: center;
  background: linear-gradient(to top, #dda5a4,#dda5a4);
  border-radius: 100%;
  font-size: 22px;
  cursor: pointer;
  line-height: 2.2;
  display: none;
  border: 1px solid #fff; }


  /*---------------------
		Navigation
------------------------*/

.navbar .navbar {
  background-color: transparent; }

.navbar .nav-item {
  position: relative;
  font-size: 16px;
  padding: 20px 0px 20px 0px;
  margin: 0 10px;    
  color: #000;
  font-weight: 600;
  letter-spacing: 1px; }

.navbar .dropdown-menu .nav-item {
  padding: 0; }

.navbar.darkHeader .dropdown-menu .nav-item {
  padding: 0; }

.navbar .navbar-nav .active > .nav-link {
  color: #dda5a4;
  letter-spacing: 1px;
  cursor: pointer; }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}


@media screen and (min-width: 1200px){
.navbar-nav > .nav-item.active > a:before {
        background-color: #dda5a4;
        background-image: -webkit-linear-gradient(left, #dda5a4, #dda5a4);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 5px;
    }
}    


.navbar-brand img { width: 277px; height: 50px;}

.fixed-top {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease; }

.darkHeader {
  background: white;
  box-shadow: 1px 1px 12px 1px rgba(221, 221, 221, 0.4);
  padding: 0;
  transition: all 0.3s ease; }
  .darkHeader.theme-nav .nav-item {
    padding: 20px 0 20px 7px; }

.store {
  margin-top: 10px; }


  /*---------------------
		Home
------------------------*/

.home{
  background-image: url("../images/bg-home.jpg");
  background-size:cover;
  background-position: center center; 
}
  .home .home-right {
    position: relative;
    z-index: 99; }

  .home .contain {
    position: absolute;
    top: calc(60% - 10px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -100%);
    z-index: 99;
}

.home-contain {
  display: flex;
  align-items: center;
  height: calc(100vh - 74px);
  margin-top: -27px; }

.home-contain h4 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.14em;
    font-size: 18px; }

/*.carousel-caption { bottom:150px; }
.carousel-caption h2 { text-align: left; font-size: 70px; text-transform: capitalize; color:#fff;line-height: 80px; }
.carousel-caption h2>span {  font-weight: 700; text-transform: uppercase; }*/

  /*---------------------
		Home Carousel
------------------------*/
section.home-carousel { padding: 0!important; }
  .carousel-contain {

}
/*  .carousel-contain {
  display: flex;
  align-items: center;
  height: calc(100vh - 74px);}*/

  /*---------------------
		Banner
------------------------*/

.banner{
  margin-top: 0;
  position: relative;
  align-items: center;
  background-image: url("../images/bg-banner.jpg");
  background-size:cover;
  background-position: center  center; 
}
.banner h1 { 
    font-size: 48px;
    font-weight: 700;
    padding-top: 40px;
}
.banner-contain {
  display: flex;
  align-items: center;
}

  /*---------------------
		Introduction
------------------------*/

.intro{
  width: 100vw;
  margin-top: 0;
  position: relative;
  align-items: center; }
.intro .col-md-6 { display:flex;}
.intro .col-md-6 .intro-left { 
	align-items: stretch;
}
.intro-contain {
  align-items: center;
  height: 100%;
  display: flex; }

.intro-left {
  padding:150px;
}
.intro-right {
  margin-left: -150px;
  height: 657px;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .column-image-bg-wrap, .intro .column-image-bg-wrap .inner-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.intro .column-image-bg-wrap .inner-wrap .column-image-bg {
	background-image: url(../images/img-about.jpg);
    background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	min-height: 100vh;
    height: 100%;
}


/*---------------------
		Servives
------------------------*/

.services{
   width: 100vw;
   background: #F5F5F5;
   margin-top: 0;
   position: relative;
   align-items: center; }
.services .item { margin-top:50px;}
  


/*---------------------
		What We Care
------------------------*/

.what-we-care{
  width: 100vw;
  background: #fff;
  margin-top: 0;
  position: relative;
  align-items: center; }

.what-we-care .item { display: flex;  margin-top: 50px; padding-left: 20px;padding-right: 20px;}
.what-we-care .img { margin-right: 20px; }


.about-us{
  margin-top: 0;
  position: relative;
  align-items: center; }
.about-us p { text-align: justify; }
.about-us .intro-img { padding:30px 50px;}
.career {
    background: #F5F5F5;
}
.career h4 {
    padding-bottom:10px;
    border-bottom: 2px solid #3498db;
}
.career h5 { font-weight:bold;}
.career ul {
    list-style:circle;
}
.career .item { 
    text-align:left;
    background:#fff;
    margin: 30px 0; 
    padding: 40px;}
.career .info {
    display:flex;
    justify-content: space-between;
}
.career .info .right{
    margin-top:20px;
}

  /*---------------------
		Contact
------------------------*/

.contact {
  background-image: url(../images/home-contact.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
  overflow: hidden; 
  padding: 80px 0 80px;    
}
.contact-background-overlay {
    background-color: #000000;
    opacity: 0.71;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.contact-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.fancy-box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom:40px;
}
.fancy-box .item--icon {
    font-size: 24px;
    color: #fff;
    height: 63px;
    width: 61px;
    min-width: 61px;
    line-height: 61px;
    text-align: center;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-top: 10px;
    margin-right: 38px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(112, 114, 116, 0.25);
}
.fancy-box .item--title {
    margin-top: 4px;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.fancy-box .item--description {
    line-height: 1.625;
    color: #b7b7b7;
}
.contact .col-lg-5 { padding:50px  50px; }
form {
    max-width: 800px;
   text-align: left;
    margin:50px auto;
    padding:50px  50px;
}

.footer-icons  .btn{ 
    background: #fff;
    border-radius:50%;
    border:none;
    width:50px;
    height: 50px;
    padding:12px;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"],.contact textarea {
    background-color: rgba(112, 114, 116, 0.25)!important;
    border-color: rgba(255, 255, 255, 0.25)!important;
    border-radius: 0px!important;
    color: #fff!important;
    padding: 6px 22px!important;
    line-height: normal!important;
    font-size: 14px!important;
    font-weight: 400!important;
    height: 51px!important;
    width:100%!important;
}
.contact textarea {
    height: 140px!important;
}
.contact  button[type="submit"] {
    background-color: #dda5a4!important;
    background-image: -webkit-linear-gradient(left, #dda5a4, #dda5a4);
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    border:none;
    font-weight: 700;
    padding: 0 34px;
    line-height: 51px;
}
.contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.contact ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.copyright-section { 
    background: #000;
}

.copyright-section p {
  color:#fff;
  font-size:14px;
  text-align: center;
  width: 100%;
  padding: 15px;
  margin-bottom:0;    
}



  /*---------------------
		Contact Us
------------------------*/

.contact-us {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
  overflow: hidden; 
  padding: 80px 0 80px;    
}
.contact-us .fancy-box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom:40px;
}
.contact-us .fancy-box .item--icon {
    font-size: 24px;
    color: #fff;
    height: 63px;
    width: 63px;
    min-width: 63px;
    line-height: 63px;
    text-align: center;
   -webkit-border-radius: 63px;
    -khtml-border-radius: 63px;
    -moz-border-radius: 63px;
    -ms-border-radius: 63px;
    -o-border-radius: 63px;
    border-radius: 63px;
    margin-top: 10px;
    margin-right: 38px;
    position: relative;
    overflow: hidden;
    background-color: #dda5a4!important;
    background-image: -webkit-linear-gradient(left, #dda5a4, #dda5a4);
}
.contact-us .fancy-box .item--title {
    margin-top: 4px;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.contact-us .fancy-box .item--description {
    line-height: 1.625;
    color: #54595F;
}
.contact-us .col-lg-5 { padding:50px  50px; }
.contact-us input[type="text"], .contact-us input[type="email"], .contact-us input[type="tel"],.contact-us textarea {
    background-color: #fff!important;
    border: 1px solid #d8d8d8!important;
    border-radius: 4px!important;
    color: #fff!important;
    padding: 6px 22px!important;
    line-height: normal!important;
    font-size: 14px!important;
    font-weight: 400!important;
    height: 51px!important;
    width:100%!important;
}
.contact-us textarea {
    height: 140px!important;
}
.contact-us  button[type="submit"] {
    background-color: #dda5a4!important;
    background-image: -webkit-linear-gradient(left, #dda5a4, #dda5a4);
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    border:none;
    font-weight: 700;
    padding: 0 34px;
    line-height: 51px;
}
.contact-us ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #54595F;
  opacity: 1; /* Firefox */
}

.contact-us :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #54595F;
}

.contact-us ::-ms-input-placeholder { /* Microsoft Edge */
  color: #54595F;
}
