@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AvenirLTStd-Light.otf')  format('opentype'),
       url('../fonts/AvenirLTStd-Light.woff') format('woff'), 
       url('../fonts/AvenirLTStd-Light.ttf')  format('truetype'), 
       url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AvenirLTStd-Medium.otf')  format('opentype'),
       url('../fonts/AvenirLTStd-Medium.woff') format('woff'), 
       url('../fonts/AvenirLTStd-Medium.ttf')  format('truetype'), 
       url('../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AvenirLTStd-Roman.otf')  format('opentype'),
       url('../fonts/AvenirLTStd-Roman.woff') format('woff'), 
       url('../fonts/AvenirLTStd-Roman.ttf')  format('truetype'), 
       url('AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AvenirLTStd-Heavy.otf')  format('opentype'),
       url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), 
       url('../fonts/AvenirLTStd-Heavy.ttf')  format('truetype'), 
       url('../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/AvenirLTStd-Black.otf')  format('opentype'),
       url('../fonts/AvenirLTStd-Black.woff') format('woff'), 
       url('../fonts/AvenirLTStd-Black.ttf')  format('truetype'), 
       url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/CenturyGothic.woff') format('woff'), 
       url('../fonts/CenturyGothic.ttf')  format('truetype'), 
       url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@media (min-width: 768px) {
  .navbar-toggle {
    display: block !important;

  }
  .navbar-header {
  float: none!important;
  }

  .navbar-nav > li {
  float: none!important;
  }
}
@media (min-width: 768px){
.navbar-collapse.collapse {
  display: none !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  }
}

/*.carousel {
  position: relative;
  bottom: 65px;
}*/
body{
  font-family: 'AvenirLTStd-Medium'!important;
}
.pad0{
  padding: 0 !important;
}
.padding12{
  padding: 12px;
}
.padding12-5{
  padding: 12px 5px;
}
.padding-bottom5{
  padding-bottom: 5px;
}
.padding-bottom10{
  padding-bottom: 10px;
}
.padding-bottom30{
  padding-bottom: 30px;
}

.bg-black{
  background-color: #000000;
}
.bg-grey{
  background-color: #2e2e2e;
}
.txt-white{
  color: #fff;
}
.txt-grey{
  color: #858585;
}
.font-heavy{
  font-family: 'AvenirLTStd-Heavy';
}
.font-black{
  font-family: 'AvenirLTStd-Black';
}
/*.container-fluid{
  padding-bottom: 15px;
}*/
.navbar-inverse {
  background-color: transparent!important;
  border: none!important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  border:none !important;
  background:rgb(0,0,0);  
  background: transparent\9;  
  background:rgba(0,0,0,0.4);  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
}
.navbar-inverse .navbar-toggle{
  background-color: #101010;
}

.navbar-nav > li > a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.navbar-nav {
  float: right!important;
  margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ccc !important;
  text-shadow: 1px 1px #000000;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff !important;
  text-shadow: 1px 1px #000000;
}
.navbar-collapse.collapse.in {
    display: block!important;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 60px!important;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 30px !important;
  font-size: 18px;
  line-height: 20px;
}
.navbar-collapse{
  width: 150px !important;
  float: right;
  margin-right: 64px !important;
  margin-top: -42px;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.hero-title{
  font-family: 'AvenirLTStd-Medium';
  font-size: 115px;
  text-align: center;
  z-index: 9;
  position: absolute;
  top: 30%;
  width: 100%;
  color: #fff;
  margin: auto;
  line-height: 1;
}
.hero-title p{
  font-family: 'AvenirLTStd-Light';
  font-size: 30px;
  line-height: 1;
}
.footer-icon{
  text-align: center;
}
.footer-icon ul{
  padding: 15px 0px;
  margin: 0px;
  width: 100%;
}
.footer-icon ul li{
  display: inline-block;
  padding: 0px 20px;
}
.footer-icon ul li img{
  width: 35px;
}

.about{

}
.about img {
  width: 100%;
}

.gallery img{
  width: 100%;
}
.title-gallery{
  font-family: 'AvenirLTStd-Medium';
  font-size: 18px;
  text-align: center;
  padding:30px 0px;
}
.title-gallery p{
  margin: 0px;
  padding: 0px;
 
}


.visible-phone{
  display: none;
}
.hidden-phone{
  display: block;
}
/*.gallery ul{
  margin: 0px !important;
  padding: 0px !important;
}
.gallery ul li{
  width: 25%;
  float: left;
  margin: 0px !important;
  padding: 0px !important;
}*/
/*.gallery {
  position: relative;
  overflow:hidden;
  width: 100%;
  height: 500px;
  float: left;
}
.gallery > * {
  position: absolute;
}*/
.col-25{
  width: 25%;
  position: relative;
}

.floatleft{
  float: left;
}
.language{
  position: absolute;
  margin-top: 10px;
  right: 26px;
  top: 20px;
}
.language a{
  color: #fff;
}
.language a:hover{
  color: #46d1ff;
  text-decoration: none;
}
.language ul{
  padding: 0px;
}
.language ul li{
  display: inline-block;
  color: #ffffff;
  padding: 0px 5px;
  border-left:1px #ffffff solid; 
  text-shadow: 1px 1px #000000;
}
.language ul li:first-child{
  border-left:0px; 
}

.about{
  padding: 100px 0px;
}
.about img{
  width: 100%;
}

.swap-about-image img { 
  -webkit-transition: all 0.5s ease-in-out; 
  -moz-transition: all 0.5s ease-in-out; 
  -ms-transition: all 0.5s ease-in-out; 
  -o-transition: all 0.5s ease-in-out; 
  transition: all 0.5s ease-in-out; 
} 
.swap-about-image1, .swap-about-image:hover .swap-about-image2 { 
   -webkit-opacity: 1; 
   -moz-opacity: 1; 
   opacity: 1; 
} 
.swap-about-image:hover .swap-about-image1, .swap-about-image2 { 
   -webkit-opacity: 0; 
   -moz-opacity: 0; 
   opacity: 0; 
} 
.col-about-4{
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
}
.swap-about-image{
  padding: 0px;
  position: relative;
 
}
.swap-about-image1{
  padding-right: 0px;
  padding-left: 0px;
  top: 0;
  left: 0;  
}
.swap-image{
  cursor: pointer;
 }
.swap-image img { 
 -webkit-transition: all 1s ease-in-out; 
 -moz-transition: all 1s ease-in-out; 
 -ms-transition: all 1s ease-in-out; 
 -o-transition: all 1s ease-in-out; 
 transition: all 1s ease-in-out; 
} 
.swap-image1, .swap-image:hover .swap-image2 { 
 -webkit-opacity: 1; 
 -moz-opacity: 1; 
 opacity: 1; 
     
} 
.swap-image:hover .swap-image1, .swap-image2 { 
 -webkit-opacity: 0; 
 -moz-opacity: 0; 
 opacity: 0;   
}
.about-pointer{
  width: 100%;
  height: 100%;
  cursor: pointer;
  
}
.click-here{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 20px;
  border: 2px solid #fff;
  padding: 5px;
  width: 160px;
  margin: 0 auto;
  position: relative;
  bottom: -35px;
  -webkit-transition: all .2s ease ;
    -moz-transition: all .2s ease ;
    -ms-transition: all .2s ease ;
    -o-transition: all .2s ease ;
    transition: all .2s ease ;
}
.about-pointer:hover .click-here{
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);

}
.col-branch-25{
  width: 25%;
  position: relative;
  float: left;
}
.title-branch{
  font-family: 'AvenirLTStd-Medium';
  font-size: 45px;
  text-align: center;
  padding:30px 0px;
}
.title-branch p{
  margin: 0px;
  padding:0px;
}
.branch-location{
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
}
.branch-jb{
  font-family: 'AvenirLTStd-Black';
  font-size: 10px;
}
.branch{
  text-align: center;
  position: relative;
  background-size: 100% auto;
  border: 10px #fff solid; 
 /* background-color: #fff;*/
  overflow: hidden;
  cursor: pointer;
}

.branch-img img{
  opacity: 0;
  width: 100% ;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.branch:hover .branch-img img{
  margin: 0 auto;
  opacity: 1;
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);

}

.content-branch {
  z-index: 1;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  padding: 5px;
}

.branch-empty{
  text-align: center;
  padding: 20px;
  position: relative;
  background-size: 100% auto;
  border: 10px #fff solid; 
  width: 100%;

}
.branch-empty:before{
  content: "";
  display: block;
  padding-top: 100%;  /* initial ratio of 1:1*/
}

.modal-branch img{
  width: 100%;
}
.modal-logo img{
  width: 100%;
}
.modal-img img{
  width: 100%;
}
.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: relative !important;
  right: 0;
  top: 0;
}
.about-info{
  position: absolute;
  z-index: 10;
  top: 23%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.about-title{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 40px;
}
.about-content{
  font-family: 'AvenirLTStd-Roman';
  font-size: 17px;
  height: 52px;
  line-height: 1.3;
}

.title-service {
  font-family: 'AvenirLTStd-Medium';
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 60px 0px 30px;
}

.sub-title2{
  left: -143px;
  position: relative;
  width: 220px;
  margin: -6px auto 0px auto;
}
.sub-title2 img {
  width: 45px;
  margin: -7px 10px 0px 0px;
}
.service-quotation-mark1{
  position: relative;
  top: -28px;
  left: -10px;
}
.service-quotation-mark1 img{
  width: 50px;
}
.service-quotation-mark2{
  position: relative;
  top: -10px;
  left: -3px;
}
.service-quotation-mark2 img{
  width: 11px;
}
.service-box{
  display: inline-block;
  position:  relative;
  width: 100%;
  float: left;
  font-size: 12px;
   cursor: pointer;
  
}
.service-box:before{
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}

/* Other ratios */
.ratio2_1:before{
  padding-top: 50%;
}
.ratio1_2:before{
  padding-top: 200%;
}
.ratio4_3:before{
  padding-top: 75%;
}
.ratio16_9:before{
  padding-top: 56.25%;
}
.service-content{
  /* Positioning */
  position:  absolute;
  top: 5%;
  left: 0;
  right: 0;

  /* Styling */
  padding: 30px;
  text-align: center;
 /* vertical-align: center;*/
  color: #000;
  font-family: 'AvenirLTStd-Roman';
  font-size: 15px;
}
.service-content span{
  display: block;
  height: 5px;
  width: 45px;
  margin: 20px auto;
  background-color: #000;
}
.container-service-pad{
  padding: 100px 0px;
  overflow: hidden;
}
.col-service-33{
  width: 25%;
  position: relative;
}
.service-title{
  font-family: 'AvenirLTStd-Black';
  font-size: 20px;
}
.service-details{
  font-family: 'AvenirLTStd-Medium';
  font-size: 14px;
  width: 80px;
  padding: 2px;
  border: 2px solid #000;
  margin: 30px auto 0px;
   -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
  }
.service-box:hover .service-details{
  background-color: #000 ;
  color: #fff;
  -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}
.service-border1{
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.service-border2{
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.service-border3{
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.service-border4{
  border-right: 1px solid #fff;
  border-bottom: 1px solid #000;
}
.service-border5{
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.service-border6{
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.service-border7{
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.service-border8{
  border-right: 1px solid #fff;
  border-top: 1px solid #000;
}


.contact{
  padding: 100px 0px 165px;
}
.title-contact{
  text-align: center;
}
.title-contact h2{
  font-family: 'AvenirLTStd-Medium';
  font-size: 60px;
  padding: 0px;
  margin: 0px;
}
.title-contact p{
  font-family: 'AvenirLTStd-Light';
  font-size: 17px;
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 20px !important;
}
.form-inline{
  text-align: center;
  margin: 10px 0 30px;
}
.checkbox{
  font-family: 'AvenirLTStd-Light';
  padding: 0 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff !important;
  background-color: #2e2e2e !important;
  background-image: none;
  border: 1px solid #858585 !important;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-submit{
  background-color: #a5a5a5;
  color:#2e2e2e;
  width: 100%;
  font-family: 'AvenirLTStd-Heavy';
}
.btn-submit:hover{
  background-color: #c9c9c9;
  color:#2e2e2e;
}

/*input[type=radio],
input[type=checkbox] {
  display: none;
}
label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  border: 1px #858585 solid;
  background-color: #2e2e2e;
}



.checkbox label {
 
  padding-left: 10px !important;
}
.checkbox label:before {
    border-radius: 0px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}*/
 
.form-inline .radio label, .form-inline .checkbox label {
  padding-left: 5px !important;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 0px !important;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  position: relative;
  top: 0;
  height: 100px !important;
}
.modal-fullscreen .close img{
  width: 50px;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  position: relative;
  top: 0;
  height: 60px !important;
} 
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0px !important;
}
.desktop-slider{
  display: block;
}
.mobi-slider{
  display: none;
}

@media(max-width: 1199px){
.about-title{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 30px;
}
.about-content{
  font-family: 'AvenirLTStd-Roman';
  font-size: 13px;
  height: 40px;
  line-height: 1.3;
}
.click-here{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 20px;
  border: 2px solid #fff;
  padding: 5px;
  width: 160px;
  margin: 0 auto;
  position: relative;
  bottom: -35px;
}
.service-content{
  /* Positioning */
  position:  absolute;
  top: 0%;
  left: 0;
  right: 0;

  /* Styling */
  padding: 20px;
  text-align: center;
 /* vertical-align: center;*/
  color: #000;
  font-family: 'AvenirLTStd-Roman';
  font-size: 15px;
}
}

@media(max-width: 991px){
.col-about-4 {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.swap-about-image1{
/*  padding-right: 15px;
  padding-left: 15px;
  top: 0;
  left: 0;  */
}
.about {
  padding: 60px 0px;
}
.about-title{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 20px;
}
.about-content{
  font-family: 'AvenirLTStd-Roman';
  font-size: 11px;
  height: 40px;
  line-height: 1.3;
}
.click-here{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 11px;
  border: 2px solid #fff;
  padding: 5px;
  width: 91px;
  margin: 0 auto;
  position: relative;
  bottom: -10px;
}
.service-content span{
  display: block;
  height: 5px;
  width: 45px;
  margin: 10px auto;
  background-color: #000;
}
.service-title {
  font-family: 'AvenirLTStd-Black';
  font-size: 16px;
}
.service-content{
  /* Positioning */
  position:  absolute;
  top: 0;
  left: 0;
  right: 0;

  /* Styling */
  padding: 10px;
  text-align: center;
 /* vertical-align: center;*/
  color: #000;
  font-family: 'AvenirLTStd-Roman';
  font-size: 12px;
}
.service-details {
  font-family: 'AvenirLTStd-Medium';
  font-size: 14px;
  width: 80px;
  padding: 2px;
  border: 2px solid #000;
  margin: 25px auto 0px;
}
}

@media (max-width: 767px) {
/*.carousel {
  position: relative;
  bottom: 65px;
}*/
.container-fluid{
  padding-bottom: 0px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 40px !important;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px !important;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand img{
  width: 150px;
}
.navbar-collapse{
  width: 150px !important;
  float: right;
  margin-right: 50px !important;
  margin-top: -42px;
}
.hero-title {
  font-family: 'AvenirLTStd-Medium';
  font-size: 50px;
  text-align: center;
  z-index: 9;
  position: absolute;
  top: 30%;
  width: 100%;
  color: #fff;
  margin: auto;
  line-height: 1;
}
.hero-title p {
  font-family: 'AvenirLTStd-Light';
  font-size: 15px;
  line-height: 1;
}

.visible-phone{
  display: block;
}
.hidden-phone{
  display: none;
}

.title-gallery p img{
  margin-bottom: 10px;
  width: 100px;
}
.language {
  position: absolute;
  margin-top: 10px;
  right: 15px;
  top: 0px;
}  
.about{
  padding: 50px 0px;
}
.footer-icon ul{
  padding: 10px 0px;
  margin: 0px;
  width: 100%;
}

.footer-icon ul li img{
  width: 23px;
}
.col-25{
  width: 50%;
}
.col-branch-25{
  width: 50%;
}
.container-service-pad {
  padding: 10px 0px;
  overflow: hidden;
}
.col-service-33{
  width: 100%;
  position: relative;
}
.service-title {
  font-family: 'AvenirLTStd-Black';
  font-size: 20px;
}
.service-content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  /* vertical-align: center; */
  color: #000;
  font-family: 'AvenirLTStd-Roman';
  font-size: 15px;
}
.service-quotation-mark1 {
  position: relative;
  top: -28px;
  left: 0px;
}
.sub-title1{
  line-height: 1px;
}
.sub-title2 {
  left: 0px;
  position: relative;
  width: 100%;
  margin: 15px auto 0px auto;
}
.service-content span {
  display: block;
  height: 5px;
  width: 45px;
  margin: 10px auto;
  background-color: #000;
} 
.service-border1{
  border-right: 0px;
  border-bottom: 1px solid #000;
}
.service-border2{
  border-right: 0px;
  border-bottom: 1px solid #000;
}
.service-border3{
  border-right: 0px;
  border-bottom: 1px solid #000;
}
.service-border4{
  border-right: 0px ;
  border-bottom: 1px solid #000;
}
.service-border5{
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000;
}
.service-border6{
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000;
}
.service-border7{
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #000;
}
.service-border8{
  border-right: 0px;
  border-top: 0px;
}
.service-box:before {
  content: "";
  display: block;
  padding-top: 0;
}
.title-contact h2 {
  font-family: 'AvenirLTStd-Medium';
  font-size: 40px;
  padding: 0px;
  margin: 0px;
}
.title-contact p {
  font-family: 'AvenirLTStd-Light';
  font-size: 14px;
  margin-bottom: 30px;
}
.form-inline {
  text-align: left;
  margin: 10px 0 30px;
}
.contact{
  padding: 70px 0px 80px;
}

.modal-logo img{
  max-width: 300px;
}
.desktop-slider{
  display: none;
}
.mobi-slider{
  display: block;
}
}

@media(max-width: 600px){
.about-info {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.about-title {
  font-family: 'AvenirLTStd-Heavy';
  font-size: 17px;
}
.about-content {
  font-family: 'AvenirLTStd-Roman';
  font-size: 11px;
  height: 30px;
  line-height: 1.3;
}
.click-here {
  font-family: 'AvenirLTStd-Heavy';
  font-size: 11px;
  border: 2px solid #fff;
  padding: 5px;
  width: 91px;
  margin: 0 auto;
  position: relative;
  bottom: -10px;
}

}

@media(max-width: 480px){
.navbar-brand img{
  width: 100px;
}
.hero-title {
  font-family: 'AvenirLTStd-Medium';
  font-size: 30px;
  text-align: center;
  z-index: 9;
  position: absolute;
  top: 30%;
  width: 100%;
  color: #fff;
  margin: auto;
  line-height: 1;
}
.hero-title p {
  font-family: 'AvenirLTStd-Light';
  font-size: 12px;
  line-height: 1;
}
.about{
  padding: 20px 0px;
}
.navbar-collapse{
  width: 100px !important;
  float: right;
  margin-right: 50px !important;
  margin-top: -42px;
}
.title-branch {
  font-family: 'AvenirLTStd-Medium';
  font-size: 30px;
  text-align: center;
}
.branch-holiday-plaza:before{
  content: "";
  display: block;
  padding-top: 50%;  /* initial ratio of 1:1*/
}
.branch-johor-jaya:before{
  content: "";
  display: block;
  padding-top: 50%;  /* initial ratio of 1:1*/
}
.branch-tebrau-city:before{
  content: "";
  display: block;
  padding-top: 50%;  /* initial ratio of 1:1*/
}
.branch-sutera-mall:before{
  content: "";
  display: block;
  padding-top: 50%;  /* initial ratio of 1:1*/
}
.branch-fahrenheit:before{
  content: "";
  display: block;
  padding-top: 50%;  /* initial ratio of 1:1*/
}
.branch-pelangi-plaza:before{
  content: "";
  display: block;
  padding-top: 50%;  /* initial ratio of 1:1*/
}
.branch-holiday-plaza2:before{
  content: "";
  display: block;
  padding-top: 50%;  /* initial ratio of 1:1*/
}
.branch-empty:before{
  content: "";
  display: block;
  padding-top: 50%;  /* initial ratio of 1:1*/
}
.footer-icon ul li {
  display: inline-block;
  padding: 0px 12px;
}
.col-branch-25{
  width: 100%;
}
.about-info{
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.about-title{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 14px;
}
.about-content{
  font-family: 'AvenirLTStd-Roman';
  font-size: 11px;
  height: 40px;
  line-height: 1;
}
.click-here{
  font-family: 'AvenirLTStd-Heavy';
  font-size: 11px;
  border: 2px solid #fff;
  padding: 2px;
  width: 80px;
  margin: 0 auto;
  position: relative;
  bottom: -10px;
}

}
@media(max-width: 400px){
.col-about-4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  margin-bottom: 5px;
}

.about-info {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 0;
  right: 0;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.about-title {
  font-family: 'AvenirLTStd-Heavy';
  font-size: 28px;
}
.about-content {
  font-family: 'AvenirLTStd-Roman';
  font-size: 15px;
  height: 50px;
  line-height: 1;
}
.click-here {
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  border: 2px solid #fff;
  padding: 2px;
  width: 110px;
  margin: 0 auto;
  position: relative;
  bottom: -10px;
}
}
@media(max-width: 320px){
.about{
  padding: 20px 0px;

}
}