@charset "utf-8";
/* CSS Document */

body {
  font-family: 'pt_sansregular'; overflow-x:hidden;
}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;    background: transparent;
    padding: 5px 15px;
    border: 1px solid #fff;
	background:#00aeef;
}
#toTop i{ color:#fff; font-weight:600; font-size:26px; }

.space-box{    margin: 0px 0 70px 0;}
/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;background:white;z-index:300;padding: 0;
    transition:all 0.5s; /* Effect for  switching from .fixed to static */
}
.float-panel .content-area {margin:10px auto;}
.float-panel a {font-size:18px;text-decoration:none;display:inline-block;}
.float-panel .fa-gg {color:#F0595C;font-size:30px;vertical-align:middle;transition:all 1s;}
/* when class="float-panel fixed" */
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);padding: 0;animation:slide-down 0.7s;opacity:0.9;  padding-top: 0px !important; }
.fixed .fa-gg {transform: rotate(360deg); }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

/*--------------------------  header  -----------------------*/
.btn-banner{color: #003862;
    border: 1px solid #003862;
    padding: 10px 35px;
    margin: 10px 0;
    float: left;
    border-radius: 8px;
    font-size: 22px;}
.btn-banner i {    color: #ee9d5c;    font-size: 24px;    font-weight: 600; margin-left: 18px;}
	
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background:none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

	
/* Shutter Out Vertical */
.hvr-shutter-out-vertical-y {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background:none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical-y:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cb9e3f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  
}
.hvr-shutter-out-vertical-y:hover, .hvr-shutter-out-vertical-y:focus, .hvr-shutter-out-vertical-y:active {
  color: white;
}
.hvr-shutter-out-vertical-y:hover:before, .hvr-shutter-out-vertical-y:focus:before, .hvr-shutter-out-vertical-y:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*================ navbar ===============*/
.navbar-nav > li {    float: left;    padding: 0 10px;}
#navbar {    text-align: center;    float: right;}
.nav > li > a {    color: #111;}
.navbar-nav {     float: left;    width: 100%; padding-top: 33px;}
.navbar-nav > li > a {     padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;  transition: 0.3s ease;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #1e196a;
    

 
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #1e196a;
    border-top: 1px solid #00aeef;
    border-bottom: 1px solid #00aeef;
	
} 

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;    color: #042035;
    background-color: #fff;
}
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ff9606;
  }

  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu{    border: 1px solid #ccc; padding:0;}
.dropdown-menu li{    border-bottom: 1px solid #ccc;}
.dropdown-menu li:hover{    border-bottom: 1px solid #cb9e3f; background:#cb9e3f;  color:#fff;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e196a;
}
.dropdown-menu > li > a {    font-size: 16px;}

/*------------------------ slider ---------------------------*/

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000; 
    width: 100%;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}




.slide-text {
    right: 1%;
    top: 0%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 35px;
  /* animation: 1s ease-out 0s 1 fadeInRight ;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 3s; */
	background: transparent;
	width:35%;
}
/*.slide-text i{color:#ffb400; font-size:76px;}*/
.slide-left{width:20%;}
.slide-right{width:80%;}

.slide-text > h1 {
    
padding: 0;
    color: #000;
    font-size: 24px;
    font-style: normal;
    line-height:46px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    /* font-weight: 600; */
    text-transform: uppercase;
	border-bottom:1px solid #3c3c3c;
}
.slide-text > h1 span{color:#00bcd5 !important;}
.slide-text > p {
    padding: 0;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    /* letter-spacing: 1px; */
    /* -webkit-animation-delay: 1.1s; */
    /* animation-delay: 1.1s; */
}
.slide-text > a.btn-default{
	background:none; 
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 0px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	text-decoration:none;

}
.slide-text > a.btn-default:hover {
    background: none !important;
    color:  #fff !important;
}
.slide-text > a.btn-default:hover{background:none !important; color: #ffb400; }
.slide-text > a.btn-primary{
	  background:none !important;
    color: #00aeef !important;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
/*.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}*/






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}



/*--------------------------------  top -----------------------*/

.th-topinfo {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: left;
    position: relative;
   background-color: #00aeef;
}

.top-left{width:50%; float:left;}
.top-left p{text-align:left; color:#fff; font-size:14px;     margin: 0;     line-height: 25px;}
.top-left i{color:#000; margin-right:20px;     font-style: normal;}
.top-right {    width: 49%;    float: right;}
.btn-yellow{background:#cb9e3f; border:1px solid #cb9e3f; padding:5px 10px; color:#fff !important; border-radius:6px;}
.th-topinfo  .th-emails {    float: left;     margin: 0;
    font-size: 14px;
    list-style: none;
    line-height: 10px;
}
.th-emails li {
    float: left;
    padding: 0 20px;
    line-height: 18px;
    list-style-type: none;
    font-size: 16px;
}
.th-emails li a {     margin-top: -4px;
    color: #333; text-decoration:none; 
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;     transition: all 300ms ease-in-out;
}

.th-topinfo .th-socialicons {    float: right;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
}
.th-socialicons li {
    float: left;
    padding: 0 5px;
    line-height: inherit;
    list-style-type: none;
}
.th-socialicons li a { text-decoration:none;
    display: block;
    color: #333;
    overflow: hidden;
    transition: all 300ms ease-in-out;
	    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
}
.th-socialicons li a:hover { text-decoration:none;}
.th-socialicons li a i {
    display: block;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}
.th-socialicons li a:hover i {    color: #00aeef;}
.header-topinfo {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
    position: relative;
	  /*background: url(../img/scale.png) repeat-x top;*/
    /*padding-top: 54px;*/ background-color: #fff;
}

.header-logo{width:25%; float:left; padding: 10px 0;}
.header-logo img{width: 282px;}
.header-menu{width:74%; float:left;  }
.th-btnappointment {
    color: #cb9e3f;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 43px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cb9e3f;
    text-transform: uppercase;
}
.th-btnappointment i {
    font-size: 20px;
    line-height: 43px;
    padding: 0 10px 0 0;
}
.th-btnappointment i, .th-btnappointment em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}


/*----------------------- abt--------------------*/
.abt-full{width:100%; float:left; padding:10px 0 20px;}
.abt-full h3{
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600 !important;
    font-size: 24px; border-left:3px solid #1e196a;
    color: #00aeef;}
.abt-full p{    color: #555;    font-size: 15px;   font-weight: normal; }
.abt-full a{}
.abt-full a:hover{text-decoration:none;}
.btn-abt {color:#1e196a; font-size:18px; text-align:left;}
.btn-abt:hover {color:#333; font-size:18px; text-align:left;}
/*----------------------- why us-------------------------*/
.why-chosse {    background-color: #efefef;}
.section-padding {    padding: 100px 0;}
.why-chosse .image-chose {    position: relative;    margin-top: 15px;}
.why-chosse .chose-text {    padding-left: 41px;}
.project-hedding {    margin-bottom: 27px;}
.project-hedding h2 { padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-size: 24px; border-left:3px solid #1e196a;}
.chosse-discription{  color: #555;    font-size: 15px;   font-weight: normal;}	
.chose-text .text-work {    margin-top: 10px;}
.chose-text .text-work .image-holder {    font-size: 28px;    float: left;    color: #111;}
.chose-text .text-work .text-box {    float: left;    padding-left: 20px;
    width: 90%;    margin-top: 10px;}
.chose-text .text-work .text-box h3 {margin-top: 0;    font-size: 22px;    color: #111;    font-weight: normal;}	
.chose-text .text-work .text-box h3 a {    padding-bottom: 12px; color: #333;}
.chose-text .text-work .text-box:hover h3 a{color:#00aeef; text-decoration:none;}
	
	/*----------------------- services -------------------------*/
.ser-full{width:100%; float:left; padding:30px 0 40px; background:url(../img/bg.png) no-repeat; background-size: cover;}
.ser-full h3{
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600 !important;
    font-size: 24px; border-left:3px solid #ffb400;}
.ser-full p{    color: #555;    font-size: 15px;   font-weight: normal; }
.ser-full a{}
.ser-full a:hover{text-decoration:none;}
.ser-box{width:100%; float:left; }
.ser-box  .ser-img{ text-align: center;}
.ser-box  .ser-img img{width:auto; transform:}
.ser-box:hover  .ser-img img{width:auto; transform: rotateY(360deg);  transition:ease-in-out 1s;}

  .ser-box p{ text-align: center;
    color: #555;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0; }
	
/*----------------------- project -------------------------*/
.gallery-full{width:100%; float:left; padding:10px 0 20px; background:#efefef;}
.gallery-full h3{
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600 !important;
    font-size: 24px; border-left:3px solid #ffb400;}
.gallery-full p{    color: #555;    font-size: 15px;   font-weight: normal; }  

/*------------------- gallery ------------------*/


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 14px;
    text-align: center;
    color: #111;
     border: none;
    text-transform: uppercase;
    background: none;    
    margin: 0 1px;
      transition: all 0.3s linear;
	  border-right: 1px solid #333;
	  border-left: 1px solid #333;
	  border-radius:0;
	  font-weight:600;    line-height: 18px;
	  padding:0 16px;

}
.filter-button:hover
{
    color: #ffb400;border-radius:0;
	font-weight:600;
    border: none;
    background: none;
	outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
	 border-right: 1px solid #333;
	  border-left: 1px solid #333;
}

.filter-button.active
{
    color: #ffb400;border-radius:0;
	font-weight:600;
    border: none;
    background: none;
	outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
	 border-right: 1px solid #333;
	  border-left: 1px solid #333;
}

.client-full{width:100%; float:left; padding:10px 0 20px;}
.client-full h3{
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600 !important;
    font-size: 24px; border-left:3px solid #ffb400;}
.client-full p{    color: #555;    font-size: 15px;   font-weight: normal; }  

.footer-top-out{width:100%; float:left; padding:10px 0 10px; background:#00aeef;}
.footer-top{width:100%; float:left; margin:10px 0;}

.footer-top .f-left{width:30%; float:left;     padding:0;}
.footer-top  img{width: auto;}
.footer-top:hover img {
    transform: rotateY(360deg);
    transition: ease-in-out 1s;
}
.footer-top .f-right{width:66%; float:left; margin-left:3%; padding: 10px 0;}
.footer-top .f-right h3{font-size:24px; color:#000; text-align:left;}
.footer-top .f-right p{    font-size: 15px;    color: #000;    text-align: left;}


}
.footer-top .f-right{width:66%; float:left; margin-left:3%; padding: 10px 0;}
.footer-top .f-right h3{font-size:24px; color:#000; text-align:left;}
.footer-top .f-right p{    font-size: 15px;    color: #000;    text-align: left;}


.footer1 {
  
	background-size:cover;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;/*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}

.parallax-gadget {
    background:url(../img/testimonial-image.jpg)repeat scroll left top; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
       background-size: cover;
  

}

.title-widget {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	text-align:left;
}




.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
	position: relative;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding-bottom: 7px;
	width:95%;
}
.widget_nav_menu ul li i{color:#fff; font-size:30px; margin-right:10px;     width: 20px;    text-align: center;}
.widget_nav_menu ul li a{color:#fff; font-weight:normal;}

.widget_nav_menu ul li a:hover {color: #00aeef; text-decoration:none;}

.title-median {
    color: #02b0c3;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
	
}

.footerp p {color:#f2f2f2; font-weight:normal;}
.footer-txt{color:#888;}
.footerp p a{color:#fff;}
.footerp p a:hover{color:#f2f2f2; text-decoration:none; }
.footer-contact{color: #fff;}
.footer-contact ul {
    margin-top: 20px; list-style:none; padding:0; margin:0;
}
ul li {
    list-style: none;
    font-size: 14px;
    color: #fff;
}
.ul li {
    list-style: disc;
    font-size: 17px;
    color: #000;
    line-height: 34px;
}
.footer-contact ul li a {
    color: #fff;
}



.footer-bottom {
    background-color: #111;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.copyright a{color:#fff;}
.copyright a:hover{text-decoration:none; color:#02b0c3;}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}
.design a:hover{text-decoration:none; color:#00aeef;}




/*-----------------------flexi slider -----------------*/

/*---flex slider-----*/

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding-left:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
   
}

.nbs-flexisel-item {
    float:left;
    cursor:pointer;
    position:relative;
    line-height:0px;
	    width: 100%;     padding:0px;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:0px;   
    position: absolute;
    cursor: pointer;
    z-index:99;
    top:40%;
    background:#888;
    color: #fff;   
	border-radius:0;  
}

.nbs-flexisel-nav-left {
    left: 0px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

.innar-bainner {
    background: url(../img/testimonial-image.jpg);
   /* min-height: 295px;*/
    /* position: relative; */
    padding: 0;
    margin: 0;
    background-size: cover;
    padding: 30px 0;
}
.innare-bainer-taxt {
   /* position: absolute;
    top: 0;*/
    width: 100%;
    height: 100%;
}
.clid-pernt {
    display: table;
    height: 100%;
    width: 100%;
}
.child {
    display: table-cell;
    vertical-align: middle;
}
.innare-bainer-taxt-hedding{}
.innare-bainer-taxt h1 {
    color: #ffffff;
    font-size: 32px;
    padding-left: 29px;
    position: relative;
    text-transform: uppercase;	
	    padding-left: 15px;
    font-weight: 600 !important;
    border-left: 3px solid #00aeef;}

.breadcrumb-main{ line-height: 45px;}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    text-align: right;
    margin-top: 6px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li a {
    color: #fff;
	    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.breadcrumb li.active{color:#00aeef;}
.banner-out{width:100%; float:left;}

.who-we-are{width:100%; float:left;}
.slogan{width:100%; float:left;}

.slogan .img-box{  width: 100%;    float: left;    overflow: hidden;}

.slogan .img-box img{  /*width: 100%;*/    -webkit-transform: scale(1);    transform: scale(1);    -webkit-transition: .3s ease-in-out;    transition: .3s ease-in-out; }

.slogan:hover img {	-webkit-transform: scale(0.9);	transform: scale(1.1);}

.col-sm-4 {
    width: 24.333% !important;
}
.slogan  h4{margin: 35px 0 10px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.30;
    line-height: 21px;
    text-transform: uppercase;
    color: #242424;
    text-align: center;}
.slogan  p{margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.30;
    color: #989898;}


.wood-service-section {
    float: left;
    width: 100%;
    background-color: #151515;
    padding: 0px;
    background-image:url(../img/fac.jpg);
    position: relative;
	margin-top: 30px;
}

.wood-service-2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0px 37px 0px;
    border-bottom: solid 4px transparent;
	 -webkit-transition: all 0.3s ease-in-out;
	 
}

.wood-service-2 h3 {
       font-size: 40px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}
.wood-service-2 p {
    color: #fff;
    margin: 0px 0px 5px 0px;
}
.wood-service-2 a{color:#fff; text-transform:uppercase; font-size: 30px;}
.wood-service-2 h3:hover{color:#00aeef; text-decoration:none;}

/*------------------------ services ---------------------*/
.service-main{width:100%; float:left;}

.service-main .index2-servics-inner {    margin-bottom: 30px;   border: 1px solid #d7d7d7;}
.index2-servics-inner  .image-holder {    position: relative; width: 100%;    float: left;    overflow: hidden;}
.index2-servics-inner  .image-holder img{  width: 100%;    -webkit-transform: scale(1);    transform: scale(1);    -webkit-transition: .3s ease-in-out;    transition: .3s ease-in-out; }
.index2-servics-inner :hover img {	-webkit-transform: scale(0.9);	transform: scale(1.1);}

.cetagories-serv{background-color: #ffb400;width: 200px;    position: absolute;    bottom: 10px;}
.cetagories-serv i {
    display: inline-block;
    font-size: 27px;
    padding: 7px 13px;
    border-right: 1px solid #111;
    vertical-align: middle;
}
.cetagories-serv h3 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.cetagories-serv:after {
    position: absolute;
    content: "";
    right: -7px;
    top: -7px;
    width: 100%;
    height: 100%;
    border: 2px solid #ffb400;
}

.index2-servics-inner .text-box {    padding: 25px 20px; clear: both;}
.index2-servics-inner .text-box  p {
    letter-spacing: normal;
    font-size: 16px;
    color: #111;
    margin: 0 0 0px;
}

.ser-in{width:100%; height:400px; overflow:hidden;}
.ser-in img{width:100%; border:1px solid grey; height:400px;}

.sidebar {    width: 100%;}
.sidebar .nav-tabs {
    border-bottom: 0px;
    margin-bottom: 30px;
    background: #f0f0f0;
    padding: 10px;
}
 .sidebar .nav-tabs li { float:left;    width: 100%;     margin-bottom: 10px;}
.sidebar .nav-tabs li.active a {
    background: #00aeef;
    color: #fff;
    border: 0px;
}
.sidebar .nav-tabs li:hover a {
    background: #00aeef;
    color: #fff;
    border: 0px;
}
 .sidebar .nav-tabs li a {
    background: #fff;
    border: none;
    margin-right: 0px;
    letter-spacing: 0.30px;
    border-radius: 0px;
    color: #000;
    font-size: 15px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar .nav-tabs li a .fa {
    margin-right: 15px;
    padding-left: 5px;
}

.gulati-input {
padding: 15px;
    background: none;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}

.gulati-textarea {
    padding: 15px;
    background: none;
    border: 1px solid #ccc;
    width: 100%;
    height: 120px;
    margin-bottom:20px;
}
.send-btn{padding:6px 15px; text-align:center; background:#00aeef; color:#fff; font-size:18px; text-transform:uppercase; font-weight:600;}  

.open_hours {}
.open_hours .hours {
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    padding: 40px;
}
.open_hours .hours h2 {
    padding: 0;
    color: #282828;
    padding-bottom:20px;
    margin: 0;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.open_hours .hours ul li {
    text-transform: capitalize;
    color: #898989;
    padding-bottom: 10px;
}

.open_hours .hours ul li span {    float: right;}

 .touch_top {    padding-bottom: 30px;   padding-bottom: 30px;  }
 .touch_top ul {    border: 1px solid #e5e5e5;    padding: 12px 0;}
 .touch_top ul .item {    float: left;    padding: 15px 6px;    text-align: center; border-right: 1px solid #ebebeb;     width: -webkit-calc(100% / 4) !important;     width: calc(100% / 4) !important;}
.media:first-child {    margin-top: 0;}
 .touch_top ul .item .media .media-left {    padding-right: 30px;    vertical-align: middle;}
 .touch_top ul .item .media .media-left a {
    color: #00aeef;
    border: 1px solid #00aeef;
    border-radius: 100%;
    display: block;
    width: 48px;
    height: 48px;
}
.touch_top ul .item .media .media-left a i {
    border-radius: 50%;
    font-size: 30px;
    line-height: 32px;
    padding-top: 8px;
}
.touch_top ul .item .media .media-body {
    text-align: left;
    color: #898989;
}











/*----------------------- responsive --------------------*/
@media only screen and (min-width:1000px) and (max-width:1200px) {
.top-right {    width: 72%;}
.top-left{width: 27%;}
.navbar-nav > li > a{font-size: 13px;padding: 8px;font-weight: normal;}
.slide-text{top: 0;}
.why-chosse .image-chose img{width:100%;}
.footer-top img {    width: 100%;}

}

@media only screen and (min-width:768px) and (max-width:999px) {
.top-right {    width: 39%;float: left;}
.top-left{width:60%;}
.navbar-nav > li > a{font-size: 12px;padding: 6px;font-weight: normal;}
.th-btnappointment{padding: 0 12px; }
.th-topinfo .th-emails{padding:0;}
.header-logo img {    width: 100%;}
.header-menu {    width: 70%;}
.header-logo {    width: 28%;}
.float-panel a {    font-size: 14px;}
.slide-text{top: 0;}
.why-chosse .image-chose img{width:100%;}
.footer-top img {    width: 100%;}
.wood-service-section{background-size: cover;}
}

@media only screen and (min-width:601px) and (max-width:767px) {
.top-right {    width: 39%;float: left;}
.top-left{width:60%;}
.navbar-nav > li > a{font-size: 12px;padding: 6px;font-weight: normal;}
.th-btnappointment{padding: 0 12px; }
.th-topinfo .th-emails{padding:0;}
.header-menu {    width:100%;}
.header-appoint {    width: 30%;}
.header-logo {    width: 100%; text-align:center; border-bottom: 1px solid #c0c5ca;}
.float-panel a {    font-size: 14px;}
.slide-text{top: 0;     width: 50%; left: 3%; padding:10px;}
.wood-service-section{background-size: cover;}
.header-topinfo{padding: 0;}
#navbar{  width:100%;} 
.nav{padding:0; margin: 0;}
.navbar-nav > li{width:100%; padding:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{padding:0;}
.slide-text h1 {    font-size: 16px;    line-height: 24px;}
.slide-text > p{margin-bottom: 0;}
.abt-full p{padding:10px;}
.abt-full h3 {margin:10px;}
.client-full h3 {margin:10px;}
.ser-full h3 {margin:10px;}
.touch_top ul .item{width:100%;}
.open_hours {    margin-top: 20px;}
}


@media only screen and (min-width:451px) and (max-width:600px) {
	.header-topinfo{padding: 0;}
#navbar{  width:100%;}
.nav{padding:0; margin: 0;}
.navbar-nav > li{width:100%; padding:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{padding:0;}
.top-right {    width: 100%; margin: 15px 0 0;float: left;}
.top-left{width: 100%; padding: 0 10px;}
.navbar-nav > li > a{font-size: 12px;padding: 6px;font-weight: normal;}
.th-btnappointment{padding: 0 12px; }
.th-topinfo .th-emails{padding:0;}
.header-menu {    width: 100%;}
.header-logo {    width: 100%; text-align:center; border-bottom: 1px solid #c0c5ca;}
.float-panel a {    font-size: 14px;}
.th-emails li {    padding: 0 10px;}
.navbar-toggle{float:left; margin-left:5px;}
.th-topinfo .th-socialicons{margin: 12px 12px 0 0;}
.filter-button{margin:5px;}
.top-right{display:none;}
.slide-text{    top: 0;    width: 100%;    left: 0;   padding: 10px;    background: transparent;}
.slide-text h1{font-size:26 !important;}
.slide-text > a.btn-default{padding:17px 20px;font-size:14px;}
.float-left{float:none; text-align:center;}
.float-right{float:none; text-align:center;}
.slide-text{top: 0;     width: 50%; left: 3%; padding:10px;}
.wood-service-section{background-size: cover;}
.header-topinfo{padding: 0;}
#navbar{  width:100%;} 
.nav{padding:0; margin: 0;}
.navbar-nav > li{width:100%; padding:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{padding:0;}
.slide-text h1 {    font-size: 16px;    line-height: 24px;}
.slide-text > p{margin-bottom: 0;}
.abt-full p{padding:10px;}
.abt-full h3 {margin:10px;}
.client-full h3 {margin:10px;}
.ser-full h3 {margin:10px;}
.touch_top ul .item{width:100%;}
.open_hours {    margin-top: 20px;}
.btn-abt{padding-left: 10px;}
.why-chosse .image-chose{text-align:center;}
.why-chosse .image-chose img{width:100%;}
.section-padding {    padding: 50px 0;}
}
@media only screen and (min-width:50px) and (max-width:450px) {
	.header-topinfo{padding: 0;}
#navbar{  width:100%;}
.nav{padding:0; margin: 0;}
.navbar-nav > li{width:100%; padding:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{padding:0;}
.top-right {    width: 100%; margin: 15px 0 0;float: left;}
.top-left{width: 100%; padding: 0 10px; padding-right: 100px;}
.navbar-nav > li > a{font-size: 12px;padding: 6px;font-weight: normal;}
.th-btnappointment{padding: 0 12px; }
.th-topinfo .th-emails{padding:0;}
.header-menu {    width: 100%; border-bottom: 1px solid #c0c5ca;}
.header-appoint {    width: 100%; padding: 10px 0; display: none;}
.header-logo {    width: 100%; text-align:center; border-bottom: 1px solid #c0c5ca;}
.float-panel a {    font-size: 14px;}
.th-emails li {    padding: 0 10px;}
.th-topinfo .th-socialicons{margin: 12px 12px 0 0;}
.filter-button{margin:5px;}
.top-right{display:none;}
.navbar{margin:0;}
.slide-text{top: 0;}
.slide-text > a.btn-default{padding:10px;font-size:14px;}
.float-left{float:none; text-align:center;}
.float-right{float:none; text-align:center;}
.slide-text{ display:none;}
.float-left{float:none; text-align:center;}
.float-right{float:none; text-align:center;}
.slide-text{top: 0;     width: 50%; left: 3%; padding:10px;}
.wood-service-section{background-size: cover;}
.header-topinfo{padding: 0;}
#navbar{  width:100%;} 
.nav{padding:0; margin: 0;}
.navbar-nav > li{width:100%; padding:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{padding:0;}
.slide-text h1 {    font-size: 16px;    line-height: 24px;}
.slide-text > p{margin-bottom: 0;}
.abt-full p{padding:10px;}
.abt-full h3 {margin:10px;}
.client-full h3 {margin:10px;}
.ser-full h3 {margin:10px;}
.touch_top ul .item{width:100%;}
.open_hours {    margin-top: 20px;}
.btn-abt{padding-left: 10px;}
.why-chosse .image-chose img{width:100%;}
.section-padding {    padding: 50px 0;}
}






















































