/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.boxshadow {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: transparent/*rgba(0,0,0,0.4)*/;
    border: 2px solid #fff;
    font-family: sans-serif;
    /*padding: 18px 36px !important;*/
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #000\9;
    background-color: #fff;
}


.btn-darks {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    font-family: sans-serif;
}

.btn-darks:hover,
.btn-darks:focus,
.btn-darks:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #ff550d;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #c5c5c5;
    font-family: 'Mitr',sans-serif;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

img.navtoggleimg {
    width: 7%;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    /*padding: 100px 0;*/
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

@media (max-width:1470px) and (min-width:1300px) {
    .whywidth .why-bhd{
        padding-top: 5px;
    }
    .whywidth .why-grab {
        padding: 20px 50px 10px 50px;
    }
}

@media (max-width:1300px) and (min-width:900px) {
    .testttt{
        width: 100%
    }
    .whywidth .home-head {
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
}
    /*
    .whywidth .why-grab{
        padding: 10px 10px 0px 10px;
    }*/

    .whywidth .why-bhd{
        padding-top: 10px;
    }

    .whywidth .why-h{
        /*display: none;*/
        padding-top: 10px;
    }

    .whywidth .why-grab {
        padding: 10px 50px 5px 50px;
    }
}

@media (max-width: 768px) {
  .esm12{
      width: 100%;
      padding-top: 100px;
  }
  .term-policy-footer{
      text-align: left;
      padding-top: 20px;
  }
  .footer-visible{
      display: none;
  }

  .logo_etc{
      display: none;
  }

  .sidebar-page{
      display: none;
  }

  .padding-bottom-sm .col-sm-12{
      padding-bottom: 20px
  }

  .MD-name {
    font-family: 'Homemade Apple', cursive;
    font-size: 20px;
    text-align: right;
    padding-top: 50px;
  }

  .MD-Position{
      padding: 10px 0px 30px 0px;
  }

  .md-message {
    font-family: 'Taviraj',sans-serif;
    font-size: 20px;
    padding-top: 50px;
}

}

@media (min-width: 768px) {
   .term-policy-footer{
      text-align: right;
  }

}

/* Ribbon */
.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }
/* end Ribbon*/


.padding-bottom-sm img {
    opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.padding-bottom-sm img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.index-subh {
    font-family: 'Mitr', sans-serif;
    font-size: 20px;
    padding-top: 20px;
   /* color: #ff550d;*/
}

.index-h {
    font-family: 'Quicksand', sans-serif;
    font-size: 70px;
    /*color: #ff550d;*/
}

/* Home page */
.padding-gap {
    padding: 100px 0px 100px 0px;
}

.home-head {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
}

.home-head strong {
    color: #ff550d;
}

.sub-header {
    font-family: 'Mitr', sans-serif;
    font-size: 17px;
}

.sub-header-en {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
}

.awe-icon {
    font-size: 120px;
    color: #ff550d;
}

.small-header {
    font-family: 'Quicksand', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
}

.small-header strong {
    color: #ff550d;
}

.home-description {
    font-family: 'Mitr', sans-serif;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.home-description-en {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.product-head {
    font-family: 'Mitr', sans-serif;
    font-size: 16px;
    padding-top: 20px;
}

.product-head-en > h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    padding-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-sub {
    padding-top: 20px;
}

.product-sub-en {
    padding-top: 20px;
    font-family: 'Quicksand', sans-serif;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/pexels-photo.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Footer */
.footer-last{
    background-color: #ff550d;
    padding: 20px 0px 20px 0px;
    color: #fff;
    font-family: 'Mitr',sans-serif;
    font-size: 12px;
}

.footer-nav{
    border-right: 1px solid;
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-size: 12px;
}

.hver a:hover{
    color: red;
}

.footer-hh {
    font-family: 'Mitr',sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.footer-hh-en {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

.footer-bullet{
    font-family: 'Mitr',sans-serif;
}

.footer-bullet-en > a {
    font-family: 'Quicksand', sans-serif;
}

.fb-sublink{
    font-family: 'Mitr',sans-serif;
    line-height: 25px;
    color: #525252;
}

.footer-social{
    font-size: 30px;
    color: #525252;
    padding-right: 5px;
}

.logo_etc {
    position: relative;
    z-index: 2;
    padding: 10px 0 30px;
}

.logo_etc ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.logo_etc ul li {
    display: inline-block;
    width: 17%;
    border-left: 1px solid #ddd;
}
.logo_etc ul li:last-child {
    border-right: 1px solid #ddd;
}

/* Folio */
.project-hh {
    font-family: 'Mitr',sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
}

.btnProjectMore{
    padding-top: 10px;
}

.btnProjectMore {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.project-des {
    padding-top: 20px;
}
.projectArea {
    color: #8a8a8a;
    font-family: 'Mitr';
    font-size: 0.95em;
}

.rr > .col-md-6 {
    /* color: red; */
    padding-right: 0;
}

.rrL > .col-md-6 {
    /* color: red; */
    padding-left: 0;
}



/* oo */
.btn-project{
   background: #3498db;
   border: 2px solid #3498db;
   color: #fff;

   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   transition: all .5s ease;
}

.btn-project:hover{
   background: none;
   color: #3498db;
}

/* update */


/* get in tuch */
input[type=text], textArea{
    margin: 0 0 5px 0 !important;
    padding: 3px 6px !important;
    font-size: 12px;
    color: #313131;
    font-style: italic;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type=text] :focus {
    background: #fff;
}

.send_btn, .send_btn:hover {
    color: #fff;
    background: #ff550d !important;
    text-decoration: none;
}
.dark_btn, .dark_btn:hover {
    background: #313131;
    color: #fff;
}



/* MD */
.md-message {
    font-family: 'Taviraj',sans-serif;
    font-size: 20px;
    padding-top: 80px;
}

.MD-name {
    font-family: 'Homemade Apple', cursive;
    font-size: 20px;
    text-align: right;
    padding-top: 50px;
}
.MD-Position{
    padding: 10px 0px 0px 0px;
}


/* WHY */
.why-h {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    padding-top: 30px;
}

.why-h-top {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
}

.why-des {
    font-family: 'Mitr', sans-serif;
    font-size: 15px;
    color: #bdbdbd;
}

.why-des-en {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    color: #bdbdbd;
}

.why-grab{
    padding: 50px 50px 50px 50px;
}

.why-bhd{
    padding-top: 50px;
}

/* navbar */
.navf{
    font-family: 'Mitr',sans-serif;
    font-weight: 500;
}

.nav-toph{
    background: #ff550d;
    height: 40px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    color: #fff;
}

.nav-up {
    top: -40px;
}

/* Contact page */
.contact-hh {
    font-family: 'Mitr',sans-serif;
    font-size: 16px;
}

.head-page {
    font-size: 20px;
    font-weight: 600;
    color: #ff550d;
    margin-bottom: 5px;
    font-family: 'Mitr',sans-serif;
}

.contact-hh-en {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
}

.head-page-en {
    font-size: 20px;
    font-weight: 600;
    color: #ff550d;
    margin-bottom: 5px;
    font-family: 'Mitr',sans-serif;
}

.head-page-en {
    font-size: 20px;
    font-weight: 600;
    color: #ff550d;
    margin-bottom: 5px;
    font-family: 'Quicksand', sans-serif;
}

.content-page {
    font-family: 'Mitr',sans-serif;
    font-size: 1em;
}

.content-page > a{
    color: #ff550d;
}

.content-page > ul > li {
    list-style-type: square;
}

.content-padding{
    padding: 90px 0px 50px 0px;
    font-family: 'Mitr',sans-serif;
}

.content-page-en {
    font-family: 'Roboto',sans-serif;
    font-size: 1em;
    font-weight: 300;
}

.content-page-en > a{
    color: #ff550d;
}

.content-page-en > ul > li {
    list-style-type: square;
}


/* Side bar */
.sidebar-page {
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 3px solid red;
    margin-bottom: 3px;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, 0.02);
}

.sidebar-page:hover {
    background: #e8e8e8;
    font-weight: 600;
}

.sidebar-page > a{
    color: #777;
}


/* Value */
.value{
    font-size: 100px;
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 10px;
}

.value-list {
    padding-top: 30px;
    line-height: 30px;
}
.value-list > ul > li {
    /* color: red; */
    list-style: none;
}

/* job */
.career-padding{
    padding: 0px 0px 0px 10px;
}

.career-bullet{
    padding: 20px 0px 3px 0px;
    font-family: 'Mitr',sans-serif;
}



.headinb {
    color: #fff;
    font-family: 'Mitr',sans-serif;
    text-align: center;
    font-size: 2em;
}

.typesecu > a > i{
    color: #fff;
    border: 3px solid;
    font-size: 50px;
    border-radius: 100px;
    padding: 40px 40px 40px 40px;
}

.ads-hh {
    font-family: 'Trirong',sans-serif;
    font-size: 30px;
}

.ads-content ul > li {
    font-family: 'Mitr',sans-serif;
    list-style: none;
    font-size: 17px;
    padding-top: 10px;
}

.ads-content{
    font-family: sans-serif;
    list-style: none;
    font-size: 15px;
    padding-top: 10px;
}


/* barrier */
#third_block_new {
    width: 100%;
    box-sizing: border-box;
}

.img-hor-vert {
    -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

/* Product List */
.productlist {
    padding: 20px 0px 20px 0px;
}

.nav-tabs { border-bottom: 2px solid #DDD; border-top: 2px solid #DDD;  font-size: 17px;}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:5px}

.card {background: #FFF none repeat scroll 0% 0%;}

.ttproduct{
        font-family: sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding-top: 50px;
}

.pdetail-bullet {
    margin-top: 10px;
}

.pdetail-bullet > ul > li {
    padding-top: 15px;
    font-size: 15px;
}


/**THE SAME CSS IS USED IN ALL 3 DEMOS**/
/**gallery margins**/
ul.gallery{
margin-left: 3vw;
margin-right:3vw;
}

.zoom {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.zoom:hover,
.zoom:active,
.zoom:focus {
/**adjust scale to desired size,
add browser prefixes**/
-ms-transform: scale(1.5);
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
position:relative;
z-index:100;
}

/**To keep upscaled images visible on mobile,
increase left & right margins a bit**/
@media only screen and (max-width: 768px) {
ul.gallery {
margin-left: 15vw;
margin-right: 15vw;
}

.DivName {cursor: pointer}
}

.sitemapli > ul > li > a {
    color: #585858;
}

.sitemapli > ul {
    padding-left: 20px;
}

.sitemapli > ul li {
}

/* ------------------------------- */
figure .img-wrapper {
    position: relative;
    overflow: hidden;
}

figure {
    background: #fff;
    margin-bottom: 45px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

/* ---------------------- */
.padding_content{
    padding: 150px 0px 150px 0px;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


/*   -- */
.section-title, .section-title-2 {
    font-weight: 300;
    font-size: 30px;
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color: #4b4e53;
}
.section-title {
    padding: 22px 25px 24px;
    line-height: 36px;
    border-left: #4b4e53 3px solid;
    text-transform: uppercase;
}
.bold {
    font-weight: 700;
}

.captionblog{
    padding: 10px 30px 30px 30px !important;
}

.blog_content{
    padding-bottom: 20px;
    padding-top: 20px;
}

.blog_date{
    color: #a0a0a0;
}

.btn-readmore{
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

/* NEW */
.page-title{
  /*margin-bottom: 50px;*/
  margin-top: 30px;
  font-size: 40px;
  padding-left: 20px;
  border-left: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
}
.blog-bt{
  margin-bottom: 80px;
  background-color: #fff;
  box-shadow: 0 1px 20px -8px #636463;
  margin-top: 30px;
}
.blog-bts{
  margin-bottom: 80px;
  background-color: #fff;
  box-shadow: 0 1px 20px -8px #636463;
  margin-top: 30px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.category-type{
  font-size: 15px;
  color: #ff7700;
  text-align: right;
  margin-top: 20px;
}
.category-type > i{
  padding-right: 15px;
}
.category-type > a{
  color: #ff7700;
}
.card{
  padding: 0px 0px 0px 20px;
}
.card > p{
    font-size: 14px;
    color: #757575;
    padding: 10px 0px 10px 0px;
    line-height: 30px;
}
.card > h5{
  margin-top: 30px;
}
.footer-cus {
    text-align: center;
    background-color: #004e6d;
    padding: 20px 0px 20px 0px;
    color: #fff;
}
.footer-cus >a{
  color: #fff;
}
.card-single{
  background-color: #fff;
  padding: 50px;
  margin-bottom: 50px;
}
.card-single > p{
  line-height: 35px;
  padding-bottom: 20px;
}
.wt-title{
  font-size: 25px;
  padding-bottom: 10px;
  color: #0095dc;
}
.wt-social > a {
    font-size: 30px;
    color: #ababab;
    padding-right: 10px;
}
.category-title {
    font-size: 20px;
}
.category-title >i {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .page-title{
    margin-top: 10px;
  }
  .card-single{
    padding: 30px;
    margin-bottom: 20px;
  }
  .index-h {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
  }
  .index-subh{
    font-size: 16px;
  }
}
.boxshadows{
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
