@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

.Playfair{font-family: 'Playfair Display', serif;}
.Playfair-italic{font-family: 'PlayfairDisplay-Italic';text-transform: lowercase;}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Adam.otf');
}
@font-face {
  font-family: 'PlayfairDisplay-Italic';
  src: url('../fonts/PlayfairDisplay-Italic.otf');
  src: url('../fonts/PlayfairDisplay-Italic.otf') ;
}

/* Base
 ================================== */
  html {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
  }
  body {
    margin: 0;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 20px;
    color: #444444;
    height: 100%;
  }
  /*------- Only phones --------*/
  @media (max-width: 767px) {
    body {
      word-wrap: break-word;
      -webkit-hyphens: auto;
        -ms-hyphens: auto;
          -moz-hyphens: auto;
            -o-hyphens: auto;
              hyphens: auto;
    }
  }





/* start project section */
.bgc-gray
{
    background-color:#f1f1f1 !important;
    border-radius:10px !important;
}
.prsssds p
{
      color: #000 !important;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
 
}
.pt-40
{
    padding-top:40px !important;
}
.pb-80
{
    padding-bottom:80px !important;
}
.mt-50
{
    margin-top:50px !important;
}
.prsssds
{
    padding:30px 20px;
       box-shadow:1px 1px 8px 1px #9d9d9d;
    text-align:center;
    border-radius:5px;
    background-color:#fff !important;
}
.py-80
{
  padding-top:80px !important;
  padding-bottom:80px !important;
}
.magnific-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.mfp-bottom-bar,*{
 font-family: 'Abel', sans-serif;
}
.magnific-img {
  display: inline-block;
  margin:15px 0 !important;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }

.mfp-align-top .mfp-container:before {
display: none; }

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }

.mfp-ajax-cur {
cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
  .mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }

.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
     * Remove all paddings around the image on small screen
     */
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
.mfp-img-mobile img.mfp-img {
  padding: 0; }
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }
.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; } }

@media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }
.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }
.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }
.mfp-container {
  padding-left: 6px;
  padding-right: 6px; } }
/* end project section */




/* start header section */





.nav > li > a
{
  padding:15px 30px !important;
  font-size:14px !important;
  color:#000 !important;
}
.navbar-inverse .navbar-nav > .active > a
{
  color:#fff !important;
}
.fltsssd
{
  float:right ;
}
.navbar-collapse
{
  margin:15px 0 ;
}
.p-0
{
  padding:0 !important;
}
.navbar-inverse
{
  background-color:transparent;
  border:none !important;
}
.navbar
{
  margin-bottom: 0 !important;
}
.navbar-brand
{
  height:auto !important;
  padding:0 !important;
}
.bgcblck
{
  background-color:#000 !important;
  padding:10px 0 3px;;
}
.hedsssd li a
{
  color:#fff !important;
}
.hedsssd1 li a i
{
  margin-left:12px;
}
.hedsssd1 li a i
{
  color: #ffffff !important;
  font-size: 15px !important;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #f00;
  line-height: 25px;
  border-radius: 4px;
}
.hedsssd1 li{
  float:left !important;
  list-style:none !important;
}
.hedsssd1 
{
  float:right;
  padding:0 !important;
}
.hedsssd li i
{
  width: 25px;
  height: 25px;
  background-color: #f00 !important;
  border-radius: 15%;
  font-size: 11px !important;
  line-height: 25px;
  margin-right:8px;
  text-align: center !important;
}
.hedsssd li
{
float:left;
margin-right:25px !important;
list-style:none !important;
}
/* end header section */












/* headings */
h1,h2,h3,h4,h5,h6
{
  font-family: 'Adam';
  text-transform: uppercase;
  font-weight: normal;
}

h1,.h1 {
    font-size: 60px;
    line-height: 64px;
	color: white;
}
h2,.h2 {
    font-size: 30px;
    line-height: 34px;
}
h3,.h3 {
    font-size: 18px;
    line-height: 24px;
}
h4,.h4 {
    font-size: 16px;
    line-height: 22px;
}
h5,.h5 {
    font-size: 14px;
    line-height: 20px;
}
h6,.h6 {
    font-size: 12px;
    line-height: 16px;
}

p{
  color:#333333;
  font-family: 'Open Sans', sans-serif;
  line-height:17px;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
/* links */
ul li a,ul li {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;  
  text-transform: uppercase;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: #000000;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
a:hover{
    text-decoration: none;
    color: #da193d;
}
.mail:hover {
    text-decoration: none;
    color: #da193d !important;
}
a:focus {
    outline:none;
    outline: 0px;
    text-decoration: none;
}

.underline{
  text-decoration: underline;
}
.text-lowercase{
  text-transform: lowercase !important;
}
.text-capital{
  text-transform: capitalize !important;
}

.last-image {
    background: url(../../images/unique.jpg) center center;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.disebled{
  pointer-events: none;
  color: #999999;
}
.opacity0{
  opacity: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1250px) {
  .container {
    width: 1250px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  FONT-WEIGHT
/*-----------------------------------------------------------------------------------*/
.font100  {  font-weight: 100;}
.font300  {  font-weight: 300;}
.font400  {  font-weight: 400;}
.font500  {  font-weight: 500;}
.font600  {  font-weight: 600;}
.font700  {  font-weight: 700;}
.font900  {  font-weight: 900;}
.italic   { font-style: italic;}
.bold     { font-weight: bold;}

/*-----------------------------------------------------------------------------------*/
/*  SPACING
/*-----------------------------------------------------------------------------------*/
.space0   {    margin-top: 0px  !important;   }
.space5   {    margin-top: 5px  !important;   }
.space10  {    margin-top: 10px  !important;  }
.space15  {    margin-top: 15px  !important;  }
.space20  {    margin-top: 20px  !important;  }
.space25  {    margin-top: 25px  !important;  }
.space25  {    margin-top: 25px  !important;  }
.space30  {    margin-top: 30px  !important;  }
.space40  {    margin-top: 40px  !important;  }
.space50  {    margin-top: 50px  !important;  }
.space60  {    margin-top: 60px  !important;  }
.space70  {    margin-top: 70px  !important;  }
.space80  {    margin-top: 80px  !important;  }
.space90  {    margin-top: 90px  !important;  }
.space100 {    margin-top: 100px !important;  }
.space170 {    margin-top: 170px !important;  }
.no-space {    margin: 0 !important;
               padding: 0 !important;}

.margin-left-0   {  margin-left: 0 !important;   }
.margin-right-0  {  margin-right: 0 !important;  }
.padding-left-0  {  padding-left: 0 !important;  }
.padding-right-0 {  padding-right: 0 !important; }
.m-auto          {  margin: 0 auto;              }  
.mbot-0          {  margin-bottom: 0 !important; }              }  


/*-----------------------------------------------------------------------------------*/
/*  BORDER-RADIUS
/*-----------------------------------------------------------------------------------*/
.radius_0   {    border-radius:0px !important;   }
.radius_50  {    border-radius: 50% !important;  }


/*-----------------------------------------------------------------------------------*/
/*  TETX-COLOR
/*-----------------------------------------------------------------------------------*/
.text-white {   color: #ffffff !important;  }
.text-black {   color: #000000 !important;   }
.text-red   {   color: #cf1f40 !important;  }
.text-grey  {   color: #666666 !important;  }
.text-dgrey  {   color: #999999 !important;  }



/*-----------------------------------------------------------------------------------*/
/*  BUTTON
/*-----------------------------------------------------------------------------------*/
.my-btn {
    color: #a11c34 !important;
    background: #ffffff  margin-bottom: 10px;
    height: 64px;
    width: 64px;
    line-height: 44px;
    font-size: 14px;
    text-shadow: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.hovereffect {
    margin-bottom: 20px;
}
.submit {
    color: #a11c34 !important;
    background: #ffffff;  margin-bottom: 10px;
    font-size: 12px;
    padding: 1px 20px;
    text-shadow: none;
    border: 1px solid #a11c34;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    border-radius: 0%;
    box-shadow: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.my-btn:hover {
    background: #a11c34;
    color: #fff !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.submit:hover,
.submit:focus,
.submit:active,
.submit.active,
.submit:hover {
    background: #a11c34;
    color: #fff !important;
}
/*----------------------------------------------------------------------------*/

section {
  position: relative;
}
section:before,
section:after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.vm-weare,.dell,.bt,.gm,.services,.newsletter{
  padding: 50px 0px 50px 0px;
}
@media (max-width: 768px){
  .vm-weare,.dell,.bt,.gm,.services,.newsletter{
    padding: 25px 0px 25px 0px;
  } 
  .navbar-toggle
  {
    background-color:#000 !important;
  }
  .fltsssd
  {
    float:left !important;
    width:100% !important;
    margin:0 !important;
  }
  .mblnone
  {
    display:none !important;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  PRELOADER
/*-----------------------------------------------------------------------------------*/

.home #preloader{
  background:#cf1f40 url(../images/preloader.jpg) no-repeat;
  background-size: cover;
  background-position: 100%;
}
.home #progress{
  height:10px;
  background:rgba(245,245,245,0.80);
}
#preloader{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-size: cover;
  background-position: 100%;
  transition: 1s 0.4s;
}
#progress{
  height:10px;
  background: #da193d;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position:absolute;
  width:0;
  top:0%;
}
#progstat{
  font-size:0em;
  position:absolute;
  top:0%;
  opacity: 0;
}

video{
  display: block;
}

.ani1 {font-family: 'Playfair Display', serif;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 20px;
}

/* Video Responsive Code
 .videoPlayer{
    position:absolute; left:0; width:100%;
	height:100%;
	top:0;
}

 #fullscreen-banner {
    position: relative;
}

.home-video {
   padding-top:56.25%;
   
   
.videoPlayer{
	position:absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
	width:auto;
	height:auto;
    z-index: 99;
    background-size: cover;
	transform:translate(-50%,-50%);
}*/
.mainbanner{ display:none;}
.videoPlayer{
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    background-size: cover;
}

 #fullscreen-banner {
    position: relative;
}

.home-video {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.banner-area:before, .home-video:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    /*background: rgba(0, 0, 8, 0.4);*/
}
.videoPlayer-wrapper {
    height: 100%;
}
@media only screen and (max-width: 1919px) and (min-width: 1200px){
  video {
    width: auto;
    height: 100%;
}

}
.home-video .banner {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.displayTable {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.displayTableCell {
  display: table-cell;
  vertical-align: bottom;
}
/*-----------------------------------------------------------------------------------*/
/*  VIDEO
/*-----------------------------------------------------------------------------------*/

#intro-video,#welcome-video-area {  
  background:url(../img/video.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position:50% 50%;
  height: 100%;
  width: 100%;
}

#intro .item,
#intro-video .item {
  height: 100%;
  height: 100vh;
  
}

#intro .container,
#intro-video .container,
#intro .row,
#intro-video .row {
  height: 100%;
  position: relative;
}
#intro .crafting-text,
#intro-video .crafting-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom:50px;
  max-width: 100%;
  padding: 0px 15px;
  z-index:999;
  margin: auto;
  width: 100%;
}



#intro .item,
#intro-video .item {
  height: 100%;
  height: 100vh;
}

#intro .container,
#intro-video .container,
#intro .row,
#intro-video .row {
  height: 100%;
  position: relative;
}
#intro .crafting-text h6,
#intro-video .crafting-text h6{
  position: relative;
  font-size: 72px;
  line-height: 74px;
  color: #da193d;
}
#intro .crafting-text h7,
#intro-video .crafting-text h7{
  font-size: 78px;
  line-height: 74px;
  color: #da193d;
  text-transform: lowercase;
  margin-top: 0px;
  font-family: 'PlayfairDisplay-Italic';
}





@media (max-width:768px){
	
	.videoPlayer{
	display:none;
}

.mlbmenusssd
{
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 999999;
  top: 0;
  margin-top: 0 !important;
}


.mainbanner{ display:block; width:100%; height:100%; object-fit:cover;}
 
  #intro .crafting-text h1,
  #intro-video .crafting-text h1{
  
    font-size: 32px;
    line-height: 30px;
  
  }
  #intro .crafting-text h2,
  #intro-video .crafting-text h2{
    font-size: 32px;
    line-height: 36px;
  } 

  #scroller7 h1 {
    font-size: 32px;
    line-height: 34px;
  }

  #scroller7 h1 {
    font-size: 32px !important;
    line-height: 34px !important;
    overflow: visible !important;
  }
/*  #scroller7{
    height: 48px !important;
  }*/
  #scroller7 ul li{
    font-size: 30px !important;
    line-height: 22px !important;
    padding-left: 0px !important;
    padding-bottom: 0 !important;
  }

  #scroller7 ul {
    margin-left:86px !important;
    left: 0px;
  }
  #we-are-rotate h3 {
    font-size: 32px !important;
    line-height: 36px !important;
  }

#scroller7 {
    margin-top: -62px !important;
    left: -100px;
    
}

}



#intro .crafting-text p,
#intro-video .crafting-text p{
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 400;
}
hr{
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #da193d !important;
}



.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity:1;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.57) 1%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
.ie9 .overlay-bg,
.ie8 .overlay-bg {
  background:url(../img/video%2cjpg.html);
  height: 100%;
}






/*-----------------------------------------------------------------------------------*/
/*  NAVABR
/*-----------------------------------------------------------------------------------*/

.button_container {
  position: fixed;
  top: 50px;
  right: 50px;
  height: 64px;
  width: 64px;
  cursor: pointer;
  z-index:99999;
  background: #CF1F40;
  border-radius: 50%;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container.active{
  background: #ffffff;
}
.button_container.active{
  background: #ffffff;
}

.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
          transform: translateY(6px) translateX(0) rotate(45deg);
  background: #c52543;
}
.button_container.active .middle {
  opacity: 0;
  background: #c52543;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #c52543;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 25px;
  left: 12px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 32px;
}
.button_container span:nth-of-type(3) {
  top: 39px;
}




@media (max-width: 1430px){
  .button_container {
    right: 20px !important;
  }
  .button_container2 {
    right: 100px !important;
  }
}
.button_container2.active {
    right: 30px !important;
      -webkit-transition:  0.7s;
   -moz-transition:  0.7s;
    -ms-transition:  0.7s;
  transition: transform 0.7s;
  }


.overlay {
  position: fixed;
  background: #da193d;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 50px 0;
  overflow: auto;
  z-index:1050;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:0.8s;
  -moz-transition:0.8s;
 -ms-transition:0.8s;
}





.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition:  0.5s;
   -moz-transition:  0.5s;
    -ms-transition:  0.5s;
  transition: transform 0.5s;
  padding-right: 25px;
}

#overlay.open .dealy{
  -webkit-animation: fadeInLeft .9s ease forwards;
          animation: fadeInLeft .9s ease forwards;
}
#overlay.open .ani1{
  -webkit-animation-delay: .30s;
          animation-delay: .30s;
}
#overlay.open .ani2{
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
#overlay.open .ani3{
  -webkit-animation-delay: .40s;
          animation-delay: .40s;
}
#overlay.open .ani4{
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
#overlay.open .ani5{
  -webkit-animation-delay: .60s;
          animation-delay: .60s;
}
#overlay.open .ani6{
  -webkit-animation-delay: .70s;
          animation-delay: .80s;
}
#overlay.open .ani7{
  -webkit-animation-delay: .90s;
          animation-delay: .90s;
}
#overlay.open .ani8{
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#overlay.open .ani9{
  -webkit-animation-delay: 1.20s;
          animation-delay: 1.20s;
}
#overlay.open .ani10{
  -webkit-animation-delay: 1.30s;
          animation-delay: 1.30s;
}
#overlay.open .ani11{
  -webkit-animation-delay: 1.40s;
          animation-delay: 1.40s;
}
#overlay.open .ani12{
  -webkit-animation-delay: 1.50s;
          animation-delay: 1.50s;
}
#overlay.open .ani13{
  -webkit-animation-delay: 1.60s;
          animation-delay: 1.60s;
}
#overlay.open .ani14{
  -webkit-animation-delay: 1.70s;
          animation-delay: 1.70s;
}
#overlay.open .ani15{
  -webkit-animation-delay: 1.80s;
          animation-delay: 1.80s;
}
#overlay.open .ani16{
  -webkit-animation-delay: 1.90s;
          animation-delay: 1.90s;
}
#overlay.open .ani17{
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#overlay.open .ani18{
  -webkit-animation-delay: 2.10s;
          animation-delay: 2.10s;
}
#overlay.open .ani19{
  -webkit-animation-delay: 2.20s;
          animation-delay: 2.20s;
}
#overlay.open .ani20{
  -webkit-animation-delay: 2.30s;
          animation-delay: 2.30s;
}


.overlay nav h1{
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
  text-transform: capitalize;
}

.padd-left-50{
  padding-left: 50px;
}

.overlay nav {
  position: relative;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
}

.overlay ul li {
  position: relative;
  opacity: 0;
}
.dealy{
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 48px;
  line-height: 64px;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  text-decoration: none;
  overflow: hidden;
  text-transform: capitalize;
}
.overlay ul li a{ font-family:Verdana, Geneva, sans-serif; font-size:38px;}
.overlay ul li a:hover
{
  color: #333333;
}

.nav-address address p{

}
.nav-address .mail:hover{
 color: #000000 !important;
}
.social li{
  opacity: 0;
}
.social li a{
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight:400 !important;
  color: #ffffff;
  text-transform: capitalize;
   font-family: 'Open Sans', sans-serif !important;
}

.nav-copyright{
    bottom: 100px;
    right:-76px;
    position: fixed;
    font-size: 12px;
    font-weight: 400;
    z-index: 99999;
    color: #ffffff;
     -webkit-transform: rotate(-90deg) ;
   -moz-transform: rotate(-90deg) ;
   -o-transform: rotate(-90deg) ;
   -ms-transform: rotate(-90deg) ;
   transform: rotate(-90deg) ;  

}


.button_container2 {
  position: fixed;
  top: 50px;
  right: 140px;
  height: 64px;
  width: 64px;
  cursor: pointer;
  z-index:99999;
  background: url(../img/Contact-icon.png) no-repeat;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container2.active{
  background:url(../img/Close-BUTTON.png) no-repeat;
  right: 50px;
}
.button_container.active{
  background: #ffffff;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 30px;
    line-height: 1.42857143;
    color: #ffffff !important;
    border-bottom: 1px solid #a11c34 !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow:none;
}
.form-control:focus {
    border-color:transparent;
    outline: 0;
    box-shadow:none;
}
::-webkit-input-placeholder {
   color: #a11c34 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #a11c34 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#a11c34 !important;
}

:-ms-input-placeholder {  
   color: #a11c34 !important;
}


.capcha{
  color: #000 !important;
  font-size: 24px;
}
.capcha::-webkit-input-placeholder {
   color: #999999 !important;
}

.capcha:-moz-placeholder { /* Firefox 18- */
   color: #999999 !important;
}

.capcha::-moz-placeholder {  /* Firefox 19+ */
   color:#999999 !important;
}

.capcha:-ms-input-placeholder {  
   color: #999999 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  DATA SLIDER
/*-----------------------------------------------------------------------------------*/

#data-slide{
  background: #f5f5f5;
  padding: 70px 0px 100px;
}

#slide-content{
  display: none;
}
#carousel-text p,footer p{
  font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 15px;
  /*text-transform: uppercase;*/
  font-weight:600;
}


.bord{
  border-top:1px solid #666666;
  width: 30px; 
  margin-bottom: 15px;
}
.bord-nw{
  width: 50px; 
  border-top:4px solid #666666;
}

.carousel-indicators{
  z-index: 9;
}

@media screen and (min-width: 768px){
  .carousel-indicators {
    bottom: -50px;
  }
}

.carousel-indicators .active {
    background-color: #666666;
    border-color: #666666;
    border: none !important;
    height: 10px;
    width: 10px;
    margin:1px; 
}

.carousel-indicators li {

    background-color:#cccccc;
    border:none !important;

}


 .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
    overflow:hidden;
}
/*.carousel-zoom .item.active img,.carousel-zoom .inactiveUntilOnLoad img {
    transition: transform 9000ms linear 0s;
    -webkit-transition: transform 9000ms linear 0s;
    -moz-transition: transform 9000ms linear 0s;
    -ms-transition: transform 9000ms linear 0s;
    -o-transition: transform 9000ms linear 0s;
    
    transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
    -ms-transform: scale(1.05, 1.09);
}*/

/* ken burns effect */
.carousel-zoom .item img {
  transition: transform 9000ms linear 0s;
    -webkit-transition: transform 9000ms linear 0s;
    -moz-transition: transform 9000ms linear 0s;
    -ms-transition: transform 9000ms linear 0s;
    -o-transition: transform 9000ms linear 0s;
}


.carousel-zoom .item.active.inactiveUntilOnLoad img,
.carousel-zoom .item img {

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.carousel-zoom .item.active img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}





.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.carousel-control img,
.carousel-control .prev,
.carousel-control .next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  margin-left: -10px;
  
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
 
}

@media (min-width: 992px){
.carousel-control {
    left: -40px;
    width: 40px;
}
.carousel-control.right {
    right: -40px;
  }
}
.carousel-control.left,.carousel-control.right {
    background-image:none;
}

/*--------------------------------------------------------*/


footer{
  padding: 10px 0px 20px;
  background: #ffffff;
}
footer p{
  font-size: 11px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight:600;
}
footer ul li a{
  font-weight: 600;
}

.copy-right{
  margin-bottom: 35px;
}
.copy-right p,.copy-right a,address,.our-office p{
    font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight:600;
  color: #666666;
}



.about {
  background: url('../images/about.jpg') !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

   /* We Are Slide */

   #single{
    display: none;
   }
 /* #scroller7 {
   position: inherit !important;
  }*/
   #scroller7  ul li{
    font-size: 60px;
    line-height:72px;
    color: #ffffff;
    text-transform: lowercase;
    font-family: 'PlayfairDisplay-Italic';
    padding-left: 4px !important;
    list-style: none;
    padding-bottom: 0 !important;

   /* overflow: hidden;*/
  }
  #scroller7 ul{
    /*margin-top: -42px !important;*/
    margin-left: 185px !important;
   
}
  #scroller7  {
    margin-top: -109px;
  }
  

.we-are-Slide > #we-are-rotate {
    display: block;
    position: relative;
    width: auto;
}

#we-are-rotate h3{
  font-size: 72px;
  line-height: 74px;
  color: #da193d;
  font-family: 'Adam';
  margin-top:0px;
  position: relative;
  
}


.service-bg #scroller7 {
    margin-top: -15px !important;
}
.service-bg #scroller7 ul {
   
    margin-left: 0px !important;
}


.singapore-bg #scroller7 {
    margin-top: -15px !important;
}
.singapore-bg #scroller7 ul {
   
    margin-left: 0px !important;
}







.crop{
  /*padding: 200px 0px 100px;*/
  padding: 100px 0px 60px;
}

.title{
  position: relative !important;
}
.section-title-num{
	/*font-size: 400px;*/
  font-size: 150px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: .80 !important;
  z-index: 0;
  clear: both;
  color: #f5f5f5;
   font-family: 'Adam';
}
.section-title{
  color: #c52543;
  margin: 10px 0px;
  z-index: 10;
  position: relative;
  top: -70px;
}
.pofil-title{
  text-indent: 127px;
}

.pdf-space{
  margin-top: 300px;
}
.pdf-download li{
  line-height: 26px;
}
.pdf-download li a img{
  margin-right:10px;
}
.number2{
  left: 27%;
}
.number3{
  margin-top: -100px;
  position: relative;
}
.section-title span{
  text-indent: 100px;
}

@media (max-width:768px ){
  .section-title-num{
    font-size: 132px;
  }
  .number2{
    left: 0%;
  }
  .number4 {
    top: 0px !important;
  }
  .title h1, .h1 {
      font-size: 28px;
      line-height: 55px;
  }
}



@media (min-width:768px) and (max-width: 992px) {
  .title h1, .h1 {
      font-size: 42px;
      line-height: 55px;
  }
  .our-client-title {
      top: 80px !important;
      right:0px !important;
  }
  .number4 {
      top:10px !important;
  }
  .section-title-num {
      font-size: 180px;
  }
  .space250 {
      margin-top: 50px !important;
  }
  .none{display: none;}

}
@media (min-width:992px) and (max-width: 1024px) {
  .title h1, .h1 {
      font-size: 42px;
      line-height: 55px;
  }
  .our-client-title {
      top: 80px !important;
      right:0px !important;
  }
  .number4 {
      top:10px !important;
  }
  .section-title-num {
      font-size: 240px;
  }
  .space250 {
      margin-top: 50px !important;
  }
  .our-cliente {
      padding: 50px 0px 50px !important;
  }


}


#one {
    background: url(../img/elephant.png) 50% 0 no-repeat fixed;
    padding: 250px 0;
}
.why-us{
  position: relative;
  top: -110px;
}
/* 9. ===   COUNTER 
=======================================================*/
.counter{
  padding: 100px 0px 60px;
}
.counter.countTo h1 {
    display: block;
    font-size: 72px;
    line-height: 70px;
    font-family: 'Adam';
  }


.our-cliente{
  padding: 120px 0px 50px;
}
.number4{
  top: -84px;
}
.space250{
  margin-top: 250px;
}
.our-client-title{
  text-align: right;
  top: 220px;
    right: 85px;
    position: relative;
     -webkit-transform: rotate(-90deg) ;
   -moz-transform: rotate(-90deg) ;
   -o-transform: rotate(-90deg) ;
   -ms-transform: rotate(-90deg) ;
   transform: rotate(-90deg) ;  
}

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 100px;
    right: -39px;
    display: none;

      -webkit-transform: rotate(-90deg) ;
   -moz-transform: rotate(-90deg) ;
   -o-transform: rotate(-90deg) ;
   -ms-transform: rotate(-90deg) ;
   transform: rotate(-90deg) ;  
}
#back-to-top a {
    display: block;
    width: 100px;
    height: 20px;
    font-size: 12px;
    line-height:16px;
    color: #c52543 ;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.pagi-nation{
  position: fixed;
  top: 260px;
  right: -115px;
  margin-bottom: 0;
  cursor: pointer;
  z-index: 999;
  text-align: right;
  min-width: 260px;
  -webkit-transform: rotate(-90deg) ;
  -moz-transform: rotate(-90deg) ;
  -o-transform: rotate(-90deg) ;
  -ms-transform: rotate(-90deg) ;
  transform: rotate(-90deg) ;  
}

.pagi-nation li{
  padding-left:2px;
  padding-right: 2px;
}
.pagi-nation li a{
  text-transform: uppercase;
  font-size: 11px;
  color: #666666;
  font-weight:400 !important;
}



.privacy{
  position: fixed;
  top: 260px;
  right: -115px;
  margin-bottom: 0;
  cursor: pointer;
  z-index: 999999;
  text-align: center;
  min-width: 260px;
  -webkit-transform: rotate(-90deg) ;
  -moz-transform: rotate(-90deg) ;
  -o-transform: rotate(-90deg) ;
  -ms-transform: rotate(-90deg) ;
  transform: rotate(-90deg) ;  
}
.privacy a{
  text-transform: uppercase;
  font-size: 11px !important;
  color: #ffffff !important;
  font-weight:400 !important;
  padding-left: 5px;
  padding-right: 5px;
}


.project-title{
  position: relative;
  font-size: 72px;
  line-height: 72px;
  color: #da193d;
}
.project-paginations{
  right: -100px;
}
.project-title:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 15px;
    width: 60px;
    height: 5px;
    background-color: #da193d;
}
.padd-left85{
  padding-right: 85px;
}
.space53{
  padding-top: 53px;
}
.testimonial h1{
  font-family: 'PlayfairDisplay-Italic' !important;
  font-size: 36px !important;
  line-height: 44px !important;
  text-transform: inherit !important;
  color: #999999;
  margin-top: 0px;
}
.testimonial p{
  font-family: 'PlayfairDisplay-Italic' !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #999999;
  text-align: right;
  font-weight: normal;
}
.project{
  padding: 40px 0;
}

.career {
  background:  url('../img/career.jpg') !important;
  height: 100% !important;
  width: 100% !important;
  background-size:cover !important ;
  background-repeat: no-repeat !important;
  background-position:50% 50% !important;
}

.service-bg {
  background: url('../images/about.jpg') !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}



.singapore-bg {
  background: url('../img/sig-0.jpg') !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}


.nigeria-bg {
  background: url('../img/nigeria-0.jpg') !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}


.srilanka-bg {
  background: url('../img/srilanka-0.jpg') !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}


.safety-bg {
  background: url('../img/rsafety.jpg') !important;
  height: 90% !important;
  width: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}


.kspace50 {
    margin-top: 12px !important;




.career .item,.career .container,.career .row{
  height: 100%;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0px 7px;
    margin-bottom: 0;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.careear-titel{
  padding: 30px 15px 40px;
}

.careeat-text {
  padding-left: 10px;
}

/*Accordion panel arooow
  /*************************/
  .panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    content: '';
    background: url(../img/dw-aroww.jpg) no-repeat;
    float: right;
    height: 10px;
    width: 10px;    
    margin-top: 10px    
  }
  .panel-heading .accordion-toggle.collapsed h4:after {
    /* symbol for "collapsed" panels */
    background: url(../img/lw-aroww.jpg) no-repeat;  
  }
  a.accordion-toggleL{
    text-decoration: none;
  }
  .panel-default>.panel-heading h4{
    color: #a11c34;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    border-color: #a11c34 !important;
  }
  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #a11c34 !important;
    margin-top: -1px;
  }
  
  .panel-default > .panel-heading .collapsed h4{
    color: #666666;        
    border-radius: 0;
    font-size: 12px;
    cursor: pointer;
  }
  .panel-body {
    font-size: 12px;
    line-height: 17px;
    color: #666666;
  }
  .panel-default {
    border-color:transparent;
    box-shadow: none;
  } 
  .panel-default>.panel-heading {
    color: #999999;
    background-color: #ffffff;
    padding: 2px 0px;
    border-bottom: 1px solid #666666;
  }
  .japan-list li{
    line-height: 26px;
    font-size: 12px;
    text-transform: capitalize;
  }

.newslatter-list{margin-left: 12px;}
.newslatter-list li{
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
}
.newsletter-title-num {
    font-size: 400px;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: -9999 !important;
    line-height: 0px;
    z-index: 0;
    clear: both;
    color: #f5f5f5;
    font-family: 'Adam';
}
.ns-title{
  position: relative;
}
.ns-title h3{
  position: relative;
  z-index: 999;
}
.newsletter-num1{
  padding:250px 0px 50px 0px; 
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text]
{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    color: #000 !important;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    background-color: #a11c34;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    height: 45px;
    margin-top:30px; 
    text-transform: uppercase;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}


.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}








/*===========================responsive*/
@media (max-width: 768px){
    h1, .h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .career #scroller7 {
    margin-top: -58px;
  }
  .project-title {
    font-size: 42px;
    line-height: 52px;
  }
  .newsletter-num1 {
     padding: 20px 0px 10px 0px; 
  }
  .newsletter-title-num {
    font-size: 180px;
  }

  .padd-left-50 {
    padding-left: 0px;
    padding-right: 20px;
  }
  .overlay nav h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .overlay ul li a {
    font-size: 22px;
    line-height: 28px;
   }
   .pdf-space {
     margin-top: 10px; 
  }
  .crop {
    padding: 50px 0px 55px;
    }
    .counter {
    padding: 50px 0px 100px;
  }
  .our-cliente {
    padding: 50px 0px 50px;
  }
  footer {
    padding: 50px 0px 20px;
    background: #ffffff;
  }
  .pagi-nation{
      position: relative;
      top: inherit;
      right:inherit;
      margin-bottom: 20px;
      margin-left: 15px;
      cursor: pointer;
      text-align: left;
      min-width:inherit;
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
      transform: rotate(0deg) ;  
  }
  #back-to-top {
    bottom: 100px;
    right: -45px;
  }
  #back-to-top a {
    font-size: 11px;
  }
  .privacy {
    right: -122px;
  }
    
  .privacy a,.nav-copyright {
    font-size: 10px !important;
  }
  .nav-copyright {
    font-size: 11px !important;
    display: none;
  }
  .careear-titel {
   padding: 30px 15px 40px;
  }
}

#example{
  margin-top: -70px;
  margin-left: 198px;
}
.teg-slide li {
  color: #ffffff !important;
  font-size: 62px;
  line-height: 67px;
  text-transform: lowercase;
  font-family: 'PlayfairDisplay-Italic';
  padding-left: 4px !important;
  list-style: none;
}


@media (max-width: 768px){
 #example{
  margin-top: -42px;
  margin-left: 90px;
  height: 40px !important;
}
.teg-slide li {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
} 
}



/*  ----------------CRAFTING TEXT--------------*/
  
  .crafting-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom:50px;
    max-width: 100%;
    padding: 0px 15px;
    z-index:999;
    margin: auto;
    width:1250px;
}
  .crafting-text h1,
  .crafting-text h1{
    position: relative;
    font-size: 72px;
    line-height: 74px;
    color: #da193d;
}
  .crafting-text h2,
  .crafting-text h2{
    font-size: 78px;
    line-height: 74px;
    color: #da193d;
    text-transform: lowercase;
    margin-top: 0px;
    font-family: 'PlayfairDisplay-Italic';
}

@media (max-width:768px){
  .crafting-text h1,
  .crafting-text h1{
  
    font-size: 32px;
    line-height: 30px;
  
  }
  .crafting-text h2,
  .crafting-text h2{
    font-size: 32px;
    line-height: 36px;
  } 

}

.crafting-text p,
.crafting-text p{
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 400;
}


         <style type='text/css'>
iframe.goog-te-banner-frame{ display: none !important;}
</style>

<style type='text/css'>
body {position: static !important; top:0px !important;}
</style>

<style type='text/css'>
.goog-logo-link {display:none !important;} 
.goog-te-gadget{color: transparent !important;}
</style>    


