
body{
font-family: 'Dosis', sans-serif;
   }
h1,h2,h3,h4,h5,h6{
padding:0;
margin:0;
}
a:hover{
text-decoration:none;
}
ul{
padding:0;
margin:0;
list-style:none;
}
p{
padding:0;
margin:0;
}
.space_left{
padding-left:0; 
} 
.space_right{
padding-right:0; 
} 
.space_all{
padding:0; 
} 
.img-responsive{
width:100%;}
.border_none_1{
   border:none!important;
   }
.active_tab{
  color: #ff7000!important;
  border-top:2px solid #ff7000;
  }
  
  .active_tab2{
  color: #D7D7D7!important;
  border-top:1px solid #ff7000;
  }
    .active_tab3{
  color: #D7D7D7!important;
  border-top:1px solid #D7D7D7;
  }
/*********************top****************/
.top {
	  padding-top:5px;
	  padding-bottom:5px;
	  background-color:#000000;
	 }
.top_left p a{
  color:#ffffff;
  padding-left:15px;
  padding-right:15px;
  border-right:1px solid #e1e1e1;
  }
.top_left p a:hover{
   color:#ff7000;
   }
.top_right  .drop_1{
    margin-top:15px!important;
	padding:20px;
	min-width:180px;
	}
.top_right ul .tag_menu{
   padding-top:0;
   padding-bottom:0;
   color:#ffffff;
   border-right:1px solid #e1e1e1;
   }
.top_right ul .tag_menu:hover{
  background:none;
  color:#ffffff;
   }
.top_right ul .tag_menu:focus{
  background:none;
  color:#ffffff;
   }
.top_right ul .tag_menu .icon_1{
  margin-right:5px;
  font-size:20px;
  color:#ff7000;
   }
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
   background:none!important;
  }
.top_right .drop_1 .active_tab_1{
    color:#ff7000;
	}
.top_right .drop_1 a:hover{
    color:#ff7000;
	background:none;
	}
/*********************top_end****************/

/*********************header****************/
#header .navbar{
    background:none;
	border:none;
	height:auto;
	margin-bottom:0;
	padding-top:30px;
	padding-bottom:20px;
	}
#header .navbar-brand {
   font-size:25px;
   font-weight:bold;
   color:#000;
   line-height:0;
   padding:0;
   letter-spacing:2px;
   }
#header .navbar-nav{
  margin-top:10px;
  }
	
#header .navbar-brand i{
   color:#fff;
   font-size:20px;
   background:#ff7000;
   border-radius:100%;
   padding:5px;
   margin-right:5px;
   }
#header .navbar-brand span{
  padding-left:35px;
  font-size:12px;
  color:#999;
   }
#header .tag_menu{
font-weight:bold;
font-size:15px;
color:#999;
padding-top:0;
padding-bottom:0;
   }
#header .tag_menu:hover{
color:#000;
   }
#header .drop_2{
margin-top:20px;
   }  
 .dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.oranges{ color:#FF7000; }
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999999;
  white-space: normal;
  font-size:14px;
  font-weight:bold;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: underline;
  color: #262626;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #000000;
  font-size: 15px;
  font-weight:bold;
}
.dropdown-menu-large .dropdown-header2 {
  color: #FF7000;
  font-size: 16px;
  font-weight:bold;
  padding-left:15px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header .dropdown-header2 {
    padding: 3px 15px !important;
  }
  
}

.cd-secondary-nav .is-visible {
  visibility: visible;
  transform: scale(1);
  transition: transform 0.3s, visibility 0s 0s;
}
 .cd-secondary-nav.is-fixed {
    z-index: 9999;
    position: fixed;
    left: auto;
    top: 0; 
	width:100%;
	background:#fff;
	opacity:0.9;
  }	
/*********************header_end****************/


/*********************center****************/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform:capitalize;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h2 {
    font-size: 30px;    
    font-weight: bold;
	letter-spacing:2px;
}
.hero h1 {
    font-size: 60px;    
    font-weight: bold;
	letter-spacing:15px;
}
.hero h3 {
    font-size: 15px;    
    font-weight: bold;
	letter-spacing:5px;
	margin-top:20px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 20px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    border:2px solid #fff;
    outline: none;
	background:rgb(255, 112, 0);
    margin-top:40px;
   font-size: 15px;
   border-radius:0;
   letter-spacing:2px;
   font-weight:bold;
}
.btn.btn-lg i{
  margin-left:10px;
  }
.btn.btn-lg:hover{
  background:none;
  color: rgb(255, 112, 0);
  border:2px solid rgb(255, 112, 0);
  }

/********************************/
/*       Slides backgrounds     */
/********************************/

#center .carousel-indicators{
  bottom:10px;
  }
.fade-carousel .carousel-indicators > li{
      background: #c4bdab;
	  width:15px;
	  height:15px;
  }
.fade-carousel .carousel-indicators > li.active{
      width:15px;
	  height:15px;
	  background:#ff7000;
  }

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

/*********************center_end****************/

/*********************middle****************/
#middle{
   overflow:hidden; 
	}
/* Common style */
.grids { padding-bottom:120px;}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	margin-bottom:20px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	min-width:100%;
	opacity: 0.8;
}

.grid figure figcaption {
margin-top:200px;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2,
figure.effect-steve p {
	background: #fff;
	color: #2d434e;
}

figure.effect-steve h2 {
	position: relative;
	margin-top: 2em;
	padding: 0.25em;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*********************middle_end****************/

/*********************product_home****************/
.card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-image img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

 .card-image:hover img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}
#product_home{
   padding-top:40px;
   padding-bottom:40px;
   }
.product_home_top h3{
    font-weight:bold;
	letter-spacing:2px;
	font-size:20px;
	color:#000;
	}
.product_home {
   margin-top:40px;
   }
.product_home_left_inner{
 margin-top:10px; 
  }
.product_home_left_inner p{
  font-size:16px;
  margin-bottom:8px; 
   }
.product_home_left_inner h3{
  font-size:20px;
  margin-bottom:8px;
  font-weight:bold;
  letter-spacing:2px; 
   }
.product_home_left_inner h5 i{
  color:#ff7000;
  }
.product_home_left_inner h3 span{
  color:#999;
  text-decoration:line-through;
  margin-left:5px;
  }
.product_home_right{
 margin-bottom:40px; 
  }
/*********************product_home_end****************/

/*********************offer_home****************/
/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}


/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

#offer_home .grid figure img{
  min-height:350px;
  }
   
/*********************offer_home_end****************/
/*********************tools_home****************/
#tools_home{
   padding-top:40px;
   padding-bottom:40px;
   }
.tools_home_inner_top h3{
   font-size:20px;
   font-weight:bold;
   letter-spacing:2px;
   }
.tools_home_inner_top h3 a{
   color:#000;
   }
.tools_home_inner_top h3 a:hover{
   color:#ff7000;
   }
#tools_home .product_home_left_inner{
margin-top:0;
  }
/*********************tools_home_end****************/

/*********************news_home****************/
#news_home{
   padding-bottom:40px;
   }
.news_home h3{
   font-size:20px;
   font-weight:bold;
   letter-spacing:2px;
   }
.news_home h3 a{
   color:#000;
   }
.news_home h3 a:hover{
   color:#ff7000;
   }


/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

#news_home .grid figure img{
  min-height:300px;
  }
.news_home_1{
  margin-top:30px;
  }
.news_home_1_inner_1{
 margin-top:20px; 
  }
.news_home_1_inner_1 h6{
font-size:14px;
letter-spacing:1px;
  }
.news_home_1_inner_1 h4{
font-size:20px;
letter-spacing:1px;
font-weight:bold;
margin-top:10px;
  }
.news_home_1_inner_1 h4 a{
color:#000;
  }
.news_home_1_inner_1 h4 a:hover{
 color:#ff7000;
  }
.news_home_1_inner_1 h5{
font-size:14px;
letter-spacing:1px;
font-weight:bold;
margin-top:10px;
  }
.news_home_1_inner_1 h5 a{
color:#333;
  }
.news_home_1_inner_1 h5 i{
 margin-right:5px;
 font-size:20px; 
  }
/*********************news_home_end****************/
/*********************testimonial_home****************/
#testimonial_home{
  padding-top:100px;
  padding-bottom:70px;
  background:#f0f0f0;
  }
.quote {
     color:#ff7000;
    text-align: center;
    margin-bottom: 30px;
	font-size:18px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	font-size:20px;
	letter-spacing:1px;
	color:#999;
	line-height:1.8em;
}
#fade-quote-carousel .profile-circle {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 100px;
}
.profile-circle{
    background: url(../img/41.jpg);
  }
.profile-circle_1{
    background: url(../img/42.jpg);
	 width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 100px;
  }
.profile-circle_2{
    background: url(../img/43.jpg);
	 width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 100px;
  }
.testimonial_home h4{
  margin-top:20px;
  color:#ff7000;
  font-size:26px;
  letter-spacing:1px;
  }
.testimonial_home h6{
 text-align:center;
 margin-top:15px;
 font-size:16px;
 color:#666;
 margin-bottom:20px;
  }
.testimonial_home p{
  color:#000;
  }
  
.testimonial_home .carousel-indicators > li{
      background: #c4bdab;
	  border-color: #c4bdab;
	  width:21px;
	  height:21px;
	  margin: 0 8px;
  }
.testimonial_home .carousel-indicators > li.active{
      width:21px;
	  height:21px;
	  background:#ff7000!important;
	  border-color:#ff7000; 
  }

/*********************testimonial_home_end****************/

/*********************footer****************/
#footer{
    padding-top:50px;
	padding-bottom:35px;
	background: #141414;
	}
.footer_left a{
    color:#999;
	letter-spacing:1px;
	padding-left:15px;
	padding-right:15px;
	line-height:2.2em;
	border-right:1px solid #333;
	font-size:13px;
	}
.footer_left a:hover{
    color:#fff;
	}
.footer_right .form-control{
  background:none;
  border-color:#333;
  border-radius:0;
  height:40px; 
  color:#ff7000;
   }
.form-group span{
   color:#ff7000!important;
   }
.footer_right h6{
   margin-top:10px;
   letter-spacing:1px;
   font-weight:bold;
   }
.footer_right h6 a{
   color:#fff;
   background:#ff7000;
   padding:11px 25px;
   border:2px solid #ff7000;
   }
.footer_right h6 a:hover{
background:none;
color:#999;
   }
.form-horizontal .form-group{
  margin-left:0;
  margin-right:0;
  }
.footer_1{
  margin-top:60px;
  border-bottom:1px solid #333;
  padding-bottom:40px; 
   }

.footer_1_left span{
    color:#999;
	letter-spacing:1px;
	padding-left:15px;
	padding-right:15px;
	line-height:2.2em;
	border-right:1px solid #333;
	font-size:14px;
	}
.footer_1_left span i{
  color:#ff7000;
  margin-right:5px;
  font-size:18px;
  vertical-align:middle;
  }
.footer_1_left span .tag_1{
   color:#999;
   }
.footer_1_left span .tag_1:hover{
   color:#fff;
   }

.footer_1_left span .tag_2{
   color:#fff;
   font-weight:bold;
   }
.footer_1_left span .tag_2:hover{
    color:#ff7000;
   }
   


/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.footer_1_right .social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:15px;
}
.footer_1_right .social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.footer_1_right .social-circle i {
	color: #333;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.footer_1_right a {
 background-color: #fff;   
}
.footer_2 {
  padding:15px;
  }
.footer_2 p {
  color:#999;
  }
.footer_2 p a{
  color:#999;
  font-size:15px;
  }
.footer_2 p a:hover{
  color:#fff;
  }
/*********************footer_end****************/

/*********************blog****************/
.blog_header{
  background-color: whitesmoke;
  padding:5px 10px 5px 10px;
  }
.blog_header p{
    font-size:13px;
	}
.blog_header p a{
   color:#999;
   margin-right:10px;
   }
.blog_header p a:hover{
   color:#333;
   }
#blog_page{
  padding-top:40px; 
   padding-bottom:40px;
   }
.blog_page h2{
   font-size:40px;
   letter-spacing:2px;
   font-weight:bold;
   }
.blog_page p{
 margin-top:25px;
   }
.blog_page p span{
padding-left:10px;
padding-right:10px;
border-right:1px solid #e1e1e1;
   }
.blog_page p span a{
font-weight:bold;
color:#000;
   }
.blog_page p span a:hover{
color: #ff7000;
   }
#blog_page .grid figure img{
  min-height:300px;
  }
#blog_page .news_home_1{
   margin-bottom:40px;
   }
   
 .pagination_last{
 margin-top:10px; 
  }
.pagination>li>a, .pagination>li>span{
  background: #fafafa;
  padding:0;
  padding:8px 20px;
  font-size:14px;
  color:#666;
  border-radius:0!important;
  }
 .pagination a:hover{
color:#fff!important;
background:#000!important;
  }
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
  background:#000!important;
  border-color:#ddd!important;
  color:#fff!important;
  }
/*********************blog_end****************/

/*********************detail****************/
/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.blog_detail{
  margin-top:40px; 
   }
.blog_detail .grid figure img {
 height:600px!important; 
  }
.blog_detail_inner {
 width:90%;
 margin:auto; 
 border-bottom:1px solid #e1e1e1;
 padding-bottom:60px;
  }
.blog_detail_inner p{
  margin-top:30px;
  font-size:18px;
  }
.blog_detail_inner_1 {
 width:90%;
 margin-left:auto; 
 margin-right:auto;
 margin-top:50px;
 border-bottom:1px solid #e1e1e1;
 padding-bottom:60px;
  }
.blog_detail_inner_1 h4 {
font-weight:bold;
color:#000;
letter-spacing:2px;
font-size:20px;
  }
.blog_detail_inner_1_inner{
   margin-top:30px;
   }

.blog_detail_inner_1_inner .grid figure img{
  height:400px!important;
  }
.blog_detail_inner_2 {
 width:90%;
 margin-left:auto; 
 margin-right:auto;
 margin-top:50px;
 border-bottom:1px solid #e1e1e1;
 padding-bottom:50px;
  }
.blog_detail_inner_2 h4{
  font-size:20px;
  letter-spacing:2px;
  font-weight:bold;
  color:#000;
  }
.blog_detail_inner_2 h5{
  font-size:14px;
  letter-spacing:1px;
  margin-top:25px;
  }
.blog_detail_inner_2 p{
  font-size:18px;
  letter-spacing:1px;
  margin-top:5px;
  color:#999;
  }
.blog_detail_contact{
 width:90%;
 margin-left:auto; 
 margin-right:auto;
 margin-top:50px;
	}
.blog_detail_contact h1{
   font-size:20px;
  letter-spacing:2px;
  font-weight:bold;
  color:#000;
  }
.blog_detail_contact p{
   font-size:14px;
   margin-top:30px;
   margin-bottom:30px;
   letter-spacing:1px;
  }
.blog_detail_contact .form-control_1{
 margin-bottom:15px; 
 width:50%;
 border-radius:0;
 background:#f0f0f0;
 border:none;
 box-shadow:none;
 height:40px;
  }
.blog_detail_contact .form-control_2{
 margin-bottom:15px; 
 border-radius:0;
 background:#f0f0f0;
 border:none;
 box-shadow:none;
 height:140px;
  }
.blog_detail_contact .form-control:focus{
background:#fff;
border:1px solid #e1e1e1;
  }
.blog_detail_contact h5 {
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: bold;
	font-size:13px;
	margin-bottom:30px;
}
.blog_detail_contact h5 a {
    color: #fff;
    background: #ff7000;
    padding: 11px 25px;
    border: 2px solid #ff7000;
}
.blog_detail_contact h5 a:hover {
    background: none;
    color: #ff7000;
}
/*********************detail_end****************/

/*********************about_page****************/
#about_page{
   padding-top:50px;
   padding-bottom:50px;
   }
.about_page h1{
  letter-spacing:2px;
  font-weight:bold;
  font-size:45px;
   }
 .about_page h4{
  letter-spacing:2px;
  font-weight:bold;
  font-size:20px;
  margin-top:40px;
   }
  .about_page p{
  letter-spacing:1px;
  font-size:18px;
  margin-top:20px;
   }
 .about_page_1{
 margin-top:80px;  
   }
 .about_page_1_inner h1 i{
 font-size:60px;  
   }
.about_page_1_inner h4{
  letter-spacing:2px;
  font-weight:bold;
  font-size:20px;
  margin-top:20px;
   }
.about_page_1_inner p{
  letter-spacing:1px;
  font-size:18px;
  margin-top:20px;
   }
/*********************about_page_end****************/

/*********************team_home****************/
#team_home{
 padding-top:60px;
 padding-bottom:60px; 
 background:#f4f4f4;
  }
#team_home h1{
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 45px;
    margin-bottom:30px;
  }
.team_home_1 h3{
  margin-top:25px;
  color: #686868;
  letter-spacing:1px;
  border-bottom:1px solid;
  width:50%;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:8px;
  }
.team_home_1 h4{
 margin-top:10px;
 color: #ff7000;
 letter-spacing:1px;
 font-size:16px; 
  }
.team_home_1 p{
 margin-top:25px;
 color:#999;
 letter-spacing:1px;
 margin-bottom:25px; 
  }
  


/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #999;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.team_home_1 a {
 background-color: #D3D3D3;   
}
.team_home_1_inner{
  background:#fff;
  padding-bottom:40px;
  border-bottom:3px solid #ff7000;
  min-height:320px;
  }
.testimonial_page{
    background:#fff!important;
	}
/*********************team_home_end****************/

/*********************contact_page****************/
#contact_page{
 padding-bottom:40px; 
  }
/*********************contact_page_end****************/

/*********************pages****************/
#pages .typo{
  font-size:60px;
  letter-spacing:1px;
  color:#333;
  }
.pages{
padding-bottom:60px;
padding-top:60px;
}
#pages h1{
margin-bottom:20px;
}
#pages h2{
margin-bottom:20px;
}
#pages h3{
margin-bottom:20px;
}
#pages h4{
margin-bottom:20px;
}
#pages h5{
margin-bottom:20px;
}
#pages h6{
margin-bottom:20px;
}

#pages p{
margin-bottom:10px;
}

#pages{
  overflow:hidden;
  }
/*********************pages_end****************/

@media screen and (max-width : 767px){
.space_left{
padding-left:15px; 
} 
.space_right{
padding-right:15px; 
} 
.space_all{
padding-left:15px;
padding-right:15px;
} 
#pages p .btn{
  margin-bottom:10px;
  }
#pages  .label {
font-size: 50%;
}  
#pages img{
  width:100%;
  margin-top:10px;
  }		
#pages .typo{
font-size:40px;
}
.navbar-collapse{
max-height:none;
box-shadow:none;  
  }
.navbar .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}
.top_left{
    text-align:center;
	}
.top_right{
    text-align:center;
	}
.top_right ul .tag_menu{
  border-right:none;
  margin-bottom:10px;
  }
.top_right .drop_1{
padding:0;  
  }
#header .navbar-brand{
  padding-left:10px;
  }
#header .navbar-nav{
  background:#f0f0f0;
  padding-top:10px;
  padding-bottom:10px;
  }
#header .tag_menu{
 padding-top:10px;
 padding-bottom:10px;
 text-align:center; 
  }
 .cd-secondary-nav.is-fixed{
   opacity:1;
   position:static;
   }
.dropdown-menu-large {
  text-align:center;
  }
#header .drop_2{
  min-width:auto!important;
  margin-top:0;
  }
.hero h2{
    font-size:40px; 
	 }
.hero h3{
    font-size:25px;
	line-height:1.4em; 
	 }
#middle{
   margin-top:20px; 
	}
#middle .grid figure img{
   min-height:250px;
   }
.product_home_left {
  margin-top:20px;
  }
.tools_home_inner_top h3{
 text-align:center; 
  }
#tools_home .product_home_left_inner{
   text-align:center; 
  }
.news_home h3{
   text-align:center; 
   }
.news_home_1_inner_1 {
  text-align:center;
  margin-bottom:15px; 
   }
.footer_right {
  text-align:center;
  margin-top:10px;
	}
.footer_left {
  text-align:center;
	}
.footer_1_left {
  text-align:center;
	}
.footer_1_right {
  text-align:center;
  margin-top:15px;
	}
.footer_2 {
  text-align:center;
	}
.blog_page{
 text-align:center; 
  }
.pagination_last {
   text-align:center;
  }
.pagination>li>a, .pagination>li>span{
 padding:8px 12px;
  }
figure.effect-julia img{
 max-width:100%; 
  }
.blog_detail_inner{
 text-align:center; 
  }
.blog_detail_inner_1 h4{
 text-align:center; 
  }
.blog_detail_inner_2 {
   text-align:center; 
  }
.blog_detail_contact{
  text-align:center; 
  }
.blog_detail_contact .form-control{
 margin-left:auto;
 margin-right:auto;
  }
.blog_header{
   text-align:center;
   }
.about_page_1_inner{
  text-align:center;
  }
.team_home_1_inner{
   margin-bottom:10px;
   }
}
@media (min-width:471px) and (max-width:767px) { 

}
@media (min-width:768px) and (max-width:960px) { 
#header .tag_menu{
   font-size:14px;
   }
.hero h2{
   font-size:50px;
   }
.hero h1{
    font-size:80px;
	}
.middle_left .grid figure img{
  min-height:250px;
  }
.footer_1_right .social-circle li a{
 width:20px;
 height:20px;
 font-size:12px; 
  }
.footer_1_right .social-circle li i{
 line-height:20px; 
  }
.footer_1_right ul.social-network li{
  margin:0 2px;
  }
#team_home .social-circle li a{
 width:30px;
 height:30px;
 font-size:12px; 
  }
#team_home .social-circle li i{
 line-height:30px; 
  }
figure.effect-julia img{
 max-width:100%; 
  }
}

@media (min-width:961px) and (max-width:1200px) {
#header .tag_menu{
   font-size:14px;
   }
.hero h2{
   font-size:50px;
   }
.hero h1{
    font-size:80px;
	}
.middle_left .grid figure img{
  min-height:250px;
  }
.footer_1_right .social-circle li a{
 width:20px;
 height:20px;
 font-size:12px; 
  }
.footer_1_right .social-circle li i{
 line-height:20px; 
  }
.footer_1_right ul.social-network li{
  margin:0 2px;
  }
#team_home .social-circle li a{
 width:30px;
 height:30px;
 font-size:12px; 
  }
#team_home .social-circle li i{
 line-height:30px; 
  }
figure.effect-julia img{
 max-width:100%; 
  }
 }

@media (min-width:1201px) and (max-width:1310px) {

 }



