/*------------------------------------------------------- Fonts Classes ---------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway');
/*------------------------------------------------------- Global Classes ---------------------------------------------------------*/
 body {
  font-family: 'Raleway', sans-serif;
     font-size: 18px;
     color: #777777;
    /* letter-spacing: 1px;
     */
     line-height: 28px;
}
 ul, ol {
     margin-top: 0;
     margin-bottom: 0px;
}
 hr {
     margin-top: 20px;
     margin-bottom: 20px;
     border: 0;
     border-top: 1px solid #eeeeee;
}
 a{
     color:#444444;
}
/*------------------------------------------------------- Typography Classes ---------------------------------------------------------*/
 h1, h2, h3, h4, h5, h6 {
     color:#444444;
     font-family: 'Raleway', sans-serif;
}
 p {
     margin: 0 0 20px;
     line-height: 28px;
}
 blockquote {
     padding: 5px 15px;
     border-left-width: 4px;
     font-size: 13px;
}
/*Overall Padding*/
 .pad-0 {
     padding: 0px !important;
}
 .pad-10 {
     padding:10px !important;
}
 .pad-15 {
     padding:15px !important;
}
 .pad-20 {
     padding:20px !important;
}
 .pad-30 {
     padding:30px !important;
}
 .pad-40 {
     padding:40px !important;
}
 .pad-50 {
     padding:50px !important;
}
 .pad-60 {
     padding:60px !important;
}
/*Padding Top & Bottom */
 .pad-t-b-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
}
 .pad-t-b-10 {
     padding-top:10px !important;
     padding-bottom:10px !important;
}
 .pad-t-b-15 {
     padding-top:15px !important;
     padding-bottom:15px !important;
}
 .pad-t-b-20 {
     padding-top:20px !important;
     padding-bottom:20px !important;
}
 .pad-t-b-30 {
     padding-top:30px !important;
     padding-bottom:30px !important;
}
 .pad-t-b-40 {
     padding-top:40px !important;
     padding-bottom:40px !important;
}
 .pad-t-b-50 {
     padding-top:50px !important;
     padding-bottom:50px !important;
}
 .pad-t-b-60 {
     padding-top:60px !important;
     padding-bottom:60px !important;
}
/*Padding Left & Right*/
/*Padding Top*/
 .pad-t-0 {
     padding-top:0px !important;
}
 .pad-t-10 {
     padding-top:10px !important;
}
 .pad-t-15 {
     padding-top:15px !important;
}
 .pad-t-20 {
     padding-top:20px !important;
}
 .pad-t-30 {
     padding-top:30px !important;
}
 .pad-t-40 {
     padding-top:40px !important;
}
 .pad-t-50 {
     padding-top:50px !important;
}
 .pad-t-60 {
     padding-top:60px !important;
}
/*Padding Bottom*/
 .pad-b-0 {
     padding-bottom:0px !important;
}
 .pad-b-10 {
     padding-bottom:10px !important;
}
 .pad-b-15 {
     padding-bottom:15px !important;
}
 .pad-b-20 {
     padding-bottom:20px !important;
}
 .pad-b-30 {
     padding-bottom:30px !important;
}
 .pad-b-40 {
     padding-bottom:40px !important;
}
 .pad-b-50 {
     padding-bottom:50px !important;
}
 .pad-b-60 {
     padding-bottom:60px !important;
}
/*Padding Left*/
 .pad-l-0 {
     padding-left:0 !important;
}
 .pad-l-10 {
     padding-left:10px !important;
}
 .pad-l-15 {
     padding-left:15px !important;
}
 .pad-l-20 {
     padding-left:20px !important;
}
 .pad-l-30 {
     padding-left:30px !important;
}
 .pad-l-40 {
     padding-left:40px !important;
}
 .pad-l-50 {
     padding-left:50px !important;
}
 .pad-l-60 {
     padding-left:60px !important;
}
/*Padding Right*/
 .pad-r-0 {
     padding-right:0px !important;
}
 .pad-r-10 {
     padding-right:10px !important;
}
 .pad-r-15 {
     padding-right:15px !important;
}
 .pad-r-20 {
     padding-right:20px !important;
}
 .pad-r-30 {
     padding-right:30px !important;
}
 .pad-r-40 {
     padding-right:40px !important;
}
 .pad-r-50 {
     padding-right:50px !important;
}
 .pad-r-60 {
     padding-right:60px !important;
}
/*Overall Margin*/
 .mar-10 {
     margin:10px !important;
}
 .mar-15 {
     margin:15px !important;
}
 .mar-20 {
     margin:20px !important;
}
 .mar-30 {
     margin:30px !important;
}
 .mar-40 {
     margin:40px !important;
}
 .mar-50 {
     margin:50px !important;
}
 .mar-60 {
     margin:60px !important;
}
 .mar-t-10 {
     margin-top:10px !important;
}
 .mar-t-15 {
     margin-top:15px !important;
}
 .mar-t-20 {
     margin-top:20px !important;
}
 .mar-t-30 {
     margin-top:30px !important;
}
 .mar-t-40 {
     margin-top:40px !important;
}
 .mar-t-50 {
     margin-top:50px !important;
}
 .mar-t-60 {
     margin-top:60px !important;
}
/*Margin Bottom */
 .mar-b-0 {
     margin-bottom:0 !important;
}
 .mar-b-10 {
     margin-bottom:10px !important;
}
 .mar-b-15 {
     margin-bottom:15px !important;
}
 .mar-b-20 {
     margin-bottom:20px !important;
}
 .mar-b-30 {
     margin-bottom:30px !important;
}
 .mar-b-40 {
     margin-bottom:40px !important;
}
 .mar-b-50 {
     margin-bottom:50px !important;
}
 .mar-b-60 {
     margin-bottom:60px !important;
}
/*Margin Left */
 .mar-l-0 {
     margin-left:0 !important;
}
 .mar-l-10 {
     margin-left:10px !important;
}
 .mar-l-15 {
     margin-left:15px !important;
}
 .mar-l-20 {
     margin-left:20px !important;
}
 .mar-l-30 {
     margin-left:30px !important;
}
 .mar-l-40 {
     margin-left:40px !important;
}
 .mar-l-50 {
     margin-left:50px !important;
}
 .mar-l-60 {
     margin-left:60px !important;
}
/*Margin Right */
 .mar-r-0 {
     margin-right:0 !important;
}
 .mar-r-10 {
     margin-right:10px !important;
}
 .mar-r-15 {
     margin-right:15px !important;
}
 .mar-r-20 {
     margin-right:20px !important;
}
 .mar-r-30 {
     margin-right:30px !important;
}
 .mar-r-40 {
     margin-right:40px !important;
}
 .mar-r-50 {
     margin-right:50px !important;
}
 .mar-r-60 {
     margin-right:60px !important;
}
 #header-container {
     position: relative;
     z-index: 8080;
     top: 0;
     left: 0;
     right: 0;
     margin-top: -35px;
    /* background:#fff;
     */
}
 nav{
     min-width:88%;
     max-width:88%;
     float:left;
}
 @media (max-width: 767px) {
     #header-container {
         position: relative;
    }
}
 #header {
     position: relative;
     padding: 0 30px;
}
 #header [class^="col-"] {
     position: static;
}
 @media (min-width: 1200px) {
     #header-container [class^="col-"] {
         position: relative;
    }
}
 @media (max-width: 991px) {
     #header {
         padding: 0;
    }
}
 #logo {
     min-width:12%;
     max-width: 12%;
    /* padding: 20px 0;
     */
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     float:left;
}

.logo{
  float: left;
  width: 230px;
  flex: none;
  margin-top: 20px;
}

.menubar{
  min-width: auto;
  max-width: auto;
  flex: 3;
}

 #logo a {
     display: inline-block;
     max-width: 100%;
     text-align: center;
}
 @media (max-width: 767px) {
     #logo {
         margin-right: 60px;
    }
}
/* Smartphones (portrait) ----------- */
 @media only screen and (max-width : 1000px) {
     #logo {
         min-width:20%;
         max-width: 20%;
         padding: 20px 0;
         -webkit-transition: all 0.3s;
         transition: all 0.3s;
         float:none;
    }
    /* Styles */
}
 @media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
     #logo {
         margin-right: 60px;
         float:none;
         display:none;
    }
    /* Styles */
}
 .bbg-menu{
     background: #585745;
     display: flex;
}
 .menu, .menu ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .menu {
     float: right;
}
 .menu > li {
     float: left;
}
 .menu li a {
     font-weight: 500;
     display: block;
     padding: 5px 45px;
     margin: 5px 0;
     color: #fff;
     font-size: 16px;
     line-height: 22px;
     text-decoration: none;
     text-transform: uppercase;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
}
 .menu > li > a {
     position: relative;
     padding: 26px 20px;
     margin: 0;
     margin-right:30px;
     font-size: 16px;
     line-height: 28px;
     letter-spacing: 1px;
}
 .menu > li > a:first-child {
     padding-left: 0;
}
 .menu > li:last-child > a {
     margin-right: 0;
}
 .menu li{
     position:relative;
}
 .menu li.dropdown ul {
     position: absolute;
     z-index: 2000;
     top: 100%;
     left: 0;
     display: none;
     width: 210px;
     background-color: #fff;
}
 .menu li.dropdown ul li a {
     position: relative;
}
 .menu li.dropdown ul li a:before {
     position: absolute;
     top: 0;
     bottom: 0;
     left: -1px;
     border-left: 5px solid #B9C630;
     opacity: 0;
     content: "";
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .menu li.dropdown ul li a:hover:before, .menu li.dropdown ul li.sfHover > a:before {
     opacity: 1;
}
 .menu li.dropdown ul ul {
     top: -6px;
     left: 100%;
}
 .menu li.dropdown:hover > ul {
     display: block;
}
 .menu li.megamenu .megamenu-container {
     position: absolute;
     z-index: 2000;
     top: 100%;
     left: 0;
     display: none;
     padding: 20px 0;
     width: 100%;
     border: 1px solid #333;
     background-color: #1c0533;
}
 .megamenu-container .section {
     float: left;
     width: 25%;
     border-right: 1px solid #333;
}
 .megamenu-container .section:last-child {
     border-right: none;
}
 .megamenu-container.col-2 .section {
     width: 50%;
}
 .megamenu-container.col-3 .section {
     width: 33.33333333%;
}
 .megamenu-container.col-4 .section {
     width: 25%;
}
 .megamenu-container.col-5 .section {
     width: 20%;
}
 .menu li.megamenu ul li a {
     position: relative;
}
 .menu li.megamenu ul li a:before {
     position: absolute;
     top: 0;
     bottom: 0;
     left: -1px;
     border-left: 5px solid #B9C630;
     opacity: 0;
     content: "";
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
}
 .menu li.megamenu ul li a:hover:before {
     opacity: 1;
}
 .menu li.megamenu:hover > .megamenu-container {
     display: block;
}
 .sf-arrows .sf-with-ul:after {
     position: absolute;
     top: 50%;
     right: 10px;
     font-family: "FontAwesome";
     content: "\f107";
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .sf-arrows > li:hover > .sf-with-ul:after {
}
 .sf-arrows ul .sf-with-ul:after {
     right: 15px;
     content: "\f105";
}
 .sf-arrows ul li:hover > .sf-with-ul:after {
}
 .menu li a:hover, .menu li.active > a, .menu li.sfHover > a {
     color: #B9C630;
     text-decoration: none;
}
 @media (min-width: 768px) and (max-width: 991px) {
     .menu {
         display: none;
    }
}
 @media (max-width: 767px) {
     .menu {
         display: none;
    }
}
/*********************************************************************************** * - MOBILE MENU ***********************************************************************************/
 #mobile-menu-button {
     position: absolute;
     top: 51px;
     right: 50px;
     display: none;
     font-size: 24px;
     line-height: 24px;
     color:#fff;
}
 #mobile-menu-button:hover, #mobile-menu-button:focus {
     color: #B9C630;
}
 #mobile-menu, #mobile-menu ul {
     list-style: none;
     display: none;
     margin: 0;
     background-color: #8A8A8A;
     padding:0px;
     margin:0px;
}
 #mobile-menu {
     border-bottom: 1px solid #fff;
}
 #mobile-menu li a {
     display: block;
     padding: 10px 20px;
     border-top: 1px solid #fff;
     color: #fff;
     font-size: 12px;
     text-decoration: none;
     text-transform: uppercase;
}
 #mobile-menu > li > a {
     font-size: 14px;
     font-weight: 500;
}
 #mobile-menu ul a {
     padding-left: 40px;
}
 #mobile-menu ul ul a {
     padding-left: 60px;
}
 #mobile-menu .megamenu-container {
     display: none;
     margin-left: 0;
}
 #mobile-menu .megamenu-container .section {
     float: none;
     width: 100%;
     margin-bottom: -1px;
     padding: 0 20px 20px 20px;
}
 #mobile-menu .megamenu-container .section ul {
     display: block;
     margin: 0 -25px -20px;
}
 #mobile-menu .megamenu-container .section ul a {
     padding-left: 40px;
}
 #mobile-menu .megamenu-container .section > ul li a:before {
     display: none;
}
 #mobile-menu .megamenu-container .section ul li:last-child a {
     border-bottom: 1px solid #fff;
}
 #mobile-menu li.dropdown > a, #mobile-menu li.megamenu > a {
     position: relative;
}
 #mobile-menu li.dropdown > a:after, #mobile-menu li.megamenu > a:after {
     position: absolute;
     top: 50%;
     right: 20px;
     font-family: "FontAwesome";
     font-size: 15px;
     content: "\f107";
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
 #mobile-menu li.dropdown > a.open:after, #mobile-menu li.megamenu > a.open:after {
     content: "\f106";
}
 #mobile-menu li.search a {
     display: none;
}
 @media (min-width: 768px) and (max-width: 991px) {
     #mobile-menu-button {
         display: block;
    }
}
 @media (max-width: 767px) {
     #mobile-menu-button {
         display: block;
    }
}
/*********************************************************************************** * - STICKY ***********************************************************************************/
 #header-sticky [class^="col-"] {
     position: static;
}
 #header-sticky.header-sticky-small #logo {
    /* padding: 10px 0;
     */
}
 #header-sticky {
     position: fixed;
     z-index: 8000;
     top: 0;
     right: 0;
     left: 0;
     display: none;
     width: 100%;
     padding: 0 30px;
     margin: 0 auto;
     background-color: #585745;
     box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
 #header-sticky.header-sticky-small .menu > li> a {
    /* padding-top: 17px;
     padding-bottom: 17px;
     */
}
 #header-sticky.header-sticky-small #search-form {
     top: 4px;
}
 @media (min-width: 1200px) {
     #header-sticky:after {
         width: 35%;
    }
     #header-sticky [class^="col-"] {
         position: relative;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     #header-sticky {
         visibility: hidden;
    }
}
 @media (max-width: 767px) {
     #header-sticky {
         visibility: hidden;
    }
}
 .sticky.is-sticky {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     z-index: 1000;
     width: 100%;
}
 .bg7 h4{
     background-color:#fff;
     padding: 25px;
     font-size:18px;
     font-weight: 400;

     color: #000;
}
 .header1{
     margin-top: -40px;
     z-index: 9999;
}
::placeholder {
  color: #fff!important;
  opacity: 1; 
}
.form-control{
  background: none!important;
}
.mar-t-200{
  margin-top:150px;
}
 .bg6{
     background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
     color: #fff;
     padding: 50px;
}
 .bg6 h3{
     font-size: 22px;
     color: #fff;
     margin-top:20px;
}
 .bg6 p{
     font-size: 15px;
     color: #fff;
}
 .bg8{
     /* background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
     color: #fff;
     padding: 15px 12px;
}

textarea:focus, input:focus {
  color: #fff;
  box-shadow: none!important;
}
 .bg8 form input{
     border-bottom: 1px solid #fff!important;
     background: none;
     box-shadow: none;
     border:none;
     border-radius: 0px;
     color: #ffffff!important;
}
 .bg8 form textarea{
     border-bottom: 1px solid #fff!important;
     background: none;
     box-shadow: none;
     color: #ffffff!important;
     border:none;
     border-radius: 0px;
}
 .bg8 form input::placeholder {
     color: #fff;
     font-size: 18px;
    /* font-weight: 700;
     */
     opacity: 1;
    /* Firefox */
     letter-spacing: 1px;
}
 .bg8 form textarea::placeholder {
     color: #fff;
     font-size: 18px;
    /* font-weight: 700;
     */
     letter-spacing: 1px;
     opacity: 1;
    /* Firefox */
}
 .bg8 form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
     color: #fff;
     font-size: 18px;
     font-weight: 700;
     opacity: 1;
    /* Firefox */
     letter-spacing: 1px;
}
 .sub{
     background: #585745;
     border-radius: 2px;
     border-color: transparent;
     padding: 5px 20px;
     color: #fff;
     letter-spacing: 1px;
}
 .bg8 form input::-ms-input-placeholder {
    /* Microsoft Edge */
     color: #fff;
     font-size: 18px;
     font-weight: 700;
     opacity: 1;
    /* Firefox */
     letter-spacing: 1px;
}
 .contct-text{
     margin-top:-30%;
     position: relative;
     z-index: 99999;
}
 .news-letter{
     background: url('../img/newsletter-bg.png');
     height: 400px;
     padding: 45px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .logos-list{
     /* padding: 35px; */
}
 .logos-list1{
     /* padding: 35px; */
     margin-bottom: 40px;
}
 .logos-list li{
     list-style: none;
     /* float: left; */
     padding:0px 15px ;
     font-size: 30px;
}
 .logos-list1 li{
     list-style: none;
     float: left;
     padding:15px;
     font-size: 30px;
}
 .naming{
     background: none;
     border: none;
     border-radius: 0px;
     border-bottom:1px solid #fff;
}
 .naming::placeholder {
     color: #fff;
     letter-spacing: 1px;
}
 .partners{
   font-weight: 700;
     text-align: right;
     color: #fff;
     padding-top: 60px;
     font-size:72px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
}
 .letter-ng {
     background: url('../img/background.png');
     padding: 35px 70px;
}
 .mar-t-100{
     margin-top:100px;
}
 .few-words h3,h4{
     color: #fff;
}
 .few-words h4{
     font-size: 21px;
     font-family: 'Raleway', sans-serif;
     text-transform: uppercase;
     text-align: center;
}
 .few-words h3 {
     font-size: 25px;
    font-family: 'Raleway', sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     text-align: center;
     letter-spacing: 2px;
     margin-bottom: 50px;
}
.textcolor{
  color:#8A8A8A;
}
.building{
 max-width: 100%;
}
p.v {
 writing-mode: vertical-lr;
 transform: rotate(180deg);
 text-orientation: sideways;
 text-align:right;
 text-orientation: sideways;
 font-size:75px;
 opacity:0.2;
 font-weight: 500;
 margin-left: 30px;
}

.head12 h1{
font-size: 32px!important;
}
.heading1{
 font-size: 18px;
 letter-spacing: 3px;
}
.textlink{
 float:right;
 color:#8A8A8A;
 font-size: 18px;
 padding-top: 25px;
}
.textlink:hover{
 text-decoration: none;
 color:#585745
}
.exploretext{
 padding-top: 30px;
}
.interiorimg{
 background-image: url("../img/office-chare.jpg");
 background-position: center;
 background-size: cover;
 height: 380px;

}
.few-words{
 padding:70px 0px 20px 0px;
 color:white;
 text-align: center;
}
.offsetdiv{
 background:rgba(88, 87, 69, .949);
 height: 380px;

}
.house{
 color:#fff;
 text-shadow: 2px 2px  2px #000;
}
.icons a img{


 padding: 10px 30px 0px;
}
.icons{
 /* padding-left: 55px; */
 padding-bottom:50px;
}
.textright{
 text-align: right;
}
.three{
 color:#BABABA;
 font-size: 80px;
 font-weight: 700;
}
.products{
 padding:50px 0px 50px 0px;
}
.textright .heading-content[data-after-text]:after {
   content: attr(data-after-text) "";
   font-size: 87px;
   color: #f7f7f7;
   text-align: right;
   line-height: 1;
   right: 0;
}
.heading-text{
 font-size: 35px;
font-family: 'Raleway', sans-serif;
 color: #585745;
 font-weight: 700;
 text-transform: uppercase;
 text-align: right;
 letter-spacing: 2px;
 line-height: 100px;

}
.heading-content{
     line-height: 1;
}
.textright .heading-content[data-before-text]:before {
   content: attr(data-before-text) "";
   font-size: 80px;
font-family: 'Raleway', sans-serif;
   color: #bababa;
   font-weight: 700;
   text-transform: uppercase;
   text-align: left;
   vertical-align: sub;
   margin-right: 20px;
 }
 .textright .heading-content[data-before-text]:before {
   content: attr(data-before-text) "";
   font-size: 80px;
  font-family: 'Raleway', sans-serif;
   color: #bababa;
   font-weight: 700;
   text-transform: uppercase;
   text-align: left;
   vertical-align: sub;
   margin-right: 20px;
}
.textleft .heading-content[data-after-text]:after {
   content: attr(data-after-text) "";
   color: #f7f7f7;
   font-size: 80px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 1;
   left: 10px;
}
.textleft .heading-content[data-before-text]:before {
   content: attr(data-before-text) "";
   font-size: 80px;
   font-family: 'Raleway', sans-serif;
   color: #bababa;
   font-weight: 700;
   text-transform: uppercase;
   text-align: left;
   vertical-align: sub;
}
.textright .heading-content[data-after-text]:after, .textleft .heading-content[data-after-text]:after {
    z-index: -1;
    top: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    position: absolute;
}

.headings{
 color: #585745;

font-size: 19px;
font-weight: 500;
}
.service-icons1 img {

 padding-bottom:25px;
}




.heathrow-lightbox {
 background: rgba(0, 0, 0, 0.8);
 display: none;
 position: fixed;
 height: 100%;
 top: 0;
 width: 100%;
 z-index: 9999;
}

.heathrow-lightbox .image-in-lightbox {
 max-width: 700px;
 max-height: 700px;
 left: 50%;
 position: absolute;
 top: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 z-index: 999;
}
.heathrow-images-for-lightbox ul li {
 transition: all 300ms;
 float: left;
 display: block;
 position: relative;
 width: 25%;
}

.heathrow-images-for-lightbox ul li a img {
 width: 100%;
 height: auto;
}

.close,.next,.prev {
 transition: all 300ms;
 color: red;
 font-size: 30px;
 text-decoration: none;
 position: absolute;
 z-index: 9999;
}

.close {
 position: absolute;
 right: 20px;
 top: 20px;
}

.next,
.prev {
 color: #aaa;
 top: 50%;
}

.next {
 right: 20px;
}

.prev {
 left: 20px;
}

.close:hover,
.next:hover,
.prev:hover {
 color: #fff;
}

/* ul {
 list-style: none;
} */







.flip-box img {
 width: 500px;
 height: 600px;
}







.flip-box {
 background-color: transparent;
 width: 300px;
 height: 200px;
 border: 1px solid #f1f1f1;
 perspective: 1000px;
}

.flip-box-inner {
 position: relative;
 width: 100%;
 height: 100%;
 text-align: center;
 transition: transform 0.8s;
 transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
 transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
 position: absolute;
 width: 100%;
 height: 100%;
 backface-visibility: hidden;
}

.flip-box-front {
 background-color: #bbb;
 color: black;
}

.flip-box-back {
 background-color: #555;
 color: white;
 transform: rotateY(180deg);
}



.carousel {
 width: 100%;
}

.slide-box {
 display: flex;
 /* justify-content: space-between; */
}

@media (min-width: 576px) and (max-width: 767.98px) {
 .slide-box img {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
 }
}
/*
@media (min-width: 768px) and (max-width: 991.98px) {
 .slide-box img {
   -ms-flex: 0 0 33.3333%;
   flex: 0 0 33.3333%;
   max-width: 33.3333%;
 }
}

@media (min-width: 992px)
{
 .slide-box img {
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;

 }
} */

/* .carousel-caption {
 background-color: rgba(0, 0, 0, 0.5);
 padding: 20px;
 border-radius: .5rem;
}
*/























.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 400;
  /* letter-spacing: 0.15em; */
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.content {
  position: relative;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.client-says.carousel-caption h3{
 color: #fff;

}
 .client-says  .carousel-control-next-icon {
    margin-top: 134px;
  }
  .client-says  .carousel-control-prev-icon {
     margin-top: 134px;
   margin-right: 40px;
   }
.client-says .card {
  margin: 0 auto;
  height: 400px;
  border: none!important;
  background: -webkit-linear-gradient(rgba(67, 67, 67, 0.7), rgba(67, 67, 67, 0.7)), url(../img/testimonials_bk.jpg);
}

 .client-says .card .carousel-item {
  height: 250px;
}
 .client-says .card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
 .client-says .card .carousel-caption p {
  line-height: 30px;
}
 .client-says .card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: right;
  padding-left: 80px;
  color:#ffffff;
}
 .client-says .card .carousel-control-prev, .card .carousel-control-next {
  color: #3d3d3d !important;
  opacity: 1 !important;
}
.client-says h3{
  color: #fff;
}
























/*# sourceMappingURL=sequence-theme.modern-slide-in.css.map */
.bg22{
  background: url('../img/photo.jpg');
}

.brown{
  background: #000;
}

/* services css */
.service-icon img{
  /* font-size: 35px; */
  /* height: 85px; */
width: 78px;
padding: 15px;
background: #585745;
margin: 10px;
position: absolute;
top: 0;
}
.design-mode .col-md-9{
  padding-left:40px!important;
  padding-top: 35px;
}
.design-mode .col-md-9 h3{
  font-weight: 0!important;
}
.service-icon{
  padding: 20px;
}
.serviceicon {
  color:#ffffff;
  padding:20px 30px 20px 35px;
  background-color:#585745;
}
.box-border {
    border: 1px solid #585745;
    height: 75px;
    width: 85px;
}

.bg-img{
height: 500px;

  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), no-repeat;
  background-size: cover;
}

 .bg-img .bbg-menu{
   background: none;
 }

 .bg-img #header-container{
padding-top: 80px!important;

 }
 .about-mana h1{
color: #fff;
 }


/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}
.bh1{
  background: #585745;
  margin-top:50px;
}
.bh1 h4{
  color: #fff;
  background-color:#585745 ;
      padding: 25px;
      font-size: 18px;
      font-weight: 400;
    margin-top: 0;
}

.carousel-caption{padding-bottom:180px;}

.slim h2{
  font-size: 60px;
  font-weight: 700;
letter-spacing: 2px;
text-shadow: 2px 2px 2px #000;

}
.slim p{
  padding:10px;
  font-size: 24px;
  font-weight: 600;
letter-spacing: 1px;
color: #fff;
text-shadow: 2px 2px 2px #000;

}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.white{
  color: #585745;
}
.white1{
  color: #fff;
}
.textbox1{
  
  padding:20px 30px 10px;
  
}
.textbox1 h4{
  color: #585745;
}

.textbox{
  border-right: 1px solid #eceff1;
  padding:20px 30px 10px;
  /* box-shadow: 0 0 11px rgba(33,33,33,.2); */
}
.textbox h4{
  color: #585745;
}
.contact-icon{
  font-size: 35px;
}
.contact-info{
  padding:40px;
}

.bg212{
  background-image: url('../img/testimonials_bk.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 600px; */
  padding: 100px 20px;
}







.activation-images .slim .design-qw{
color: #fff;
}


.services-list .col-md-9 h3{
  font-size: 22px;
}
.services-list .col-lg-4{
  padding-bottom: 40px;
}


.activation-images img{
  background-size: cover;
  width: 100%;
}
