/* :: 3.0 Base CSS */
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         /* url('fonts/RobotoCondensed-Bold-webfont.woff2') format('woff2'), */
         url('fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins', sans-serif; 
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         /* url('fonts/Roboto-Light-webfont.woff2') format('woff2'), */
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/Roboto-Medium-webfont.eot');
    src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         /* url('fonts/Roboto-Medium-webfont.woff2') format('woff2'), */
         url('fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {   
    src: url('fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         /* url('fonts/RobotoCondensed-Regular-webfont.woff2') format('woff2'), */
         url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand Book Oblique Regular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Quicksand Book Oblique Regular');
    src: url('fonts/Quicksand_Book_Oblique.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Quicksand Book Regular';
    font-style: normal;
    font-weight: normal;
     src: url('fonts/Quicksand Book Regular');
     src: url('fonts/Quicksand_Book.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Quicksand Dash Regular';
    font-style: normal;
    font-weight: normal;
     src: url('fonts/Quicksand Dash Regular'); 
      src: url('fonts/Quicksand_Dash.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Quicksand Light Oblique Regular';
    font-style: normal;
    font-weight: normal;
     src: url('fonts/Quicksand Light Oblique Regular');
      src: url('fonts/Quicksand_Light_Oblique.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Quicksand Light Regular';
    font-style: normal;
    font-weight: normal;
     src: url('fonts/Quicksand Light Regular'); 
      src: url('fonts/Quicksand_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Quicksand Bold Oblique Regular';
    font-style: normal;
    font-weight: normal;
     src: url('fonts/Quicksand Bold Oblique Regular');
      src: url('fonts/Quicksand_Bold_Oblique.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Quicksand Bold Regular';
    font-style: normal;
    font-weight: normal;
     src: url('fonts/Quicksand Bold Regular');
      src: url('fonts/Quicksand_Bold.woff') format('woff');
    }


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,800&display=swap');

* {
  margin: 0;
  padding: 0; }
  html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
body {
	background: #fff;

	font-size: 14px;	
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}
body, html {
	padding: 0px!important;
	margin: 0px!important;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}
body, input, select, textarea {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-success {
    color: #fff;
    background-color: #003399!important;
    border-color: #ffcc00!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	
	
	color: #666;
}
p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.topbar-email, .topbar-child1 {
    
    font-size: 13px;
    color: #000;
    line-height: 3.7!important;
    vertical-align: middle!important;
}

/*sec1bg css*/

.sec1bg .col-lg-6{
    background: white;
    border-radius: 6%;
}
.detail-head{
    padding-top: 49px;
    position: relative;
}
.specific-table {
    margin-top: -15px;
}
.detail-head h4 {
    font-weight: bolder !important;
    text-align: center;
    padding-bottom: 16px;
}
.specific-table th, .specific-table td{
    padding-bottom: 21px !important;
    padding-top: 17px !important;
}
.specific-table tr{
    font-size: 14px;
    font-family: 'Atami Regular' !important;
}
.specific-table th{
    font-weight: bold;
    color: #4a4444;
}
/*sec1bg css end*/

.sec12bg .product-title-12 {
    
    font-size: 24px;
    /* color: #9E6FCF; */
    line-height: 1.5;
    /* font-weight: 400; */
    margin: 16px 0;
    /* font-family: Poppins-Regular !important; */
    font-size: 22px !important;
}
.sec12bg [class*="product-price"] {
    /*  */
    /* font-size: 34px; */
    /* color: #000; */
    /* line-height: 1.2; */
    /* margin-top: 0px; */
    /* margin-bottom: 15px; */
    
    font-size: 18px!important;
    line-height: 1.5;
}
/*a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;

  font-weight: 600;
  }*/
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }
img {
  height: auto;
  max-width: 100%; }
/* :: 3.1.0 Spacing */

.shadow-box{box-shadow: 10px 10px 8px 10px #999;}
.pd-20 {
	padding: 20px;
}
.mt-15 {
  margin-top: 15px !important; }
.mt-30 {
  margin-top: 30px !important; }
.mt-50 {
  margin-top: 50px !important; }
.mt-70 {
  margin-top: 70px !important; }
.mt-100 {
  margin-top: 100px !important; }
.mb-15 {
  margin-bottom: 15px !important; }
.mb-30 {
  margin-bottom: 30px !important; }
.mb-50 {
  margin-bottom: 50px !important; }
.mb-70 {
  margin-bottom: 70px !important; }
.mb-100 {
  margin-bottom: 100px !important; }
.ml-15 {
  margin-left: 15px !important; }
.ml-30 {
  margin-left: 30px !important; }
.ml-50 {
  margin-left: 50px !important; }
  
  .ml-100 {
  margin-left: 100px !important; }
.mr-15 {
  margin-right: 15px !important; }
.mr-30 {
  margin-right: 30px !important; }
.mr-50 {
  margin-right: 50px !important; }
.pb-50 {
  padding-bottom: 50px !important; }
.pb-20 {
  padding-bottom: 20px !important; }
form#frmCart h2.product-title-12 {
    color: #333;
    margin-bottom: 0px;
}
body.cke-text.cke_contents_ltr p {
	color: #212529;
} 
header#header {
    z-index: 99!important;
}
.processing { 
    background: #fff url(../img/Processing.gif) no-repeat scroll 50% 30%; 
    float: left;  
    height: 100%; 
    opacity: 0.5;
    position: absolute; 
    top: 0; 
    width: 100%; 
    z-index: 100!important; 
    left:15px; 
}
figure.effect-marley figcaption {
	text-align: right;
}
.cms-content{
    background-image: url(../images/bg-888.jpg);
    padding: 60px 0px;
}
.service-box h4 {
    font-size: 24px;
}
.service-box {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 15px 0px 15px;
    transition: 0.5s;
    border: 1px solid transparent;
}

.section-img-overlay a {
    
    font-size: 16px;
    color: white;
}
/*.service-box:hover {
    background-color: #f9f9f9;
    border-radius: 40px;
    border: 1px solid #ddd;
}*/
.slider-inner-Content {
    background-color: rgba(0, 0, 0, 0.43);
    padding-top: 20px;
    position: absolute;
    width: 100%;
    top: 78%!important;
    left: 0;
    bottom: 0%;
    z-index: 100;
}
.footer-widget.footer-about-us a{
    color: #fff;
    padding-bottom: 14px;
    margin-bottom: 0px;
    padding-right: 40px;
    display: block;
    width: 100%;
}
.page-content ul li {
    list-style: disc!important;
}
.page-content ul li a:hover {
       color: #1f4ba5!important;
}
.page-content a:hover {
    color: #003399!important;
}
.fitness-pricing-table-area.service-page.section-padding-100-0{background: url(../images/bg.jpg)center center; background-size:cover;}
.service-box:hover h3 a{
  color: #00bcd4;
}
.fitness-pricing-table-area.service-page {
    padding: 23px 0px 50px 0px;
}
.social_nav {
    padding-top: 5px!important;
}
.service-box img {
    font-size: 60px;
    align-items: center;
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #989898;
}
.height-option {
    font-size: 12px!important;
    color: #b1acac !important;
    margin-bottom: 10px!important;
}
.dimension-option {
    font-size: 12px!important;
    color: #b1acac !important;
    margin-bottom: 10px!important;
}
.service-box h3 a {
    text-decoration: none;
    color: #FF9800;
    font-size: 24px;
}
.service-box :before {
    margin: 0 auto;
    display: block;
    float: none;
}
#dimension_1 {
    font-size: 12px!important;
    color: #b1acac !important;
    margin-bottom: 10px!important;
}
#height_9 {
    font-size: 12px!important;
    color: #b1acac !important;
    margin-bottom: 10px!important;
  
}
/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }
.height-500 {
  height: 500px !important; }
.height-600 {
  height: 600px !important; }
.height-700 {
  height: 700px !important; }
.height-800 {
  height: 800px !important; }  
.form-sign-Btn {
    background:#ff;
       border: 2px solid #ffc107;
    color: #ffc107;
    padding: 10px 45px;
    font-size: 17px;
    text-transform: uppercase;
}

.form-sign-Btn {
    color: #ffc107!important;
}

.formBtn {
    border-radius: 23px;
    border: 2px solid #96C;
    color: #96C!important;
    padding: 8px 40px;
    font-size: 16px;
    text-transform: uppercase;
    /* margin-top: 42px; */
    background-color: #fffffa!important;
}
.bg1 {
    background-color: #3b5998!important;
    margin-right: -15px;
/*    border-radius: 18px!important;*/
/*    border: 2px solid #98afed!important;*/
    /* color: #ffc107!important; */
    padding: 10px 45px!important;
    font-size: 17px;
    text-transform: uppercase;
}
.demo {
    padding: 70px 0;
    background: #f7f1da;
}
.single-add-area img {
    border: 3px solid #f1f1f1;
    border-radius: 13px;
}
.fitness-adds-area.section-padding-100{
    padding: 70px 0;
}
.top_header_area ul li.welcome-text span {
  margin-left: 50px; font-size: 20px; line-height: 100%;
}
.top_header_area ul li .notice {
    font-size: 12px!important;
    letter-spacing: 1px!important;
}
/*-------------------------------------------------------css-for-mobile----------------------------------------------------------------------------------------------------------*/


  .space-padding{
 border: 1px solid #ddd!important; padding:30px!important;}
 .side-boder{
  border-right: 1px solid #ddd;
    margin-left: -23px;
  }


.space-padding{
 border: 1px solid #ddd!important; padding:30px!important;}

 .side-boder{
  border-right: 1px solid #ddd;
    margin-left: -23px;
  }}

.bg-inner.bg-innner {
    box-shadow: none!important;
    background: #ffffff;
    /* border: none!important; */
    color: #333;
    border-top: 1px solid #ddd!important;
    border-bottom: none!important;
    border-left: none!important;
    border-right: none!important;
    margin: 19px 19px 0px 0px!important;
    padding: 19px 0px!important;
}
.top_header_area .social_nav {
    padding-top: 0;
    padding-bottom: 10px;
}
.top_header_area .social_nav {
    margin: 0;
    padding-top: 12px;
}
ul.nav.navbar-nav.top_nav ul li a {
    display: inline-block!important;
}
ul.nav.navbar-nav.top_nav {
    margin: 0px;
   line-height: 3.4!important;
    vertical-align: middle!important;
    text-align: left;
}
ul.nav.navbar-nav.top_nav ul li a{
    font-size: 11px!important;
    line-height: 22px;
}
}
/*-----------------------new-css-------*/
.sidebar_promo_content.text-center {
	width: 224px;
	background: rgba(35,35,35, 0.5);
	border: solid 2px #937c6f;
	padding-bottom: 53px;
	padding-top: 50px;
	margin: 0 auto;
}
.single-service-area .course-content h4 {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-service-area:hover .course-content h4, .single-service-area:focus .course-content h4 {
    color: #ffc107;
}
.single-service-area h4 {
    font-size: 21px;
    margin-top: 15px;
    text-align: left;
    /* margin: 0 15px; */
}
.single-service-area p {
    color: #0c0c0c !important;
    text-align: left!important;
}
ul.slideanim {
    margin-bottom: 35px;
}
.sidebar_promo_button {
	width: 150px;
	height: 28px;
	background: #937c6f;
	margin: 0 auto;
	margin-top: 22px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_promo_button a {
	display: block;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.ts-padding {
	padding: 35px 35px;
}
.btn {
	padding: 4px 10px!important;
}
.font-cl {
	font-size: 20px;
	text-shadow: 1px 2px #f60;
	margin-top: 15px;
}
.newsletter_image {
	padding: 35px 0px;
}
.box-contact.btn-home {
	margin-top: 15px;
padding: 10px 45px!important;
	font-size: 21px;
	font-weight: bold;
	text-transform: inherit;background: #b6e358!important;
    background: -webkit-linear-gradient(to right, #b6e358, #ffc107)!important;
    background: linear-gradient(to right, #b6e358, #ffc107)!important;
    color: #fff;
	border-radius: 50px;
}
a.btn-home:hover {
	color: #ffffff;
	background: #ee3b24;
	border-color: #6C6C6C;
}
.img-box-top-bg-icon {
	border-radius: 50%;
	background: #ee3b24;
	height: 130px;
	width: 130px;
	margin: 25px;
	text-align: center;
}
.content-box-bottom h4 {
	color: #ee3b24;
	text-align: center;
	font-size: 12px!important;
}
.content-box-bottom p {
	text-align: center;
	font-size: 10px!important;
}
.img-box-top-bg-icon {
	border-radius: 50%;
	background: #ee3b24;
	height: 75px;
	width: 75px;
	padding: 25px;
	margin: 0 auto;
	text-align: center;
}
.icon-box {
	text-align: center;
	color: #fff;
	font-size: 20px;/* padding: 30px; */
}
.content-box-bottom h4 {
	color: #ee3b24;
	text-align: center;
}
.content-box-bottom p {
	text-align: center;
	font-size: 10px;
}
.content-white p {
	color: #fff;
}
.content-black {
	color: #000;
}
.img-box-top {
	line-height: 115px;
	text-align: center;
}
.img-box-top_fit_center {
	border-radius: 5px;
	margin-bottom: 0px;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.sec12bg .product-desc-12 {
	font-size: 14px;
	line-height: 23px !important;
}
.content-black p {
	color: #000;
	font-size: 14px;
}
.content-box-bottom h4 {
	color: #ee3b24;
}
.scroll-touch {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
a {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	cursor: pointer;
	text-decoration: none;
	/*color: #FFFFFF;*/
}
button {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	cursor: pointer;
}
  
strong, b {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
p {
	margin: 0;
	line-height: 1.6em;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: inherit;
}
span.mrp {
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
}
span.product-shipping {
	font-size: .9em;
	line-height: 1.6em;
	color: #b1acac !important;
}
.affiliate.buy-now {
	vertical-align: bottom !important;
}
span.product-returns {
	font-size: .9em;
	line-height: 1.6em;
	color: #b1acac !important;
}
.sec12bg .product-sku {
   
    font-size: 13px;
    color: #888888;
    line-height: 1.8;
}
.form-group.product-options {
    margin-top: -15px;
    margin-bottom: 7px;
}
p.basket-sku {
	font-size: 12px!important;
	color: #b1acac !important;
	margin-bottom: 10px!important;
}
/*.btn-cart a.btn.addtocart {
    background-image:!important;
    text-transform: uppercase!important;
    color: #fff;
    border: none !important;
}*/

.block-quick-info-2 {
    padding: 2rem 0;
}
  header#header {
    z-index: 99!important;
    box-shadow: 0px 0px 0px 0px #333 !important;
    width: 100% !important;
}
.fixed-header{
  width: 100% !important;
}
.block-quick-info-2 .block-quick-info-2-inner {
    position: relative;
    z-index: 2;
    padding: 30px;
    background: #fff;
    margin-top: -80px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.05);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.05);
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.block-quick-info-2 .quick-info-2 .icon {
    font-size: 3rem;
    color: #b3b3b3;
    color: #ea728c;
}
.block-quick-info-2 .quick-info-2 .text .heading {
    color: #000;
    font-weight: 300;
}
.block-quick-info-2 .quick-info-2 .text .excerpt {
    color: #b3b3b3;
}
ul li.delets-img {
      padding: 14px;
    display: inline-block;
   }
   
ul li.delets-img img {
    margin: 0 auto;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 15px;
}
ul.slideanim h4{
    font-weight: 400;
    line-height: 1.3em;
        font-size: 16px;
    margin-top: 15px;
}
.bg-inner.bg-innner h3, .h3 {
	font-size: 21px;
	color: #333;
}
hr {
	margin-top: 4px !important;
	margin-bottom: 10px !important;
	border-top: 1px solid #eee;
}
.div_first p {
	color: #333;
	font-size: 14px;
}
.bg-inner.bg-innner h5 {
	font-weight: bold;
	
	font-size: 14px;
	color: #333;
	margin-bottom: 0px;
}
.bg-inner.bg-innner p {
	
	font-size: 14px;
	color: #333;
	margin-bottom: 0px;
}
.icon img {
	vertical-align: text-bottom;
	margin-top: 1px !important;
}
.sub-heading-grey {
	margin: 10px 0px;
	font-size: 18px;
	color: #63615f;
	font-weight: bold;
	
}
.sub-heading-white {
	margin: 10px 0px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	
}
.img-box-black p {
	color: #000!important;
}
h2 {
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 30px;
}
h3 {
	font-size: 30px;
	margin-bottom: 25px;
}
h5 {
	font-size: 20px;
	/*margin-bottom: 25px;*/
}
h6 {
	font-size: 15px;
	margin-bottom: 25px;
}
.feature-content p {
	color: #000;
}
sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}
.content-inner-area h4 {   
    margin-top: 25px;
}
.content-inner-area p {
    margin-bottom: 25px;
    color: #a29e9e;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
input.form-controller.quantity {
	color: #2f2e2e;
}
.content-inner-area button:hover, button:active, button:focus {
	outline: none !important;
	text-decoration: none !important;
	color: #fcfdff;
}
span.cross-btn-st {
    font-size: 18px;
    color: #96C!important;
    line-height: 18px;
    text-align: right;
}
#msg-box3-5 {
    background: #fff!important;
    background-size: contain;
    background-position: unset;
    height: 516px;
        width: 100%;}
/*.navbar {
	border-radius: 4px;
	margin-bottom: 0px;
}*/
.box-boder h2 {
	font-weight: bold;
	margin: 30% 8%;
	font-size: 24px;
	color: #131212;
}
/*.navbar {
	margin-bottom: 0px!important;
}*/
.stepwizard-step p {
	margin-top: 10px;
}
/*.stepwizard-row {
	display: table-row;
}*/

.stepwizard-row {
  display: none;
}
.fitness-btn {
    position: relative;
    z-index: 9;
    display: inline-block;
    min-width: 167px;
    height: 51px;
    color: #ffc107;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 20px;
    /* line-height: 39px; */
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 3px solid #ffc107;
    background: #039;
    color: #fff;
}
.fitness-btn-1 {
    position: relative;
	   
    z-index: 9;
    display: inline-block;
    min-width: 167px;
    height: 51px;
    color: #ffc107;
    border-radius: 8px;
    padding: 13px 30px;
    font-size: 20px;
    /* line-height: 39px; */
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: none;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
}
.fitness-btn-1:hover {
    position: relative;
    z-index: 9;
    display: inline-block;
    min-width: 167px;
    height: 51px;
    color: #ffc107;
    border-radius: 8px;
    padding: 13px 30px;
    font-size: 20px;
    /* line-height: 39px; */
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: none;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}

.bg-attachment-fixed{background-attachment: fixed!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;}
    
span.icon-t i {
	font-size: 1.2em;
	transform: scaleX(-1) !important;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.stepwizard-step .btn {
	border-radius: 0%;
}
.content-area-box {
	padding: 40px 40px;
	background: #f5f5f5;
	margin-right: -15px;
	height: 570px;
}
/*.listing-box {
	background: #f5f5f5;
	height: 572px;
}*/
.btn-product-btn {
    /* background: #000; */
    border-radius: 18px;
    border: 2px solid #ffc107;
    color: #ffc107!important;
    padding: 15px 45px;
    font-size: 17px;
    text-transform: uppercase;
    /* margin-top: 42px; */
	 background-color: #fffffa!important;}
 .padding-space{ padding:0px 0px 15px 30px!important;}
.btn-product-btn:hover {
    background: #fc0;
    border: 2px solid #ffc107;
    color: #ffffff!important; 
	background:#ffcc00!important}

/*.img-box-area {
	margin-left: -15px;
	margin-right: -15px;
}*/
#footer-upper-listing {
	background: #eaf2f8;
	padding: 35px 0px;
	text-align: center;
}
#footer-upper-listing h4 {
	font-weight: bold;
	font-size: 36px;
	color: #131212;
	
	font-style: italic;
}
span#dimension_15 {
    font-size: 12px!important;
    color: #b1acac !important;
    margin-bottom: 10px!important;
}

span#height_5{font-size: 12px!important;
    color: #b1acac !important;
    margin-bottom: 10px!important;
}
.content-inner-area h4 {
	
}
.bg-inner.bg-innner .table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
	border-bottom: 1px solid #ddd!important;
	border-top: none!important;
}
.stepwizard-step .btn {
	padding: 12px 12px!important;
	background: #037b17;
}
.stepwizard-step .btn:hover, .btn:focus, .btn.focus {
	color: #333!important;
}
.box-padding .formBtn .main-box {
	margin: 10px;
	width: 100%;
	height: 400px;
	line-height: 115px;
	text-align: center;
	border: 1px solid red;
}
.resize_fit_center {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-box-content {
	height: 300px;
	line-height: 115px;
	text-align: center;
}
.img-box-content_fit_center {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	
}
.like-box {
	padding: 69px 0px;
	background: #f5f5f5;
	margin-top: 35px;
}
.main-box {
	position:relative;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin:0 auto;
  
}
.main-box img {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
@media (max-width: 768px) {
.slideshow .heading-text {
	font-size: 25px!important;
}
.camera_caption {
    padding-top: 0%!important;
}
.like-box.owl-controls.clickable {
    display: none !important;
}
/*.navbar-right {
	margin-top: -19px;
}*/
#mayLike .item img {
	min-width: 300px!important;
	height: auto!important;
	width: 100%!important;
}
.extra_promo_image {
      margin-top: -12px;
  }
.like-box {
    padding: 15px 0px!important;
    vertical-align: middle;
    text-align: center;
}
.well.well-sm.box-contact {
	text-align: center;
	height:auto !important;
	min-height:auto !important;
}
.btn-home {
	margin-top: 30px;
	text-align: center;
}
.font-cl {
	font-size: 20px;
	margin-top: 15px;
	color: #f76809;
}
.heading-1 {
	text-align: center;
}
div#accordion .panel {
	padding-bottom: 15px;
}
.space-sec-top {
	margin-top: 20px !important;
}
.listing-box {
	height: auto!important;
}
.form-back-Btn {
	width: 100%!important;
}
.formBtn {
	width: 100%!important;
}
.form-back-Btn {
	text-align: center;
}
.form-back-Btn {
	text-align: center;
}
.formBtn {
	float: none;
}
.table thead>tr>th, td {
	padding: 0px!important;
}
.div_first {
	text-align: center;
}
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fffcfc!important;
}
.buy_now {
	background: #ff6600!important;
	color: #fff!important;
	border: 2px solid #ee3b24!important;
	padding: 10px 50px!important;
}
.btn-circle {
	width: 56px;
	height: 56px;
	text-align: center;
	padding: 12px 0;
	font-size: 20px;
	line-height: 1.428571429;
	border-radius: 35px;
	margin-top: -14px;
	border: solid 3px #ccc !important;
	opacity: 1 !important;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-o-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-ms-box-shadow: inset 0px 0px 0px 3px #fff !important;
	box-shadow: inset 0px 0px 0px 3px #fff !important;
	backgournd-color: #428bca;
}
.stepwizard-step p {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 102%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 6px;
	text-align: left !important;
}

}
.btn-circle {
	width: 56px;
	height: 56px;
	text-align: center;
	padding: 12px 0;
	font-size: 20px;
	line-height: 1.428571429;
	border-radius: 35px;
	margin-top: -14px;
	border: solid 3px #ccc !important;
	opacity: 1 !important;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-o-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-ms-box-shadow: inset 0px 0px 0px 3px #fff !important;
	box-shadow: inset 0px 0px 0px 3px #fff !important;
	backgournd-color: #428bca;
}
a.lightbox img {
	width: 100%;
	height: 265px;
}
.box-padding-price h4 {
    margin-bottom: 10px;
}
.btn.btn-primary:hover {
    background: transparent;
    border-color: #f1a2a2;
}
.bg-inner.bg-innner {
	box-shadow: -2px 4px 6px #bbbaba;
	background: #ffffff;

	border: 1px solid #f3c1bb;
	color: #333;
}
.bg-inner.bg-innner-bottom {
	background: #efeaea;
	padding: 15px 0px 35px 0px;
	margin-top: 45px;
}
.box-boder-main {
	border: 1px solid #ccc4c4;
	padding: 20px 15px;
}
.icon img {
	vertical-align: text-bottom;
	margin-top: 18px;
}
.text-rightt {
	
	text-align: left;
}
/*.img-box-area img {
	height: 570px;
}*/
.text-rightt h5 {
	font-weight: bold;
	
	margin: 0px;
	font-size: 14px;
	color: #333;
}
.text-rightt p {
	font-weight: bold;
	
	margin: 0px;
	font-size: 14px;
	color: #333;
}
.btn-cart.btn.addtocart {
    background: transparent!important;
    text-transform: uppercase!important;
    color: #999!important;
    border: 2px solid #fc0!important;
}
.btn-cart.btn.addtocart:hover {
    background:#333!important;
    text-transform: uppercase!important;
    color: #fff!important;
    border: 2px solid #fc0!important;
}
select#sel1.form-control {
	display: block;
	width: 100%;
	height: 40px!important;
}
.box-padding {
	padding: 35px 15px 5px 15px;
}
.bg-inner.bg-innner select#sel1 {
	height: 42px;
	width: 55%;
}
.bg-inner.bg-innner select#dr_shipCountry {
	height: 42px;
	width: 100%;
}
label {
	
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -60px;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
span.icon-t i.fa.fa-truck.fa-2x {
	transform: scaleX(-1) !important;
}

.form-sign-Btn:hover {
   background: #fc0;
    border: 2px solid #ffc107;
    color: #ffffff!important;
    background: #ffcc00!important;
}
.text-right-side {
	float: right;
}
.bg-inner.bg-innner a {
	color: #000;
	text-decoration: underline;
}
/*.form-sign-Btn {
	background: #000;
	color: #fff;
	font-size: 14px!important;
	border-radius: 5px!important;
}*/
.form-back-Btn:hover {
    background: #fc0;
    color: #fff!important;
}
input.formBtn:hover {
    background: #556ab1!important;
    color: #fff!important;
}
button.formBtn.pull-right.checkout-btn:hover {
    background: #fc0;
    border: 2px solid #96C;
    color: #ffffff!important;
    background: #96C!important;
}
.box-padding-price p {
        font-weight: normal!important;
}
button.formBtn:hover {
    background: #fc0;
    border: 2px solid #96C;
    color: #ffffff!important;
    background: #96C!important;
}
a.btn.btn-primary.addtocart {
    padding: 10px 45px!important;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.form-back-Btn:hover {
	background: #fc0;
	color: #fff!important;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px!important;
}
.subscribe button {
    background: #ffcc00;
}
/*a.btn.btn-primary.addtocart {
	padding: 10px 45px!important;
	font-size: 21px;
	font-weight: bold;
	text-transform: inherit;
}*/
a.btn.btn-primary.addtocart {
    padding: 10px 35px!important;
    
    font-size: 18px;
    color: #fff;
    line-height: 1;
  
}


.sec12bg .btn-cart a.btn.addtocart {
    color: #fffafa!important;
    background: #222!important;
    border-color: #222!important;
    border-radius: 35px;
    text-transform: capitalize;
}
.sec12bg .product-title-12 span {
    font-size: 30px;
}
.product-list h4 span, .product-detail h2 span {
    /* font-size: 32px!important; */
    /* color: #c404ff!important;
    font-family: Poppins-Bold; */
    font-size: 24px;
    color: #9E6FCF;
    line-height: 1.5;
}
.sec12bg .btn-cart a.btn.addtocart:hover {
    color: #ffffff!important;
    background: #ac67f1!important;
    border-color: #ac67f1!important;
}

.box-padding-price {
	padding: 8px 30px;
	color: #333!important;
}
.box-padding-price h5 {
    color: #333!important;
}
.btn .btn-success-2 {
	color: #323232;
	border-radius: 50px;
	padding: 10px 30px;
	background: #fff;
	font-size: 14px;
}
body, input, select, textarea {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.subscribe button {
    background: #ffcc00!important;
}
.menu .simple-menu ul li a {
    padding: 0px;
    font-size: 14px;
   
    
}

a {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	cursor: pointer;
	text-decoration: none;
	color: #003399;
}
/*a:hover {
	color: #00af94;
	text-decoration: none !important;
	outline: none !important;
}*/
a:active, a:focus {
	outline: none !important;
	text-decoration: none !important;
	/*color: #FFFFFF;*/
}
button {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	cursor: pointer;
}.footer-design a {
    color: #fff;
}
  
strong, b {
	font-weight: 700;
}
.bg-light {
	background: #fff;
	color: #c7c1c1;
	font-size: 1.8em;
	padding: 0% 0%;
	text-align: center;
	varical-align: top;
	text-transform: lowercase;
	width: 100%;
	width: 100%;
	height: 300px;
}
.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	border: 0px;
	width: 93%;
	height: 92%;
	opacity: 0;
	background-color: rgba(216, 94, 13, 0.9);
	content: '';
	transition: 0.4s;
	margin: 10px;
}
.well.well-sm.box-contact {
	padding-top: 65px;
	border:none!important;
	/*margin-left: -100px;*/
	z-index: 4;
	background:transparent!important;
  text-align: center;
      box-shadow: none;
}

.well.well-sm.box-contact h2 {
    /* font-size: 30px; */
    /* color: #000; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    /* line-height: 43px; */
    margin-bottom: 25px;
    /**/
    font-size: 25px;
    color: #333333;
    line-height: 1.2;
}
ul.ak-nav {
    display: inline-block;
}
.space-gap{padding:0px 45px;}
section.img {
	z-index: -999;
	position: relative;
}
.content-box .fa.fa-star {
	color: #f60;
}
.body-inner {
	position: relative;
	overflow: hidden;
}
.boter-squr {
	background: #fff;
}
a:link, a:visited {
	text-decoration: none;
}
/*a:hover {
	text-decoration: none;
	color: #000;
}*/
a.read-more {
	color: #323232;
}
.ts-padding {
	padding: 35px 35px;
}
section.sec7bg.animated {
	padding-top: 0px;
}
.no-padding {
	padding-top: 0;
	background: #fff;
}
.media>.pull-left {
	margin-right: 20px;
}
.box-text h2 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 45px;
}
.heading {
    padding-left: 0px;
    padding-bottom: 32px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.gap-60 {
	clear: both;
	height: 60px;
}
.panel-heading.active {
	background-color: red;
}
.gap-40 {
	clear: both;
	height: 40px;
}
.gap-30 {
	clear: both;
}
.gap-20 {
	clear: both;
	height: 20px;
}
a:focus {
	outline: 0;
}
.img-box-1 ul li {
	color: #464242;
}
.btn.btn-primary {
    color: #323232;
    border-radius: 16px;
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-options select {
    height: 45px!important;
    padding: 6px 40px!important;
    background: #fff!important;
    font-size: 14px;
    line-height: 50px;
    border: 1px solid #b7b7b7;
    margin-right: 14px;
    margin-bottom: 20px;
}

.sec12bg .btn-cart {
    margin-top: 13px!important;
    display: inline-block;
}   

section#products-1.row.img-box-1 p {
	color: #000;
}
.animated .img-box-2 p {
    color: #393838 !important;
}
section#service p {
	color: #000!important;
}
section#products-1 .img-box-2 p {
	color: #fff;
}
.btn.btn-primary:hover {
	color: #fff;
}
.btn.btn-primary.white {
	border: 2px solid #fff;
	color: #fff;
}
.btn.btn-primary.white:hover {
	border: 2px solid transparent;
}
.btn.btn-primary.square {
	border-radius: 0;
	color: #fff;
}
.card-body .btn.btn-primary {
	color: #323232;
	border-radius: 50px;
	position: absolute;
	top: 125px;
	left: 75px;
	padding: 10px 30px;
	background: none;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.card-body .btn.btn-primary:hover {
	color: #fff;
}
.space img {
	margin-top: 20px;
}
.btn.btn-primary.solid {
	color: #fff;
}
.space {
	margin-top: 10px;
}
.testfreaks-badge {
	color: #FF0;
}
.btn.btn-primary.solid.blank:hover {
	color: #333;
}
.indicators-line > .carousel-indicators li {
	display: none;
}
.btn.btn-primary.solid:hover {
	background: none;
}
ul.circle, ul.check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.circle li {
	position: relative;
	margin-left: 30px;
	padding-bottom: 20px;
}
.product_info {
	float: left;
}
.product_name {
	margin-top: 15px;
}
.product_name a {
	margin-top: 15px;
	font-size: 32px;
	font-weight: normal;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	letter-spacing: -1px;
}
.product_name a:hover {
	color: #937c6f;
}
.product_price {
	font-size: 21px;
	font-weight: normal;
	color: #33CCFF;
	margin-top: 0px;
}
ul.circle li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
	position: absolute;
	left: -33px;
	top: 5px;
}
ul.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.check-list li {
	margin-bottom: 5px;
}
ul.check-list li i {
	margin-right: 10px;
	font-size: 14px !important;
}
ul.arrow li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 10px;
}
blockquote p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
	color: #959595;
}
blockquote {
	margin: 20px 0;
}
.service-content.single-slide {
	background-color: #fff;
	padding: 15px;
	color: #707070;
	font-size: 16px;
	line-height: 26px;
	border: 2px dashed #e8e4e8;
	box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-webkit-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #b3adad;
}
.service-content.single-slide:hover {
	background-color: #fff;
	padding: 15px;
	color: #707070;
	font-size: 16px;
	line-height: 26px;
	border: 2px dashed #e8e4e8;
	box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-webkit-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #b3adad;
}
	  .our-services {
    background-color: #00BCD4;
    padding: 70px 0px;
}
/* Angle */
.angle:before {
	display: none !important;
	background: #fff;
	content: "";
	height: 75px;
	top: -37px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transform: skew(0deg, 2deg);
	-moz-transform: skew(0deg, 2deg);
	-ms-transform: skewX(0deg) skewY(2deg);
	-o-transform: skew(0deg, 2deg);
	transform: skew(0deg, 2deg);
}
.portfolio.angle:before {
	background: #f5f5f5;
}
.portfolio.angle {
	padding-bottom: 120px;
}
.clients.angle {
	padding: 120px 0;
}
/* Parallax */
.parallax-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 11, 11, 0.83);
	opacity: 1;
}
.parallax h2, .parallax h3 {
	margin-top: 0;
}
.parallax .btn {
	color: #fff;
}
.parallax-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgb(13, 13, 13);
	opacity: 0.9;*/
}
.parallax h3 {
	margin-bottom: 30px;
}
.parallax .btn.solid {
	margin-left: 10px;
}
/* Deafult title */
.title-icon {
	font-size: 32px;
	margin-right: 15px;
	margin-top: 9px;
	color: #959595;
}
.title-icon.classic {
	margin-top: 0;
}
.title {
	position: relative;
	margin: 0;
	line-height: 32px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.title.classic {
	line-height: 40px;
	height: 34px;
}
.title-desc {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	color: #6A6A6A
}
/* Title style 2 */
.title2 {
	position: relative;
	margin-top: 30px;
}
.title2:after {
	content: '';
	width: 150px;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	height: 3px;
	background: #dedede;
	position: absolute;
}
.title2 .title-desc {
	padding-top: 30px;
}
/* Title border */
.title-border {
	line-height: normal;
	margin-top: 0;
}
.widget-title {
	margin-bottom: 25px;
	font-size: 20px;
}
.post-title {
	font-size: 24px;
	line-height: normal;
}
.post-title a {
	color: #323232;
}
.long-desc {
	font-size: 16px;
}
/* Icon pentagon */
.icon-pentagon {
	display: inline-block;
	height: 24px;
	width: 40px;
	position: relative;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.icon-pentagon:hover {
	color: rgba(0,0,0,.5);
}
.icon-pentagon:before {
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	top: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.icon-pentagon:after {
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.icon-pentagon i {
	font-size: 20px;
	line-height: 24px;
}
.service-icon {
	height: 46px;
	width: 90px;
	margin-bottom: 30px;
}
.service-icon:before {
	border-left: 45px solid rgba(0, 0, 0, 0);
	border-right: 45px solid rgba(0, 0, 0, 0);
	top: -30px;
}
.service-icon:after {
	border-left: 45px solid rgba(0, 0, 0, 0);
	border-right: 45px solid rgba(0, 0, 0, 0);
	bottom: -30px;
}
.service-icon i {
	font-size: 36px;
	line-height: 46px;
}
/* Carousel controller */
.carousel-control {
	width: auto;
}
.ts-carousel-controller {
	text-align: center;
	padding-top: 50px;
	z-index: 1;
	position: relative;
}
.ts-carousel-controller .left, .ts-carousel-controller .right, .owl-controls .owl-prev, .owl-controls .owl-next {
	cursor: pointer;
	background: #f6f6f6;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #989898;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}
.owl-controls .owl-next {
	margin-left: 6px;
}
.ts-carousel-controller .left:hover, .ts-carousel-controller .right:hover, .owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
	color: #fff;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	display: inline-block;
}
/* Input form */
.form-control {
	box-shadow: none;
	border: 1px solid #dedede;
	padding: 6px 20px;
	height: 50px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
/*-- Flex slider --*/
.portfolio-slider .flexslider, .ts-flex-slider .flexslider {
	border: 0;
	box-shadow: none;
}
.portfolio-slider .flex-direction-nav a, .ts-flex-slider .flex-direction-nav a {
	opacity: 0;
	background: #000;
	color: #fff !important;
	text-align: center;
	text-shadow: none;
	line-height: 40px;
}
.portfolio-slider .flex-direction-nav a:before {
	font-size: 32px;
}
.portfolio-slider .flex-direction-nav a:hover, .ts-flex-slider .flex-direction-nav a:hover {
	color: #fff;
	opacity: 1;
}
.flexportfolio.flexslider .slides img {
	height: auto;
}
/*-- Pagination --*/
.pagination li a {
	/*border-radius: 0 !important;
	margin-right: 8px;*/
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	color: #f00;
	background-color: #eee;
}
/* Header area
================================================== */
/*-- Header style 1 --*/
/*.header-solid {
	background: #191919;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header-solid ul.navbar-nav > li > a {
	color: #fff;
}*/
/*-- Logo --*/
/*.navbar-header {
	z-index: 9999;
}
.navbar-header a.navbar-logo {
	diplay:inline-block;
}
.navbar-brand.navbar-bg {
	position: absolute;
	left: 0;
	padding: 3px 15px 10px;
	line-height: 62px;
}*/
.menu .simple-menu ul li a {
    padding: 10px 15px;
    font-size: 14px;
    max-width: 145px !important;
    width: 100%;
}
/*.navbar-header {
	z-index: 9999;
}
li.menu-dropdown-icon img {
    width: 100%;
    height: 80px;
    margin-bottom: 5px;
    display: none;
}
.navbar-brand img {
	float: right;
	padding: 0 15px;
}*/
img.img-color {
	text-align: center;
	max-width: 100%!important;
	max-height: 428px!important;
	padding: 15px;
	vertical-align: middle!important;
}
/*#sliders .lSSlideOuter, #sliders .lslide {
        height: 555px;
  
}*/
/*#sliders .lSSlideOuter, #sliders .lslide img {
    text-align: center;
    max-width: 100%!important;
    max-height: 100%!important;
    vertical-align: middle!important;
}
*/
.box-cat {
	min-height: 100%;
	min-width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/*.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}*/
.navbar-nav.navbar-right {
	padding-right: 0;
}
.navbar-nav.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
.navbar-toggle {
	border-radius: 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-nav.navbar-right > li > a {
	
	font-size: 14px;!important;
	color: #fff;
	padding-top: 22px;
	padding-bottom: 20px;
	line-height: 20px;
}
.navbar-nav.navbar-right > li:last-child a {
    padding-right: 22px;
    border-left: 1px solid #d2cbcb;
    padding-left: 12px;
    margin-top: 21px;
}
p {    font-size: 15px;
    line-height: 3.7;
    color: #888888;
    margin: 0px;
}
.navbar-nav.navbar-right > li:last-child a:hover {
    border-bottom: none;
}
.navbar-nav.navbar-right > li.active > a, .navbar-nav.navbar-right > li > a:hover {
}
.navbar-nav.navbar-right > li > a i {
	font-weight: 700;
}
.navbar-nav.navbar-right .open>a, .navbar-nav.navbar-right .open>a:hover, .navbar-nav.navbar-right .open>a:focus {
	background: transparent;
	border: 0;
}
.navbar-nav.navbar-right .dropdown-menu {
	border-radius: 0px;
	width: 100%;
}
.navbar-nav.navbar-right .dropdown-menu > ul {
	list-style: none;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: -5px;
	background: #fff;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 2px .09px rgba(0,0,0,0.15);
}
.navbar-nav.navbar-right .dropdown-menu > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	padding: 15px;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.navbar-nav.navbar-right .dropdown-menu > ul > li.active > a {
}
.navbar-nav.navbar-right .dropdown-menu > ul > li:last-child > a {
	border-bottom: 0;
}
.navbar-nav.navbar-right .dropdown-menu > ul > li>a:hover, 
.navbar-nav.navbar-right .dropdown-menu > ul > li>a:focus {
	background: none;
}
.navbar-nav.navbar-right > li.dropdown.open > .dropdown-menu {
	display: block;
	visibility:visible;
}
.navbar-nav.navbar-right > li.dropdown > a {
	padding-top: 2px !important;
	padding: 0px;
	border-bottom:none!important;
}
.navbar-nav.navbar-right > li.dropdown > a:hover {
    text-decoration: none!important;
}
.navbar-nav.navbar-right > li.dropdown > a.account>img {
    max-width: 30px;
    border-radius: 15px;
}
.navbar-nav.navbar-right > li.dropdown > a.account {
  color: #333;
}
.navbar-nav.navbar-right > li.dropdown > a.account .caret{
  vertical-align: top;
  margin-top: 10px;
}
.navbar-nav.navbar-right > li.dropdown .dropdown-menu::before {
/*	position: absolute;
	top: -7px;
	left: 9px;
	right: auto;
	display: inline-block !important;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eee;
	border-left: 7px solid transparent;
	border-bottom-color: #013399;
	content: '';*/
}
.navbar-nav.navbar-right > li.dropdown > .dropdown-menu { margin-left: -2px;border: 1px solid #013399;min-width: 120px;}
.navbar-nav.navbar-right > li.dropdown > .dropdown-menu li{ display: inline-block;float:left;}
.navbar-nav.navbar-right > li.dropdown > .dropdown-menu li a{ 
	padding: 5px !important;
	color: #6f6f6f;
	text-decoration: none;
	display: block;
	clear: both;
	font-weight: 300;
	white-space: nowrap;
	font-size: 12px;
}
.navbar-nav.navbar-right > li.dropdown > .dropdown-menu li:last-child a{ border-bottom: 0;}
.navbar-nav.navbar-right > li.dropdown > .dropdown-menu li a:hover {
	color: #013499;
	background-color: #CC99FF;
}
/*.nav > li.megamenu {
	position: static;
}
.nav > li.megamenu .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px !important;
	z-index: 1000;
	border-radius: 0;
	top: auto;
}
.nav > li.megamenu .dropdown-menu ul {
	margin-top: 4px;
	padding: 20px;
}*/
/* Header Style - 2
================================================== */
.header2 {
	padding: 8px 0;
}
.header2 .navbar-brand {
	background: none;
	padding-top: 3px;
}
/*-- Header bgnone fixed --*/
.header-bgnone {
	padding: 5px 0;
	width: auto;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header-bgnone ul.navbar-nav > li:hover > a, .header-bgnone ul.navbar-nav > li.active > a {
	color: #000;
}
/* Header Style - 3
================================================== */
.header3 {
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header3 .navbar-brand {
	padding-top: 10px;
}
.header3 ul.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 25px;
	color: #333;
}
.header3 ul.navbar-nav > li:last-child a {
	padding-right: 15px;
}
.header3 .navbar-collapse {
	padding-right: 30px;
}
/* Header Style - 4
================================================== */
.header4 {
	background: #fff;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header4 .navbar-brand {
	padding-top: 10px;
}
.header4 ul.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 25px;
	color: #333;
}
/* Slideshow
================================================== */
/*-- Main slide --*/
.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/overaly.png);
}
#main-slide .item img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
#main-slide .item {
	-webkit-backface-visibility: hidden;
}
#main-slide .item .slider-content {
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
}
#main-slide .carousel-indicators {
	bottom: 70px;
}
.carousel-indicators li {
	width: 30px !important;
	height: 10px !important;
	margin: 1px !important;
	border-radius: 0 !important;
	background: rgba(255,255,255,.5);
}
#main-slide .carousel-indicators li.active, #main-slide .carousel-indicators li:hover {
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#main-slide:hover .carousel-control.left, #main-slide:hover .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
}
#main-slide:hover .carousel-control.left {
	left: 20px;
}
#main-slide:hover .carousel-control.right {
	right: 20px;
}
#main-slide .carousel-control.left span {
	padding: 15px;
}
#main-slide .carousel-control.right span {
	padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
	left: 0;
}
#main-slide .carousel-control .fa-angle-right {
	right: 0;
}
#main-slide .carousel-control i {
	background: none;
	color: #fff;
	line-height: 56px;
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 36px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
	border: 1px solid rgba(0,0,0,.3);
}
#main-slide .slider-content h2 {
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
}
#main-slide .slider-content h3 {
	font-size: 28px;
	margin-top: 40px;
	color: #fff;
}
.slider.btn {
	padding: 10px 35px;
	margin-top: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.slider.btn.solid {
	margin-left: 15px;
}
.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}
.slider-content-right {
	position: relative;
}
/*-- Animation */
.carousel .item.active .animated1 {
}
.carousel .item.active .animated2, .flex-active-slide .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .item.active .animated3, .flex-active-slide .animated3 {
	-webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
	animation: bounceInLeft 1.5s ease-in-out 800ms both;
}
.carousel .item.active .animated4, .flex-active-slide .animated4 {
	-webkit-animation: flipInX 2s ease-in 800ms both;
	animation: flipInX 2s ease-in 800ms both;
}
.carousel .item.active .animated5, .flex-active-slide .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6, .flex-active-slide .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated7, .flex-active-slide .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated8, .flex-active-slide .animated8 {
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}
/* Flex slider */
.ts-flex-slider {
	position: relative;
}
.ts-flex-slider .flexSlideshow {
	width: 100%;
	overflow: hidden;
}
.overlay2 {
	position: relative;
	z-index: -4;
}
.overlay2 img {
	width: 100%;
}
.overlay2::before {
	position: absolute;
	content: '';
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;/* background-image: url(../images/overaly.png); */
}
.ts-flex-slider .flexslider .slides {
	z-index: 0;
}
.ts-flex-slider .slider-content {
	z-index: 3;
}
/*.carousel-inner>.item {
    position: relative;
/*    display: inline-block !important;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}*/
.ts-flex-slider .flex-direction-nav a {
	width: 55px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
}
.ts-flex-slider .flex-direction-nav a.flex-next {
	border-radius: 3px;
}
.ts-flex-slider .flex-direction-nav a.flex-prev {
	border-radius: 3px;
}
/* Services
================================================== */
.service {
	padding-top: 0px;
	color: #6A6A6A;
	padding-bottom: 0px;
}
.service-heading {
	padding-bottom: 30px;
	text-align: center;
}
.service-content {
	margin-top: 30px;
}
.service-content h3 {
	font-size: 16px;
}
/* Feature box
================================================== */
.feature-icon {
	font-size: 28px;
	margin-top: 5px;
}
.feature-content {
	padding-right: 20px;
	padding-left: 55px;
}
.feature-content h3 {
	margin-top: 0;
	font-size: 18px;
	color: #F60;
	font-weight: bold;
}
/* Feature center */
.feature-center-content .feature-center-icon {
	font-size: 72px;
	margin-bottom: 5px;
	display: inline-block;
}
.feature-center-content h3 {
	font-size: 18px;
}
/* Image Block
================================================== */
.image-block {
    background: #ffffff;
    padding-bottom: 0px;
    /* margin-top: -9px; */
    padding: 25px 0px 50px!important;
}
.box-cat {
    padding: 50px 0px 50px!important;
}
.course-content.d-flex.align-items-center {
    display: inline-flex;
    /* margin-top: 25px; */
}
/*.img-block-right {
	padding-right: 140px;
}*/
img-block-head h2 {
	font-size: 40px;
	color: #F60;
	font-weight: bold;
	letter-spacing: 1px;
}
.img-block-head h3 {
	font-size: 16px;
	line-height: 100%;
}
.image-block-content {
	padding: 5 0px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.image-block-content img {
	padding: 0px 0px;/*  margin-bottom: 47px;*/
}
.img-block-head p {
	color: #000;
}
.image-block-content .feature-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
}
.image-block-content .feature-content {
	padding-left: 85px;
}
.image-block-content .feature-content h3 {
	margin-bottom: 0;
}
/* About us
================================================== */
/* Landing Tab */
.landing-tab {
	position: relative;
	z-index: 10;
}
.landing-tab .nav-tabs {
	border-right: 1px solid #e7e7e7;
	padding: 25px 0;
	border-bottom: 0;
}
.landing-tab .nav-tabs>li.active {
	margin-right: -3px;
}
.landing-tab .nav-tabs>li.active .tab-info h3 {
	color: #323232;
}
.landing-tab .nav-tabs>li {
	padding: 15px 0;
}
.landing-tab .nav-tabs>li>a {
	background: none !important;
	border-radius: 0;
	padding: 0 15px 0;
	color: #6A6A6A !important;
	position: relative;
	border: 0 !important;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.landing-tab .nav-tabs>li>a:hover {
	background: none;
}
.landing-tab .tab-icon {
	font-size: 28px;
	display: inline-block;
}
.landing-tab .tab-info {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 70px;
	top: 50%;
	margin-top: -12px;
}
.landing-tab .tab-info h3 {
	font-size: 18px;
	line-height: normal;
	margin: 0;
	color: #6A6A6A
}
.landing-tab .tab-pane h3 {
	margin-top: 0;
	line-height: normal;
}
.landing-tab .tab-pane h3.text-center {
	margin-bottom: 25px;
}
.landing-tab .tab-pane {
	padding-left: 95px;
	text-align: justify;
}
.landing-tab .tab-pane i.big {
	font-size: 200px;
	margin-bottom: 30px;
	display: block;
}
/* Featured Tab */
.featured-tab {
	padding: 30px 0;
}
.featured-tab .nav-tabs {
	border-bottom: 0;
}
.featured-tab .nav-tabs>li.active>a {
	color: #fff;
}
.featured-tab .nav-tabs>li.active>a:after {
}
.featured-tab .nav-tabs>li>a {
	background: #f2f2f2;
	border-radius: 0;
	padding: 0 15px 0;
	color: #323232;
	position: relative;
	border: 0 !important;
	line-height: 52px;
	height: 52px;
	margin-bottom: 3px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.featured-tab .nav-tabs>li>a:after {
	left: 100%;
	border: transparent solid;
	content: " ";
	position: absolute;
	border-width: 25px;
	top: 50%;
	border-left-color: #f2f2f2;
	margin-top: -25px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.featured-tab .nav-tabs>li>a:hover {
	color: #fff;
}
.featured-tab .nav-tabs>li>a:hover:after {
}
.featured-tab .nav-tabs>li.active>a, .featured-tab .nav-tabs>li.active .tab-info h3, .featured-tab .nav-tabs>li>a:hover .tab-info h3 {
	color: #fff !important;
}
.featured-tab .tab-icon {
	font-size: 28px;
	display: inline-block;
}
.featured-tab .tab-info {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 70px;
	top: 50%;
	margin-top: -12px;
}
.featured-tab .tab-info h3 {
	font-size: 16px;
	line-height: normal;
	margin: 0;
}
.featured-tab .tab-pane img.pull-left {
	margin: 0 30px 10px 0;
}
.featured-tab .tab-pane img.pull-right {
	margin: 0 0 0 15px;
}
.featured-tab .tab-pane h3 {
	margin-top: 0;
	line-height: normal;
	text-align: left;
	font-size: 20px;
}
.featured-tab .tab-pane h3.text-center {
	margin-bottom: 25px;
}
.featured-tab .tab-pane {
	padding-left: 25px;
	text-align: justify;
}
.featured-tab .tab-pane i.big {
	font-size: 230px;
}
/* Portfolio
================================================== */
.portfolio {
	background: #f5f5f5;
	padding-bottom: 0;
}
#main-container.portfolio {
	background: none;
}
/*-- Isotope Portfolio start --*/
#isotope .isotope-item {
	padding: 0;
}
.isotope-nav {
	margin: -80px auto 80px;
	display: inline-block;
	float: right;
	position: relative;
	z-index: 100;
}
.isotope-nav ul {
	list-style: none;
	margin: 0;
}
.isotope-nav ul li {
	float: left;
	margin-right: 10px;
}
.isotope-nav ul li a {
	color: #323232;
	padding: 5px 15px 8px;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.isotope-nav ul a.active, .isotope-nav ul a:hover {
	color: #fff;
	position: relative;
	border: 1px solid transparent;
}
.isotope-nav ul a.active:after, .isotope-nav ul a:hover:after {
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -13px;
	margin-left: -8px;
	left: 50%;
	border-width: 7px;
	border-style: solid;
}
#isotope .isotope-item .grid {
	position: relative;
	margin-bottom: -8px;
}
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	width: 100%;
	height: 100%;
}
.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar {
	background: #000;
	background: rgba(0,0,0,.8);
}
figure.effect-oscar img {
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar figcaption {
	padding: 2.5em;
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid rgba(255,255,255,.3);
	content: '';
}
figure.effect-oscar h3 {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	margin: 25% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
figure.effect-oscar a {
	color: #fff;
	font-size: 18px;
	margin: 20px 5px 0;
	display: inline-block;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
figure.effect-oscar a.link i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
figure.effect-oscar figcaption::before, figure.effect-oscar a {
	opacity: 0;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover h3, figure.effect-oscar:hover a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0.5);
}
figure.effect-oscar:hover img {
	opacity: 0.4;
}
/* Portfolio box */
.portfolio-box {
	padding-bottom: 80px;
}
.portfolio-box .isotope-nav {
	margin: 0 auto 60px;
	float: none;
}
/* Portfolio details */
.portfolio-static-item {
	padding-bottom: 20px;
}
.portfolio-static-item figure.effect-oscar a {
	margin-top: 70px;
}
.portfolio-static-desc h3 {
	font-size: 16px;
	margin: 5px 0 -5px 0;
	line-height: normal;
}
.portfolio-static-desc a {
	color: #6A6A6A;
}
/* Portfolio details */
.portfolio-desc h3 {
	margin-top: 0;
}
.portfolio-desc .project-btn {
	margin-top: 20px;
	padding: 8px 25px;
}
/* Counter
================================================== */
.facts-wrapper {
	background: #2a2d32;
	color: #fff;
}
.facts {
	position: relative;
	padding: 46px 40px 30px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.facts:hover {
	background: #000 !important;
}
.facts.one {
	background: rgba(0,0,0,.3);
}
.facts.two {
	background: rgba(0,0,0,.2);
}
.facts.three {
	background: rgba(0,0,0,.15);
}
h4.panel-title a:hover {
	color: #fff!important;
}
.facts.four {
	background: rgba(0,0,0,.09);
}
.facts i {
	font-size: 36px;
	text-shadow: 1px 3px 3px rgba(0,0,0,0.3);
}
.facts-num span {
	font-size: 42px;
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
}
.facts h3 {
	font-size: 18px;
	margin-top: 8px;
	color: #fff;
}
/* Counter parallax bg */
.ts_counter_bg .facts {
	padding: 0 15px;
}
.ts_counter_bg .facts:hover {
	background: none !important;
}
.ts_counter_bg .facts-num span {
	margin: 30px 0 20px;
}
.ts_counter.elements .facts {
	padding: 15px;
}
.img-box-1 ul li {
	list-style: none!important;
	margin-left: 0px!important;
	margin-bottom: 15px;
}
.img-box-2 ul li {
	list-style: none!important;
	margin-left: 0px!important;
	margin-bottom: 15px;
	color: #fff;
}
/* Team
================================================== */
.img-hexagon span {
	position: absolute;
	display: block;
	float: left;
	border-left: 120px solid #fff;
	border-right: 120px solid #fff;
}
.img-top {
	top: 0;
	border-top: 0px solid transparent;
	border-bottom: 75px solid transparent;
}
.img-bottom {
	bottom: 0px;
	border-bottom: 0px solid transparent;
	border-top: 75px solid transparent;
}
.img-hexagon {
	width: 240px;
	height: 250px;
	position: relative;
	display: inline-block;
}
.img-hexagon img {
	width: 100%;
	height: 100%;
}
.team-content h3 {
	margin-bottom: 0;
	font-size: 20px;
}
.team-content p {
	color: #959595;
}
.team-social a {
	background: #d5d5d5;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-social a.fb:hover {
	background: #325c94;
}
.team-social a.twt:hover {
	background: #00abdc;
}
.team-social a.gplus:hover {
	background: #dd4b39;
}
.team-social a.linkdin:hover {
	background: #007bb6;
}
.team-social a.dribble:hover {
	background: #ea4c89;
}
/* Team list */
.team-list .img-hexagon {
	float: left;
	margin-right: 30px;
}
/* Team list square */
.team-list-square .img-square {
	float: left;
	margin-right: 30px;
}
/* Pricing table
================================================== */
.pricing {
	/*padding-bottom: 80px;
	background: url(../images/faq.jpg);*/
	background-size: cover;
}
.plan {
	border: 1px solid #dedede;
}
.plan-name {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	padding: 20px 0;
	color: #959595;
}
.plan-price {
	font-size: 48px;
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
	background: #f2f2f2;
}
.plan-price:after {
	bottom: -30px;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-width: 15px;
	border-top-color: #f2f2f2;
	left: 50%;
	margin-left: -16px;
}
	
.plan.featured .plan-name {
	color: #323232;
}
.plan.featured .plan-price {
	color: #fff;
}
.plan.featured .plan-price:after {
}
.plan-price .currency {
	top: -0.9em;
	font-size: 50%;
	left: -0.01em;
	font-weight: 700;
}
.plan-name small {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
.plan-price strong {
}
.plan-price sub {
	font-size: 18px;
	font-weight: 700;
}
.plan ul {
	background: #fff;
	padding: 0;
	margin-bottom: 0;
}
.plan ul li {
	border-top: 1px dashed #dedede;
	padding: 12px 29px;
	font-weight: 500;
}
.plan ul li:first-child {
	border-top: 0 !important;
}
.plan a.btn {
	color: #323232;
	background: #fff;
	margin-top: 25px;
	margin-bottom: -20px;
	padding: 8px 30px;
}
.plan a.btn:hover {
	color: #fff;
}
/* Testimonial
================================================== */
.testimonial-thumb img {
	border: 1px solid #8E8E8E;
	padding: 3px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.testimonial-slide .testimonial-content h3.name {
	font-size: 18px;
	color: #fff;
	margin: 10px 0;
}
.testimonial-slide .testimonial-content h3 span {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}
.testimonial-slide .owl-buttons {
	display: none;
}
.testimonial-slide .testimonial-text {
	font-size: 16px;
	line-height: 24px;
	max-width: 800px;
	padding-top: 30px;
	display: inline-block;
	position: relative;
	color: #fff;
}
.testimonial-slide .testimonial-text:before {
	content: '\f10d';
	font-family: FontAwesome;
	padding-right: 10px;
}
.testimonial-slide .testimonial-text:after {
	content: '\f10e';
	font-family: FontAwesome;
	padding-left: 10px;
}
.testimonial-slide.owl-theme .owl-controls .owl-page span {
	background: none;
	border: 1px solid #fff;
	opacity: .7;
}
.testimonial-slide.owl-theme .owl-controls .owl-page.active span {
	border: 1px solid transparent;
}
/* Video block
================================================== */
.featured-video {
	background: #fff;
}
.video-block-head h2 {
	font-size: 16px;
	margin: 0;
	line-height: normal;
}
.video-block-head h3 {
	font-size: 24px;
	line-height: normal;
	margin: 0;
}
.video-block-content {
	padding: 10px 0;
}
.video-block-content h3 {
	margin: 0;
	line-height: normal;
}
.video-block-content .btn.btn-primary {
	color: #fff;
	margin: 5px 0 0 40px;
	padding: 8px 25px;
}
.video-block-content .btn.btn-primary:hover {
	color: #333;
}
/* Recent Post
================================================== */
.post-img-wrapper {
	position: relative;
}
.post-img-overlay {
	position: relative;
	display: inline-block;
}
.post-img-overlay::before {
	position: absolute;
	border-radius: 1px;
	background-color: rgba(0,0,0,0);
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.post-img-overlay:hover::before {
	background-color: rgba(0,0,0,.5);
}
.post-img-overlay a {
	position: absolute;
	right: 0;
	color: #fff;
	background: #666666;
	padding: 15px 20px;
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.post-img-overlay a.link {
	right: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.post-img-overlay:hover a.link {
	left: 0;
	right: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.post-img-overlay a.view {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.post-img-overlay:hover a.view {
	bottom: 0;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.recent-post {
	padding: 0 15px;
}
.recent-post .post-body h3 {
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: 700;
}
.recent-post .post-body h3 a {
	color: #323232;
}
.recent-post .post-body .post-meta a {
	font-weight: 400;
	font-size: 13px;
}
.recent-post .post-body .post-meta span, .recent-post .post-body .post-meta span i {
	padding-right: 5px;
}
.recent-post .post-excerpt {
	padding-top: 10px;
}
.recent-post .post-excerpt a.read-more {
	padding: 6px 18px;
	border-width: 1px;
	font-size: 12px;
	margin-top: 10px;
}
/* Clients
================================================== */
.clients {
	color: #fff;
	padding-bottom: 80px;
}
.clients-content {
	padding: 40px 0;
}
.clients h2.title {
	border-left: 0;
	color: #fff;
}
.client-carousel .item a {
	margin-right: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	display: inline-block;
	padding: 10px;
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}
/* Twitter
================================================== */
.ts_twitter {
	padding: 100px 0;
}
.twitter-feed .twitter-icon {
}
.cd-hero-slider h3 {
	font-size: 24px;
	color: #fff;
	text-shadow: 10px 0px 12px #fff4f4;
}
.twitter-feed .twitter-icon i {
	font-size: 78px;
	color: #1dcaff;
}
.twitter-feed .tweet a {
	color: #1dcaff;
}
.twitter-feed .tweet a:hover {
	color: #000;
}
.twitter-feed .tweet p {
	font-size: 18px;
	font-style: italic;
	padding-top: 20px;
}
.mobile-box{padding-left: 15px; padding-right: 15px;}
/* Contact
================================================== */
#contact-form {
	margin-top: 25px;
}
#contact-form label {
	font-weight: normal;
}
.map-wrapper {
	position: relative;
}
.map {
	height: 400px;
	z-index: 1;
}
.contact-info-inner h3 {
	margin-bottom: 25px;
	font-size: 24px;
	color: #fff;
}
.contact-info h3 {
	margin-top: 42px;
	font-size: 24px;
}
.contact-info p {
	font-size: 18px;
}
.contact-info i {
	font-size: 18px;
	margin-right: 10px;
}
/* Contact inside Map */
.contact-info-inner {
	position: absolute;
	color: #fff;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.7);
	padding: 25px 30px;
	max-width: 400px;
	max-height: 400px;
	text-align: left;
}
.contact-info-inner p {
	overflow: hidden;
	margin-bottom: 25px;
}
.contact-info-inner p strong {
	display: block;
}
.contact-info-inner i {
	margin-right: 20px !important;
	font-size: 24px;
	margin-top: 5px;
}
/* Footer
================================================== */
.footer {
	padding: 20px 0 20px;
	background: url(../images/0444444444441.jpg)center center ;
	color: #fff;
	font-size: 14px;
	margin-top: 45px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-map {
	padding-bottom: 60px;
}
.footer2 {
	background: #2e2e2e;
}
.footer .widget-title {
	color: #fff;
	text-align: right;
}
.footer .social-icon {
	padding: 10px 0 20px;
}
ul.first-footer-box li {
	font-weight: bold;
	font-size: 16px;
}
/* Latest Post */
.footer-widget .latest-post-image img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 4px solid rgba(255,255,255,.5);
}
.footer-widget .latest-post-content h4 a {
	color: #fff;
}
.latest-post-items {
	margin-bottom: 10px;
}
.latest-post-image img {
	width: 70px;
	height: 60px;
}
.footer-widget .post-meta, .footer-widget .post-meta a {
	color: #fff;
}
.latest-post-content h4 {
	font-size: 14px;
	line-height: normal;
}
/* Image Gallery */
.footer-widget .img-gallery {
	margin-top: 5px;
	display: inline-block;
}
.img-gallery a.thumb-holder {
	overflow: hidden;
	position: relative;
}
.img-gallery a.thumb-holder img {
	margin: 0 15px 15px 0;
	display: inline-block;
	width: 95px;
	height: 85px;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.img-gallery a.thumb-holder:hover img {
	opacity: 0.7;
}
.footer2 .img-gallery a.thumb-holder img {
	width: 90px;
	height: 75px;
}
/* Footer about us */
.footer-about-us h4 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: normal;
}
/*.subscribe {
	margin-top: 20px;
}
.subscribe input.form-control {
	border: 1px solid #ddd;
}
.subscribe .input-group-addon {
	background: none;
	border-radius: 0;
	border: 0;
	padding: 0;
}
.subscribe button i {
	font-size: 20px;
}
.subscribe button i:hover {
	font-size: 20px;
	color: #777;
}*/
/* Footer links */
.footer ul li {
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 40px;
	display: inline-block;
}
.footer ul.arrow li {
	width: 50%;
	float: left;
}
ul.arrow li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 10px;
}
.footer ul li a {
	color: #fff;
}
/* Copyright
================================================== */
#copyright {
	padding: 12px 0;
	background: #fffbfb;
	color: #000;
}
.copyright-info {
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,.15);
	/* max-width: 850px; */
	margin: auto 0;/* padding-top: 15px; */
}
.copyright.angle:before {
	background: #191919;
	height: 50px;
	top: -25px;
	-webkit-transform: skew(0deg, -2deg);
	-moz-transform: skew(0deg, -2deg);
	-ms-transform: skewX(0deg) skewY(-2deg);
	-o-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
	display: none;
}
.footer-social {
	position: relative;
	z-index: 10;
}
.footer-social .icon-pentagon i {
	font-size: 16px;
}
/* Footer sytle 2 */
.footer2 .social-icon {
	padding-bottom: 15px;
}
.footer2 .copyright-info {
	color: #323232;
	border-top: 1px solid #e7e7e7;
}
#back-to-top {
	right: 40px;
	top: auto;
	z-index: 10;
	-webkit-backface-visibility: hidden;
}
#back-to-top.affix {
	bottom: 60px;
}
#back-to-top .btn.btn-primary {
	border-radius: 100%;
	padding: 0;
	font-size: 18px;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,.3);
	border: 2px solid transparent;
	color: #fff;
	opacity: .5;
}
#back-to-top .btn.btn-primary:hover {
	color: #fff;
	opacity: 1;
}
/* Sub pages
================================================== */
/* Banner area */
#banner-area {
	position: relative;
}
.banner-title-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
}
.banner-title-content h2 {
	color: #fff;
	font-size: 36px;
}
.banner-title-content .breadcrumb {
	background: none;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.banner-title-content .breadcrumb a:hover {
	color: #ccc;
}
/* About Us */
.about-message {
	background: #f4f4f4;
	min-height: 374px;
}
.about-message ul li a {
	color: #6A6A6A;
}
/* Services */
/* Call to Action */
.call-to-action {
	color: #fff;
	padding: 40px 0;
}
.call-to-action.dark {
	background: #2a2d32;
}
.call-to-action h3 {
	color: #fff;
	float: left;
	margin: 10px 0 0;
	font-size: 20px;
}
.call-to-action .btn.btn-primary.white:hover {
	background: #000;
}
.call-to-action .btn.btn-primary.solid {
	margin-left: 15px;
}
.btn.btn-primary-1.solid {
	background: #ee3b24;
	color: #fff;
	border-radius: 30px;
	padding: 12px 45px;
	text-transform: uppercase;
}
.btn.btn-primary-1.solid:hover {
	border: 1px solid #000;
	background: #fff;
}
.btn.btn-primary-1.solid:hover {
	color: #000;
}
/*.panel.panel-default {
	margin-top: 20px;
}*/
h4.panel-title {
	position: relative;
	padding-left: 30px;
}
h4.panel-title a:before, h4.panel-title a.collapsed:before {
	font-family: FontAwesome;
	position: absolute;
	z-index: 0;
	font-size: 16px;
	left: 0;
	padding: 0 5px;
	text-align: center;
}
h4.panel-title a:before {
	content: "\f0d7";
	    color: #F60;
}
h4.panel-title a.collapsed:before {
	content: "\f0da";
	    color: #F60;
}
.panel-body ul {
	padding-left: 35px;
}
.panel-group .btn.btn-primary.solid:hover {
	color: #333;
}
/* Testimonial */
.ts-testimonial-content {
	position: relative;
	padding: 30px 30px 15px 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #e7e7e7;
	margin-bottom: 40px;
}
.ts-testimonial-content:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 45px;
	border-style: solid;
	border-width: 40px 0px 0 30px;
	border-color: #e7e7e7 transparent;
	display: block;
	width: 0;
	z-index: 1;
}
.ts-testimonial-content img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.ts-testimonial-text {
	padding-left: 110px;
}
.ts-testimonial-author {
	position: absolute;
	bottom: -60px;
	left: 90px;
}
.ts-testimonial-author h3.name {
	font-size: 14px;
	margin: 10px 0 0;
}
.ts-testimonial-author h3 span {
	display: block;
	font-size: 13px;
	margin-top: -10px;
	text-transform: capitalize;
	color: #555;
}
/* Faq Page */
.faq-box {
	margin-bottom: 45px;
}
.faq-box h4 {
	margin-bottom: 25px;
}
/* 404 page */
.error-page .error-code {
	display: block;
	font-size: 150px;
	line-height: 150px;
	color: #333;
	margin-bottom: 20px;
	text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}
.error-page .error-body .btn {
	margin-top: 30px;
	font-weight: 700;
}
/* Blog
================================================== */
/* Blog Listing */
.post {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #F5F5F5;
}
.post.post-last {
	border-bottom: 0;
}
.post-image-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.blog-date {
	position: absolute;
	top: 50px;
	left: 0;
	color: #fff;
	border-radius: 0 25px 25px 0;
	padding: 5px 15px;
	font-weight: 700;
}
.blog-date a {
	color: #fff;
}
.post-footer .btn.btn-primary {
	font-size: 12px;
	padding: 8px 20px;
	margin-top: 15px;
}
/* Blog Single */
.post-meta {
	color: #959595;
	font-weight: 400;
	font-size: 13px;
}
.post-meta span {
	padding-right: 10px;
}
.post-meta a {
	color: #959595
}
.post-meta-author a, .post-meta-cats a {
	color: #323232;
}
.entry-content {
	padding: 20px 0 10px;
}
/* Blog author */
.about-author {
	background: #f2f2f2;
	padding: 15px 20px;
	margin: 20px 0;
}
.author-img img {
	width: 120px;
	height: 120px;
	margin-right: 30px;
	border-radius: 100%;
	margin-top: 20px;
}
.author-url span a {
	color: #959595;
}
.author-info h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}
.author-info h3 span {
	font-size: 14px;
	color: #959595;
	border-left: 1px solid #AFAFAF;
	padding-left: 8px;
	margin-left: 5px;
}
/* Blog post comments */
.comments-counter {
	font-size: 18px;
}
.comments-counter a {
	color: #323232;
}
.comments-list {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
.comments-list .comment {
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comments-list .comment.last {
	border-bottom: 0;
}
.comments-list img.comment-avatar {
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius: 100%;
}
.comments-list .comment-body {
	margin-left: 120px;
}
.comments-list .comment-author {
	margin-bottom: 0;
}
.comments-list .comment-date {
	font-style: italic;
	color: #959595;
	margin-bottom: 20px;
}
.comments-list .comment-reply {
	text-transform: uppercase;
	color: #323232;
}
.comments-reply {
	list-style: none;
	margin: 0 0 0 70px;
}
.comments-form .btn.btn-primary {
	padding: 10px 20px;
}
.comments-form label {
	font-weight: normal;
	color: #959595;
}
/* Sidebar */
.sidebar h3.widget-title {
	font-size: 18px;
	line-height: normal;
	margin-top: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar-right {
	padding-left: 20px;
}
/* Blog search */
.sidebar #search .input-group-btn .btn.btn-primary {
	padding: 11px 12px;
}
/*-- Blog tab widget --*/
.widget-tab .nav-tabs {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
}
.widget-tab .nav-tabs>li:first-child {
	margin-left: 10px;
}
.widget-tab .nav-tabs>li>a {
	background: #f2f2f2;
	color: #323232;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 3px 3px 0 0;
	margin-right: -1px;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
}
.widget-tab .nav-tabs>li.active>a {
	background: #fff;
	color: #323232;
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: 0;
}
.widget-tab .tab-content {
	border-top: 0;
	padding: 10px 0 0;
}
.widget-tab .posts-thumb img {
	display: block;
	width: 85px;
	height: 65px;
	margin-right: 20px;
}
.widget-tab .posts-avator img {
	display: block;
	width: 62px;
	height: 62px;
	margin-right: 20px;
	border-radius: 100%;
}
.widget-tab h4.entry-title {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
}
.widget-tab h4.entry-title a {
	color: #323232;
}
.widget-tab .post-meta span {
	padding-right: 5px;
}
.widget-tab ul.posts-list li {
	padding-bottom: 10px;
}
/*-- Blog category widget --*/
.widget-categories ul.category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-categories ul.category-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget-categories ul.category-list li:hover {
	padding-left: 10px;
}
.widget-categories ul.category-list li a {
	color: #323232;
}
.widget-categories ul.category-list li:last-child {
	border-bottom: 0;
}
.widget-categories ul.category-list li .posts-count {
}
/*-- Blog tags widget --*/
.widget-tags ul > li {
	float: left;
	margin: 6px;
}
.widget-tags ul > li a {
	background: #f2f2f2;
	color: #6A6A6A;
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget-tags ul > li a:hover {
	color: #fff;
}
/* Landing page
================================================== */
/* Header */
/*-- Header --*/
.header {
	background: transparent;
	height: 75px;
	padding-top: 8px;
}
img.img-logo {
   height: 89px;
    margin-top: 5px;
}
.header-solid ul.navbar-nav > li:hover > a, .header-solid ul.navbar-nav > li.active > a {
	color: #ee3b24;
}
/*-- Logo --*/
/*.navbar-brand.navbar-bg {
	background: #000;
}*/
.landing-header.header-bgnone {
	background: rgba(0,0,0,.8);
}
.landing-header.header-bgnone ul.navbar-nav > li:hover > a, .landing-header.header-bgnone ul.navbar-nav > li.active > a {
}
.hero-section {
	height: 100%;
	background-image: url(../images/landing/main-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	padding-bottom: 0;
	padding-top: 200px;
	overflow: hidden;
}
.hero-section .container {
	height: 100%;
}
.hero-content {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
}
.hero-text {
	display: table-cell;
	vertical-align: bottom;
	color: #fff;
	padding-right: 50%;
	width: 100%;
	padding-bottom: 10%;
}
.hero-title {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}
.hero-description {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.hero-images {
	display: block;
	position: absolute;
	bottom: 80px;
	right: 0;
	width: 50%;
	max-height: 100%;
}
.hero-images img {
	display: block;
	position: relative;
	max-height: 100%;
	width: auto;
}
.hero-buttons a.btn {
	color: #fff;
	padding: 15px 50px;
}
.hero-buttons a.btn.solid {
	margin-left: 10px;
}
.hero-buttons a i {
	margin-left: 5px;
}
/* Facts */
.landing_facts {
	color: #fff;
	padding: 50px 0;
}
.landing_facts .facts i {
	font-size: 36px;
}
.landing_facts .facts-num span {
	font-size: 56px;
}
/* Video and video background */
.video-embed {
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-background-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
iframe {
	border: 0;
}
 @media ( min-width: 768px ) {
.video-section {
	padding: 100px 0;
}
}
@media ( min-width: 992px ) {
.video-section {
	padding: 120px 0;
}
}
/* Screenshot image */
.app-gallery .grid {
	display: block;
	margin: 0 15px 20px;
	padding: 5px;
}
.app-gallery figure.effect-oscar a {
	margin: 125px 5px 0;
}
.app-gallery figure.effect-oscar figcaption::before {
	border: 0;
}
/* Subscribe Form */
.newsletter-form {
	position: relative;
}
.newsletter-form button {
	position: absolute;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 !important;
	color: #fff !important;
	padding: 14px 30px 12px !important;
}
.newsletter-form button:hover {
	color: #323232 !important;
}
/* Clients */
.landing_page_clients {
	padding-top: 30px;
}
/* Elements page
================================================== */
.testimonial.elements .testimonial-text, .testimonial.elements .testimonial-content h3.name, .testimonial.elements .testimonial-content h3 span {
	color: #323232;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial.elements .testimonial-slide.owl-theme .owl-controls .owl-page span {
	border: 1px solid #e7e7e7;
}
/* Style Swithcer
================================================== */
.style-switch-wrapper {
	position: fixed;
	top: 100px;
	right: -250px;
	width: 250px;
	height: auto;
	background-color: rgba(0,0,0,.75);
	border-bottom-right-radius: 4px;
	padding: 20px 20px;
	z-index: 1000;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.style-switch-wrapper h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
}
.style-switch-wrapper.active {
	right: 0;
}
.style-switch-button {
	position: absolute;
	top: 0;
	right: 250px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.75);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}
.style-switch-button i {
	color: #FFF;
	position: relative;
	line-height: 1;
	top: 15px;
	left: 15px;
	font-size: 20px;
}
.style-switch-wrapper button {
	width: 30px;
	height: 30px;
	border-radius: 100% !important;
	margin-bottom: 5px;
	color: #fff;
	display: inline-block;
	padding: 0 !important;
	margin-right: 2px;
	border: 0 !important;
}
a.close-styler {
	color: #fff !important;
	padding: 7px 20px !important;
	margin-right: 6px;
}
.style-switch-wrapper button:active, .style-switch-wrapper button:focus {
	border: 2px solid #FFF;
}
.style-switch-wrapper #preset1 {
	background-color: #49a2e7;
}
.style-switch-wrapper #preset2 {
	background-color: #81c83c;
}
.style-switch-wrapper #preset3 {
	background-color: #ff781e;
}
.style-switch-wrapper #preset4 {
	background-color: #ffc400;
}
.style-switch-wrapper #preset5 {
	background-color: #334F96;
}
.style-switch-wrapper #preset6 {
	background-color: #8C42BA;
}
/*********************************
3.4 Header - Shopping
*********************************/
.shopping {
	display: inline-block;
	/* margin-left: 111px; */
    /* padding-right: 161px; */
	margin-top: 10px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.search {
	/* width: 70%; */
	height: 36px;
	margin-top: 11px;
	background: none;
	/* padding-left: 20px; */
	border: 1px solid #666;
	border-radius: 5px;
	color: #CCCCCC;
}
.search input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	background: none;
	border: none;
	width: 90%;
	height: 30px;
}
.shopping a {
	display: inline-block;
	margin-right: 10px;
}
.shopping a:last-child {
	margin-right: 0;
}
.cart_num_container, .star_num_container {
	position: absolute;
	top: 13px;
	left: -5px;
	width: 15px;
	height: 15px;
	background: #FF6633;
	border-radius: 50%;
}
.cart_num_inner, .star_num_inner {
	width: 100%;
	height: 100%;
}
.cart_num, .star_num {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 9px;
	font-weight: 600;
	color: #fff;
}
.star img {
	width: 20px;
	height: 20px;
}
.user img {
	width: 20px;
	height: 20px;
}
/*.cart img {
	width: 20px;
	height: 20px;
}*/
.avatar img {
	width: 20px;
	height: 20px;
}
/*.search
{
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.search_input
{
	width: 100%;
	height: 35px;
	background: none;
	padding-left: 20px;
	border: 1px solid #666;
	border-radius: 5px;
	color: #CCCCCC;
}
.search_button
{
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 19px;
	height: 19px;
	background: transparent;
	border: none;
	outline: none;
}
.search_button:focus
{
	outline: none !important;
}
.search_button img
{
	max-width: 100%;
}*/
.search_button {
	position: absolute;
	top: 36%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 42px;
	height: 6px;
	background: transparent;
	border: none;
	outline: none;
}
.search_button:focus {
	outline: none !important;
}
.search_button img {
	max-width: 75%;
}
/*---------------------------------------------MEGAMENU-CSS----------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
/*body {
    margin: 0;
    background: #fff;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
/*figure {
	margin: 1em 40px
}*/
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
.description {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
	margin: 0 auto;
	background: transparent !important;
	/* margin-left: 50px; */
	margin-top: 10px;
}
.menu-mobile {
	display: none;
	padding: 20px;
}
.menu a:link, a:visited {
	text-decoration: none;
	/*color: #ff5800;*/
}
.menu > ul > li a {
	padding: 1.5em 7px;
	/* width: 90%; */
	display: block;
	color: #f9914f;
}
a.menu-mobile {
	color: transparent;
}
.menu-mobile:after {
	content: "\f394";
	font-family: "Ionicons";
	font-size: 2.5rem;
	padding: 0;
	float: right;
	position: relative;
	color: #f60;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}
.menu-dropdown-icon:before {
	content: "\f489";
	font-family: "Ionicons";
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	background: #fff;
	color: #333;
}
.menu > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
	content: "";
	display: table;
}
.menu > ul:after {
	clear: both;
}
.menu > ul > li {
	float: left;
	padding: 0;
	margin: 0;
}
.menu > ul > li a {
    padding: 1em 1em;
    display: block;
    text-transform: uppercase;
    color: #003399;
    font-size: 14px;
    font-size: 14px;
    color: #333333;
    /* padding: 0; */
    border-bottom: 1px solid transparent;
}
.menu .simple-menu ul li a span {
    color: #fff !important;
}
.menu > ul > li a:hover, .menu > ul > li:hover > a {
    color: #cc99ff;
}
.menu .simple-menu ul li a span {
    font-size: 13px!important;}

.menu > ul > li > ul {
	display: none;
	width: auto;
	background: #f0f0f0;
	padding: 20px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
.menu .simple-menu ul li a span {
    display: block;
    margin: 0 auto;
    text-align: left;
    line-height: 1;
    width: 100%;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0px -3px;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul:after {
	clear: both;
}
.menu > ul > li > ul > li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 25%;
	background: none;
	float: left;
}
.menu > ul > li > ul > li a {
	color: #777;
	padding: .2em 0;
/*	width: 95%;*/
	display: block;
	border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul > li > ul:after {
	clear: both;
}
.menu > ul > li > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
	border: 0;
}
.menu > ul > li > ul.normal-sub {
    width: 170px!important;
    left: auto;
    padding: 10px;
    background: #000000;
    clear: both;
    /* width: 236px; */
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
    /* max-width: 200px; */
}
.menu > ul > li > ul.normal-sub > li:nth-child(2n+1) {
	clear: left;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.8em 0.5em!important;
    text-align: left;
    border-bottom: 1px solid #5a585a;
    /*color:#fff;*/
}
.img-box-content_fit_center:hover {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media (min-width: 767px){
a#cart:hover {
	color: #f60;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #333333;
    border-radius: 10px;
    position: absolute;
    top: 7px;
    left: 24px;
}
header .mobile-menu nav ul li a {
    display: block;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
}
.w-size13 {
    width: 100%!important;}
/*.row.img-box-1 h2 {
	font-size: 40px;
	color: #F60;
	font-weight: bold;
	letter-spacing: 1px;
}*/
.heading h2 {
	font-size: 21px;
	color: #F60;
	/* font-weight: normal; */
	letter-spacing: 1px;
}
.img-block-head h2 {
	color: #ff781e;
}
.space-top {
    margin-top: 35px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
.menu-container {
	width: 84%;
}
.menu-container {
	margin: 0 auto;
	background: #0e1013;
	margin-left: 50px;
}
.menu-mobile {
	display: block;
}
.menu-dropdown-icon:before {
	display: block;
}
.menu > ul {
	display: none;
}
.menu > ul > li {
	width: 100%;
	float: none;
	display: block;
}
.menu > ul > li a {
	padding: 1.5em;
	width: 100%;
	display: block;
}
.menu > ul > li > ul {
	position: relative;
}
.menu > ul > li > ul.normal-sub {
	width: 100%;
}
.menu > ul > li > ul > li {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.menu > ul > li > ul > li:first-child {
	margin: 0;
}
.menu > ul > li > ul > li > ul {
	position: relative;
}
.menu > ul > li > ul > li > ul > li {
	float: none;
}
.menu .show-on-mobile {
	display: block;
}
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
/*---------------------------------------------MEGAMENU-CSS----------------------------*/
/*.highlight:hover {
    border: 1px solid #ee3b24;
}*/
.highlight img:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(180deg);
}
.highlight {
	margin-right: 20px;
	/* border: 1px solid #e7e7e7; */
	border-radius: 3px;
	display: block;
	padding: 40px 16px;
	/* background: #fff; */
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}
.heading-1 .title-desc {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	color: #ffffff;
}
a:active, a:hover {
	outline: 0;
}
.panel-body a:hover {
	text-decoration: none;
	color: #ee3b24 !important;
}
a:hover {
	text-decoration: none;
}
.panel-default {
    border-color: #9E69D3;
}
.panel-default>.panel-heading {
    background-color: #CC99E6;
    border-color: #fff;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
}

/*.panel-default>.panel-heading:hover {
	background-color: black;
	border-color: #ed3a24;
	color: #fff;
}*/
.panel-default>.panel-heading h4 a:hover {
	color: #ee3b24;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ed3a24;
	color: #fff;
	background: #000;
}
.panel-default>.panel-heading+.panel-collapse .panel-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
}
.faq-box-cotent #accordion .panel {
	border-radius: 0;
	border: 0;
	margin-top: 0px;
}
.faq-box-cotent #accordion a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
.faq-box-cotent #accordion .panel-heading a.collapsed:hover, .faq-box-cotent #accordion .panel-heading a.collapsed:hover {
	background-color: #ed3a24;
	color: white;
	transition: all 0.2s ease-in;
}
.faq-box-cotent #accordion .panel-heading a.collapsed:hover::before, .faq-box-cotent #accordion .panel-heading a.collapsed:focus::before {
	color: #fff;
}
.faq-box-cotent #accordion .panel-heading {
	/*padding: 0;*/
	border-radius: 0px;
	text-align: center;
}
.faq-box-cotent #accordion .panel-heading a:not(.collapsed) {
	color: white;
}
.faq-box-cotent #accordion .panel-heading .accordion-toggle::before {
	font-family: 'FontAwesome';
	content: '\f00d';
	float: left;
	color: #fffdfd;
	font-weight: lighter;
	transform: rotate(0deg);
	transition: all 0.2s ease-in;
}
.faq-box-cotent #accordion .panel-heading .accordion-toggle.collapsed::before {
	color: #fff;
	transform: rotate(-135deg);
	transition: all 0.2s ease-in;
}
.faq-box-cotent #accordion .panel-heading a:not(.collapsed) {
	color: #fff5f5;
	background-color: #ed3a24;
	transition: all 0.2s ease-in;
}
.faq-box-cotent #accordion .panel-heading {
	font-size: 20px;
	font-weight: bold;
}
.faq-box-cotent #accordion h4.panel-title:hover {
	color: #000 !important;
}
.faq-box-cotent #accordion h4.panel-title {
	text-align: left;
	font-size: 18px;
}
.faq-box-cotent #accordion p {
}
.faq-box-cotent #accordion a {
	padding: 10px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	font-size: 18px;
}
.faq-box-cotent #accordion a:hover {
	padding: 10px;
	text-decoration: none;
}
.panel-body {
	padding: 10px 45px;
}
}
#products {
	background: #fc0;
	color: #fff;
	/* width: 0; */
    /* position: static;
    z-index: -5; */
    /* height: 0; */
	border-top: 0px solid transparent;/* border-left: 2700px solid #101010; *//* border-bottom: 350px solid white; */
}
#pricing h2.title {
	color: #fff;
}
#pricing .title-desc {
	color: #fffbfb !important;
}
.highlight .panel-default {
	/* border-color: rgb(188, 185, 183); */
	border: none;
}
#pricing.faq-box-cotent #accordion .panel {
	border-radius: 0;
	border: none;/* margin-top: 0px; */
}
div#accordion {
	background: #000;
	color: #fff;
}
div#accordion.panel-title {
    margin-top: 2px!important;
    margin-bottom: 9px!important;
}
div#accordion .panel {
	/*margin-bottom: 10px;*/
	background-color: #000 !important;
	color: #fff !important;
	border-top: 1px solid transparent;
	border-radius: 4px;
	/* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05); */
    /* box-shadow: 0 1px 1px rgba(0,0,0,0.05); */
	/*padding: 12px 0px;*/ 
	font-size: 21px;
}
.highlight img {
	margin-top: 80px;
}
#box-cat {
	background: url(../images/KSP1.jpg) no-repeat;
	background-size: cover;
}
.panel.panel-default .glyphicon {
	display: none!important;
}
.panel.panel-defaul th1, h2, h3 {
    /* */
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
    font-size: 21px;
    color: #4f0598;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: bold;
    text-transform: capitalize;
}
.spec h2 {
    font-size: 38px;
    margin-bottom: 20px;
}
.spec {
    text-align: center;
    margin-bottom: 3em;
}
.listing h3 {
    /* */
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
    font-size: 38px;
    color: #039;
    line-height: 28px;
    margin-bottom: 21px;
    margin-top: 0px;
    font-weight: bold;
    text-transform: capitalize;
}
.spec {
    text-align: center;
  /*  margin-bottom: 2em;*/
}
.ser-t {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}

.ser-t b {
    width: 100%;
    height: 2px;
    display: block;
    background: #8805fd;
    margin-bottom: 3px;
}
.ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: transparent;
    position: absolute;
    top: -7px;
    left: 42%;
}

.ser-t b.line {
    width: 80%;
    margin: 0 auto;
}

.ser-t span i {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #221c40;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
    background: #efefef;
}


.ser-t-1{
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}

.ser-t-1 b {
    width: 100%;
    height: 2px;
    display: block;
    background: #ea5b0b;
    margin-bottom: 3px;
}

.ser-t-1 span {
    width: 40px;
    height: 40px;
    display: block;
    background: #f7e5db;
    position: absolute;
    top: -7px;
    left: 42%;
}

.ser-t-1 b.line {
    width: 80%;
    margin: 0 auto;
}

.ser-t-1 span i {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #ea5b0b;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}
.bo-rad-23 {
    border-radius: 35px!important;
}
.bg4 {
    /*background-color: #96C!important;*/
    background-color: #96C;
}
.m-text10 {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.size12 {
   width: auto!important; 
    padding: 10px 35px;
   height: auto!important; 
}
/*.size12 {
    width: 225px!important;
    height: 55px!important;
}
*/
/*------------------------------------------------------   */
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: absolute;
	margin: auto;
	z-index: 999999;
}
.slideshow-container .fade {
	opacity: 2;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The dots/bullets/indicators */
.dot, .swatch-option {
	cursor: pointer;
	height: 30px;
	width: 30px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #ccc;
	display: inline-block;
	transition: background-color 0.6s ease;
	border: 2px solid #ccc;
 border-radius:;
}
.color-box .dot.active, .color-box .dot:hover {
	border: 2px solid #F60;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
    opacity: .4
    }
    to {
    	opacity: 1
    }
}
 @keyframes fade {
 from {
    opacity: .4
    }
    to {
    	opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
    	font-size: 11px
    }
}
section#color-slider-1 {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 700px;
	position: relative;
	display: inline-block;
}
section#color-slider-1:after {
	content: "";
	position: absolute;
	left: 0px;
	/* top: 380px; */
    /* top: 0px; */
	right: 0px;
	bottom: 15px;
	background: #fff;
	background-size: cover;
	-webkit-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	-moz-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
}
/* Slideshow container */
.slideshow-container-1 {
	max-width: 1000px;
	position: absolute;
	margin: auto;
	z-index: 999999;
}
.slideshow-container-1 .fade {
	opacity: 2;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next, .text {
	font-size: 11px
}
}
section#color-slider-1 {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 700px;
	position: relative;
	display: inline-block;
}
section#color-slider-1:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	background: #fff;
	background-size: cover;
	-webkit-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	-moz-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
}
/* section#color-slider {
	left: 0px;
	top: 0px;
	width: 100%;
	bottom: 20px;
	position: relative;
	display: inline-block;
	margin: 0px;
} */

.color-box {
	z-index: 99999999;
	margin: 20px;
	text-align: center;
	display: block;
}
.box-text p {
	font-weight: 400;
	font-size: 16px!important;
	line-height: 1.6em!important;
}
.box-text p i.fa {
	color: #fbfaf9;
	padding-right: 10px;
}
section#slider-1 {
	position: relative;
	width: 100%;
	height: 650px;
	/* background-size: 100% 290px; */
	color: #fff;
	min-height: 100%;
	min-width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
section#slider-1-img {
	background-repeat: no-repeat;
	background-size: cover;
}
section#slider-1:after {
	position: absolute;
	width: 100%;
	/* height: 61.9%;*/
	content: "";
	background: linear-gradient(to left top, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 50%);
}
.box-cat {
    background-size: cover;
    background-position: 45% 50%;
}
.bg-attachment-fixed{
    background-repeat: no-repeat;
    background-attachment: fixed!important;
    min-height: 100%;
    min-width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background-size: cover!important;
    height: 600px;
}
.gap-padding-box {
    padding: 14% 5%;
}
.mySlides-1 {
	margin-top: 35px;
	padding: 0px 50px;
}
section#color-slider .title-desc {
	color: #ffffff;
}
.testimonial blockquote {
	font-size: 16px;
	font-weight: 300;
}
.list-desc blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 5em;
	line-height: 0em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}
/*section#color-slider p {
    color: #181717;
}*/
#myCarousel .nav a small {
	display: block;
}
#myCarousel .nav {
	background: #eee;
}
.box-text {
	margin-top: 10px;
}
.nav-justified > li > a {
	border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a {
	background-color: #16a085;
}
.nav-pills>li[data-slide-to="1"].active a {
	background-color: #e67e22;
}
.nav-pills>li[data-slide-to="2"].active a {
	background-color: #2980b9;
}
.nav-pills>li[data-slide-to="3"].active a {
	background-color: #8e44ad;
}
/* Carousel */
#carousel-example {
 .carousel-wrapper {
 background: #111;
 color: white;
 font-weight: 300;
 padding: 40px 0;
 text-transform: uppercase;
 h2 {
 padding: 0 0 35px;
 text-align: center;
}
 ol {
 margin: 0 auto;
 position: static;
 width: 100%;
 span {
 border: 1px solid transparent;
 cursor: pointer;
 height: auto;
 padding: 10px 15px;
 text-align: center;
 transition: border 0.3s, color 0.3s;
 width: auto;
}
 .active {
 background: none;
 border: 1px solid orange;
 color: orange;
 height: auto;
 padding: 10px 15px;
 width: auto;
}
}
}
.carousel-inner {
 .item {
 transition: opacity 1s;
 .img-wrapper {
 height: 400px;
 margin: 0 -15px 0 0;
 overflow: hidden;
 position: relative;
 img {
 left: 50%;
 position: absolute;
 top: 50%;
 transform: translate(-50%, -50%);
 width: 1000px;
}
}
 .carousel-caption {
 background: orange;
 color: #111;
 font-size: 1.1em;
 height: 400px;
 margin: 0 0 0 -15px;
 padding: 30px;
 position: static;
 text-align: left;
 text-shadow: none;
 h2 {
 padding: 0 0 20px;
 text-transform: uppercase;
}
}
}
}
}
 @media(max-width:950px) {
.cd-half-width {
	margin-left: 4%!important;
	color: #fff;
}
.header .nav-bar .fa-bars a {
	width: 28px;
	display: block;
}
.header .nav-bar .fa-bars a:before, 
.header .nav-bar .fa-bars a:after {
	content: '';
	display: block;
	height: 2px;
}
.nav-bar .fa-bars a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
} 
.ts-padding {
	padding: 35px 35px;
}
.content-inner-area h4 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.content-inner-area p {
	color: #000;
	margin-bottom: 25px;
}
.content-inner-area button:hover, button:active, button:focus {
	outline: none !important;
	text-decoration: none !important;
	color: #fcfdff;
}

.box-boder h2 {
	font-weight: bold;
	margin: 30% 8%;
	font-size: 24px;
	color: #131212;
}
/*.navbar {
	margin-bottom: 0px!important;
}*/
.stepwizard-step p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.active_tab {
	background-color: #ee3b24 !important;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
span.icon-t i {
	font-size: 1.2em;
	transform: scaleX(-1) !important;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.stepwizard-step .btn {
	border-radius: 50%;
}
.content-area-box {
	padding: 40px 40px;
	background: #eaf2f8;
	margin-right: -15px;
	height: 570px;
}
.listing-box {
	background: #eaf2f8;
}
.listing{
background-image: url(../images/bg-888.jpg);
}

.img-box-area {
	margin-left: -15px;
	margin-right: -15px;
}
.content-inner-area h4 {
}
.bg-inner.bg-innner .table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
	border-bottom: 1px solid #ddd!important;
	border-top: none!important;
}
.stepwizard-step .btn {
	padding: 12px 12px!important;
	color: #333;
	background: #fff;
}
.stepwizard-step .btn:hover, .btn:focus, .btn.focus {
	color: #333!important;
}
.box-padding .formBtn .main-box {
	margin: 10px;
	width: 100%;
	height: 400px;
	line-height: 115px;
	text-align: center;
	border: 1px solid red;
}
.resize_fit_center {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-box-content {
	height: 200px;
	line-height: 115px;
	text-align: center;
}
.content-inner-area {
	margin-top: 15px;
}

.like-box {
    padding: 69px 0px;
    background: #f5f5f5;
    margin-top: 15px;
    min-height: auto;
}
.img-box-top-bg-icon {
	border-radius: 50%;
	background: #ee3b24;
	height: 130px;
	width: 130px;
	margin: 25px;
	text-align: center;
}
.icon-box {
	text-align: center;
	color: #fff;
	font-size: 45px;
	padding: 30px;
}
.content-box-bottom h4 {
	color: #ee3b24;
	text-align: center;
	font-size: 12px;
}
.content-box-bottom p {
	text-align: justify;
}
a.btn.btn-primary.buy_now {
	background: #101010;
	border-color: #6C6C6C;
	margin-top: 0px;
	margin-left: 15px;
	padding: 10px 45px !important;
	color: #fff;
}
a.btn.btn-primary.buy_now:hover {
	background: #ff6600!important;
	border-color: #b94f08!important;
}
button#coupon_applay.btn {
	background: #ea5506;
	border: 1px solid #f77f03;
	height: 45px !important;
	width: 45px !important;
	padding: 10px 10px!important;
}
button#coupon_applay:hover {
	color: #fff;
	background-color: #ea5506 !important;
	border-color: #7f1305 !important;
}
}

@media (max-width: 768px) {
.stepwizard-step .btn {
	background: #047608;
}
.box-text p i.fa {
	color: #323232!important;
}
a.btn-home {
    padding: 10px 25px!important;
    font-size: 14px;
}
.bg-light {
    background: #fff;
    color: #c7c1c1;
    font-size: 1.8em;
    padding: 20% 0%!important;
    text-align: center;
    varical-align: top;
    text-transform: lowercase;
    width: 100%;
    width: 100%;
    font-size: 45px!important;
}
form#frmCart h2.product-title-12 {
	color: #e95609;
	text-align: center;
	margin-bottom: 14px;
}
section#color-slider {
	margin: 0px;
}
header .mobile-menu nav ul li .children li a:hover {
	background: #ccc;
}
.panel.panel-defaul th1, h2, h3 {
       text-align: left;
} 
.btn-cart {
	margin-top: 30px;
	padding: 15px;
	display: block!important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
a.btn.btn-primary.addtocart {
	padding: 10px 45px!important;
	font-size: 16px!important;
}
.product-sku {
	float: right;
}
.box-text {
	margin-top: -18px !important;
	height: auto;
}
.content-area-box {
	padding: 40px 40px;
	background: #eaf2f8;
	margin-right: -15px;
	height: auto !important;
}
form#frmCart p {
	text-align: left;
}
p.product-price {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
}
span.product-shipping {
	float: right;
}
span.product-returns {
	float: right;
}
.sec12bg .btn-cart a.btn.addtocart {
	width: 100%;
}
span.mrp {
	float: right;
	margin-top: 15px;
}
.sec12bg .product-swatches {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-top: 15px;
}
.space-sec-top {
	margin-top: 15px !important;
}
.space-top-m {
    margin-top: 15px !important;
}
.form-back-Btn {
	width: 100%!important;
}
.formBtn {
	width: 100%!important;
}
.form-back-Btn {
	text-align: center;
}
.formBtn {
	float: none;
}
.table thead>tr>th, td {
	padding: 0px!important;
}
.div_first {
	text-align: center;
}
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fffcfc!important;
}
.btn-circle {
	width: 56px;
	height: 56px;
	text-align: center;
	padding: 12px 0;
	font-size: 20px;
	line-height: 1.428571429;
	border-radius: 35px;
	margin-top: -14px;
	border: solid 3px #ccc !important;
	opacity: 1 !important;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-o-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-ms-box-shadow: inset 0px 0px 0px 3px #fff !important;
	box-shadow: inset 0px 0px 0px 3px #fff !important;
	backgournd-color: #428bca;
}
.stepwizard-step p {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: inline-block;
	text-align: center;
	position: relative;
    width: 23.6%;
}
.subscribe button {
	padding: 13px 20px!important;
	color: #8c8a8a!important;
}
.subscribe button {
	background: #ffffff!important;
	border-radius: 0px!important;
	padding: 10.2px 16px!important;
	border: 1px solid #fff;
}
.subscribe input.form-control {
	border: 1px solid #fff!important;
}
 @media (min-width: 768px) {
.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 6px;
	text-align: left !important;
}
}
.btn-circle {
	width: 56px;
	height: 56px;
	text-align: center;
	padding: 12px 0;
	font-size: 20px;
	line-height: 1.428571429;
	border-radius: 35px;
	margin-top: -14px;
	border: solid 3px #ccc !important;
	opacity: 1 !important;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-o-box-shadow: inset 0px 0px 0px 3px #fff !important;
	-ms-box-shadow: inset 0px 0px 0px 3px #fff !important;
	box-shadow: inset 0px 0px 0px 3px #fff !important;
	backgournd-color: #428bca;
}
a.lightbox img {
	width: 100%;
	height: 265px;
}
.btn.btn-primary:hover {
	background: #ee3b24;
	border-color: #f1a2a2;
}
.bg-inner.bg-innner {
	box-shadow: -2px 4px 6px #bbbaba;
	background: #fff;
	padding-right: 18px;
	border: 1px solid #f3c1bb;
}
.bg-inner.bg-innner-bottom {
	background: #efeaea;
	padding: 15px 0px 35px 0px;
}
.box-boder-main {
	border: 1px solid #ccc4c4;
	padding: 20px 15px;
}
.icon img {
	vertical-align: text-bottom;
	margin-top: 18px;
}
.text-rightt {
	text-align: left;
}
.text-rightt h5 {
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
	color: #333;
}
.text-rightt p {
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
	color: #333;
}
select#sel1.form-control {
	display: block;
	width: 100%;
	height: 40px!important;
}
.box-padding {
	padding: 35px;
}
.bg-inner.bg-innner select#sel1 {
	height: 42px;
	width: 55%;
}
.bg-inner.bg-innner select#dr_shipCountry {
	height: 42px;
	width: 100%;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -60px;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
span.icon-t i.fa.fa-truck.fa-2x {
	transform: scaleX(-1) !important;
}
.formBtn {
	background: #ee3b24;
	color: #fff;
	border-radius: 18px!important;
	font-size: 14px;
}
.text-right-side {
	float: right;
}
.bg-inner.bg-innner a {
	color: #000;
	text-decoration: underline;
}
.formBtn:hover {
	background: #770404;
}

.form-sign-Btn:hover {
	background: #fc0;
	color: #fff!important;
}
.form-back-Btn {
	background: #770404;
	width: 150px;
	color: #fff;
	font-size: 14px!important;
	border-radius: 5px!important;
}
.form-back-Btn:hover {
	background: #fc0;
	color: #fff!important;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px!important;
}
.btn {
	padding: 10px 12px!important;
}
.box-padding-price {
	padding: 8px 30px;
	color: #333;
}
.btn .btn-success-2 {
	color: #323232;
	border-radius: 50px;
	padding: 10px 30px;
	background: #fff;
	font-size: 14px;
}
body, input, select, textarea {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
a {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #00af94;
	text-decoration: none !important;
	outline: none !important;
}
a:active, a:focus {
	outline: none !important;
	text-decoration: none !important;
	color: #FFFFFF;
}
button {
	-webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
	cursor: pointer;
}
  
strong, b {
	font-weight: 700;
}
.bg-light {
	background: #fff;
	color: #c7c1c1;
	font-size: 1.8em;
	padding: 0% 0%;
	text-align: center;
	varical-align: top;
	text-transform: lowercase;
	/* text-shadow: 2px 2px #fb6a03; */
	width: 100%;
	/* height: 238px; */
	width: 100%;
    height: 300px;
}
.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	border: 0px;
	width: 93%;
	height: 92%;
	opacity: 0;
	background-color: rgba(216, 94, 13, 0.9);
	content: '';
	transition: 0.4s;
	margin: 10px;
}
.well.well-sm.box-contact h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 43px;
}
/*---------------------------------------------------------------------------------------------------------------------------------*/
/*em, i {
  font-style: italic;
}*/
/* Global styles
================================================== */
section.img {
	z-index: -999;
	position: relative;
}
.content-box .fa.fa-star {
	color: #f60;
}
.body-inner {
	position: relative;
	overflow: hidden;
}
.boter-squr {
	background: #fff;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.read-more {
	color: #323232;
}
.ts-padding {
	padding: 35px 35px;
}
section.sec7bg.animated {
	padding-top: 0px;
}
.no-padding {
	padding-top: 0!important;
	background: #fff;
}
.media>.pull-left {
	margin-right: 20px;
}
.box-text h2 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 45px;
}
.heading {
	/*padding-bottom: 20px;*/
	padding-left: 0px;
	/* margin-top: 10px;*/
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.gap-60 {
	clear: both;
	height: 60px;
}
.panel-heading.active {
	background-color: red;
}
.gap-40 {
	clear: both;
	height: 40px;
}
.gap-30 {
	clear: both;/*height: 30px;*/
}
.gap-20 {
	clear: both;
	height: 20px;
}
a:focus {
	outline: 0;
}
.img-box-1 ul li {
	color: #464242;
	text-align: left;
}
/* Typography
================================================== */
/*body, p {
 
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6em;
}
h1, h2, h3 {
  
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.sub-heading-grey {
  margin-top: 10px;
  font-size: 18px;
  color: #63615f;
  font-weight: bold;
  
}
.sub-heading-white {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  
}
.h4, h5, h6 {
  margin-top: 10px;
  font-size: 18px;
  color: #63615f;
  font-weight: bold;
  
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}*/
/* Button variation */
.btn.btn-primary {
	color: #323232;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/*.img-box-1 p {
    color: #fff;
}*/
section#products-1.row.img-box-1 p {
	color: #000;
}
.animated .img-box-2 p {
	color: #fff !important;
}
/*.img-box-1 p {
  color: #000 !important;
}*/
section#service p {
	color: #000!important;
}
/*section#products-1 p {
  color: #403f3f!important;
}*/
section#products-1 .img-box-2 p {
	color: #fff;
}
.btn.btn-primary:hover {
	color: #fff;
}
.btn.btn-primary.white {
	border: 2px solid #fff;
	color: #fff;
}
.btn.btn-primary.white:hover {
	border: 2px solid transparent;
}
.btn.btn-primary.square {
	border-radius: 0;
	color: #fff;
}
.card-body .btn.btn-primary {
	color: #323232;
	border-radius: 50px;
	position: absolute;
	top: 125px;
	left: 75px;
	padding: 10px 30px;
	background: none;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.card-body .btn.btn-primary:hover {
	color: #fff;
}
.space img {
	margin-top: 20px;
}
.btn.btn-primary.solid {
	color: #fff;
}
.space {
	margin-top: 10px;
}
.testfreaks-badge {
	color: #FF0;
}
.btn.btn-primary.solid.blank:hover {
	color: #333;
}
.indicators-line > .carousel-indicators li {
	display: none;
}
.btn.btn-primary.solid:hover {
	background: none;
}
ul.circle, ul.check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.circle li {
	position: relative;
	margin-left: 30px;
	padding-bottom: 20px;
}
.blog-img img{
    width: 100%;
}
.product_info {
	float: left;
}
.product_name {
	margin-top: 15px;
}
.product_name a {
	margin-top: 15px;
	font-size: 32px;
	font-weight: normal;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	letter-spacing: -1px;
}
.product_name a:hover {
	color: #937c6f;
}
.product_price {
	font-size: 21px;
	font-weight: normal;
	color: #33CCFF;
	margin-top: 0px;
}
ul.circle li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 8px;
	line-height: 8px;
	border: 2px solid rgba(0, 0, 0,.1);
	border-radius: 100%;
	position: absolute;
	left: -33px;
	top: 5px;
}
ul.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.check-list li {
	margin-bottom: 5px;
}
ul.check-list li i {
	margin-right: 10px;
	font-size: 14px !important;
}
ul.arrow li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 10px;
}
blockquote p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
	color: #959595;
}
blockquote {
	margin: 20px 0;
}
.service-content.single-slide {
	background-color: #fff;
	padding: 15px;
	color: #707070;
	font-size: 16px;
	line-height: 26px;
	border: 2px dashed #e8e4e8;
	box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-webkit-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #b3adad;
}
.service-content.single-slide:hover {
	background-color: #fff;
	padding: 15px;
	color: #707070;
	font-size: 16px;
	line-height: 26px;
	border: 2px dashed #e8e4e8;
	box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-webkit-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #b3adad;
}
/*.space-top {
  margin-top: 35px;
}
 Common styles
================================================== */
/* Angle */
.angle:before {
	display: none !important;
	background: #fff;
	content: "";
	height: 75px;
	top: -37px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transform: skew(0deg, 2deg);
	-moz-transform: skew(0deg, 2deg);
	-ms-transform: skewX(0deg) skewY(2deg);
	-o-transform: skew(0deg, 2deg);
	transform: skew(0deg, 2deg);
}
.portfolio.angle:before {
	background: #f5f5f5;
}
.portfolio.angle {
	padding-bottom: 120px;
}
.clients.angle {
	padding: 120px 0;
}
/* Parallax */
.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
  }
.parallax h2, .parallax h3 {
	margin-top: 0;
}
.parallax .btn {
	color: #fff;
}
.parallax-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgb(13, 13, 13);
	opacity: 0.9;*/
}
.parallax h3 {
	margin-bottom: 30px;
}
/*.parallax1 {
  background: url(../images/parallax/parallax1.jpg) no-repeat;/* margin-top: 186px; 
}
.parallax2 {
  background: url(../images/parallax/parallax2.jpg) no-repeat;
}
.parallax3 {
  background: url(../images/parallax/parallax3.jpg) no-repeat;
}
.parallax4 {
  background: url(../images/parallax/parallax4.jpg) no-repeat;
}*/
.parallax .btn.solid {
	margin-left: 10px;
}
/* Deafult title */
.title-icon {
	font-size: 32px;
	margin-right: 15px;
	margin-top: 9px;
	color: #959595;
}
.title-icon.classic {
	margin-top: 0;
}
.title {
	position: relative;
	margin: 0;
	line-height: 32px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.title.classic {
	line-height: 40px;
	height: 34px;
}
.title-desc {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	color: #6A6A6A
}
/* Title style 2 */
.title2 {
	position: relative;
	margin-top: 30px;
}
.title2:after {
	content: '';
	width: 150px;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	height: 3px;
	background: #dedede;
	position: absolute;
}
.title2 .title-desc {
	padding-top: 30px;
}
/* Title border */
.title-border {
	line-height: normal;
	margin-top: 0;
}
.widget-title {
	margin-bottom: 25px;
	font-size: 20px;
}
.post-title {
	font-size: 24px;
	line-height: normal;
}
.post-title a {
	color: #323232;
}
.long-desc {
	font-size: 16px;
}
/* Icon pentagon */
.icon-pentagon {
	display: inline-block;
	height: 24px;
	width: 40px;
	position: relative;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.icon-pentagon:hover {
	color: rgba(0,0,0,.5);
}
.icon-pentagon:before {
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	top: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.icon-pentagon:after {
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}
.icon-pentagon i {
	font-size: 20px;
	line-height: 24px;
}
.service-icon {
	height: 46px;
	width: 90px;
	margin-bottom: 30px;
}
.service-icon:before {
	border-left: 45px solid rgba(0, 0, 0, 0);
	border-right: 45px solid rgba(0, 0, 0, 0);
	top: -30px;
}
.service-icon:after {
	border-left: 45px solid rgba(0, 0, 0, 0);
	border-right: 45px solid rgba(0, 0, 0, 0);
	bottom: -30px;
}
.service-icon i {
	font-size: 36px;
	line-height: 46px;
}
/* Carousel controller */
.carousel-control {
	width: auto;
}
.ts-carousel-controller {
	text-align: center;
	padding-top: 50px;
	z-index: 1;
	position: relative;
}
.ts-carousel-controller .left, .ts-carousel-controller .right, .owl-controls .owl-prev, .owl-controls .owl-next {
	cursor: pointer;
	background: #f6f6f6;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #989898;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}
.owl-controls .owl-next {
	margin-left: 6px;
}
.ts-carousel-controller .left:hover, .ts-carousel-controller .right:hover, .owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
	color: #fff;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	display: inline-block;
}
/* Input form */
.form-control {
	box-shadow: none;
	border: 1px solid #dedede;
	padding: 6px 20px;
	height: 50px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
/*-- Flex slider --*/
.portfolio-slider .flexslider, .ts-flex-slider .flexslider {
	border: 0;
	box-shadow: none;
}
.portfolio-slider .flex-direction-nav a, .ts-flex-slider .flex-direction-nav a {
	opacity: 0;
	background: #000;
	color: #fff !important;
	text-align: center;
	text-shadow: none;
	line-height: 40px;
}
.portfolio-slider .flex-direction-nav a:before {
	font-size: 32px;
}
.portfolio-slider .flex-direction-nav a:hover, .ts-flex-slider .flex-direction-nav a:hover {
	color: #fff;
	opacity: 1;
}
.flexportfolio.flexslider .slides img {
	height: auto;
}
/*-- Pagination --*/
.pagination li a {
	border-radius: 0 !important;
	margin-right: 8px;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover {
	color: #fff;
	border: 1px solid transparent;
}
/* Header area
================================================== */
.navbar-header {
	z-index: 9999;
}
.navbar-header a.navbar-logo {
	display: inline-block;
}
.navbar-brand.navbar-bg {
	position: absolute;
	left: 0;
	padding: 3px 15px 10px;
	line-height: 62px;
}
.navbar-header {
	z-index: 9999;
}
li.menu-dropdown-icon img {
	width: 65px;
	height: 65px;
}
.navbar-brand img {
	float: right;
/*	padding: 0 15px;*/
}
/* Main navigation */
/*.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}
.navbar-right {
	padding-right: 0;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
.navbar-toggle {
	border-radius: 0;
	margin-right: 5px;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
ul.navbar-nav > li > a {
	font-family: 'JaapokkiRegular';
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding-top: 22px;
	padding-bottom: 20px;
	line-height: 20px;
}
ul.navbar-nav > li:last-child a {
	padding-right: 0;
}
ul.navbar-nav > li.active > a, ul.navbar-nav > li > a:hover {
}
ul.navbar-nav > li > a i {
	font-weight: 700;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: 0;
}*/
/*
.dropdown-menu {
	border: 0;
	border-radius: 0px;
	width: 100%;
	box-shadow: none;
	background: none;
	min-width: 180px;
}
.dropdown-menu > ul {
	list-style: none;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: -5px;
	background: #fff;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 2px .09px rgba(0,0,0,0.15);
}
.dropdown-menu > ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	padding: 15px;
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dropdown-menu > ul > li.active > a {
}
.dropdown-menu > ul > li:last-child > a {
	border-bottom: 0;
}
.dropdown-menu > ul > li>a:hover, .dropdown-menu > ul > li>a:focus {
	background: none;
}
.nav>li.megamenu {
	position: static;
}
.nav>li.megamenu .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px !important;
	z-index: 1000;
	border-radius: 0;
	top: auto;
}
.nav>li.megamenu .dropdown-menu ul {
	margin-top: 4px;
	padding: 20px;
}*/
/* Header Style - 2
================================================== */
.header2 {
	padding: 8px 0;
}
.header2 .navbar-brand {
	background: none;
	padding-top: 3px;
}
/*-- Header bgnone fixed --*/
.header-bgnone {
	padding: 5px 0;
	width: auto;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header-bgnone ul.navbar-nav > li:hover > a, .header-bgnone ul.navbar-nav > li.active > a {
	color: #000;
}
/* Header Style - 3
================================================== */
.header3 {
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header3 .navbar-brand {
	padding-top: 10px;
}
.header3 ul.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 25px;
	color: #333;
}
.header3 ul.navbar-nav > li:last-child a {
	padding-right: 15px;
}
.header3 .navbar-collapse {
	padding-right: 30px;
}
/* Header Style - 4
================================================== */
.header4 {
	background: #fff;
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.header4 .navbar-brand {
	padding-top: 10px;
}
.header4 ul.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 25px;
	color: #333;
}
/* Slideshow
================================================== */
/*-- Main slide --*/
.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/overaly.png);
}
#main-slide .item img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
#main-slide .item {
	-webkit-backface-visibility: hidden;
}
#main-slide .item .slider-content {
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .slider-content {
	top: 50%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
}
#main-slide .carousel-indicators {
	bottom: 70px;
}
.carousel-indicators li {
	width: 30px !important;
	height: 10px !important;
	margin: 1px !important;
	border-radius: 0 !important;
	background: rgba(255,255,255,.5);
}
#main-slide .carousel-indicators li.active, #main-slide .carousel-indicators li:hover {
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#main-slide:hover .carousel-control.left, #main-slide:hover .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
}
#main-slide:hover .carousel-control.left {
	left: 20px;
}
#main-slide:hover .carousel-control.right {
	right: 20px;
}
#main-slide .carousel-control.left span {
	padding: 15px;
}
#main-slide .carousel-control.right span {
	padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
	left: 0;
}
#main-slide .carousel-control .fa-angle-right {
	right: 0;
}
#main-slide .carousel-control i {
	background: none;
	color: #fff;
	line-height: 56px;
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 36px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
	border: 1px solid rgba(0,0,0,.3);
}
#main-slide .slider-content h2 {
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
}
#main-slide .slider-content h3 {
	font-size: 28px;
	margin-top: 40px;
	color: #fff;
}
.slider.btn {
	padding: 10px 35px;
	margin-top: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.slider.btn.solid {
	margin-left: 15px;
}
.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}
.slider-content-right {
	position: relative;
}
/*-- Animation */
.carousel .item.active .animated1 {
}
.carousel .item.active .animated2, .flex-active-slide .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .item.active .animated3, .flex-active-slide .animated3 {
	-webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
	animation: bounceInLeft 1.5s ease-in-out 800ms both;
}
.carousel .item.active .animated4, .flex-active-slide .animated4 {
	-webkit-animation: flipInX 2s ease-in 800ms both;
	animation: flipInX 2s ease-in 800ms both;
}
.carousel .item.active .animated5, .flex-active-slide .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6, .flex-active-slide .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated7, .flex-active-slide .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated8, .flex-active-slide .animated8 {
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}
/* Flex slider */
.ts-flex-slider {
	position: relative;
}
.ts-flex-slider .flexSlideshow {
	width: 100%;
	overflow: hidden;
}
.overlay2 {
	position: relative;
	z-index: -4;
}
.overlay2 img {
	width: 100%;
}
.overlay2::before {
	position: absolute;
	content: '';
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;/* background-image: url(../images/overaly.png); */
}
.ts-flex-slider .flexslider .slides {
	z-index: 0;
}
.ts-flex-slider .slider-content {
	z-index: 3;
}
/*.carousel-inner>.item {
    position: relative;
/*    display: inline-block !important;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}*/
.ts-flex-slider .flex-direction-nav a {
	width: 55px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
}
.ts-flex-slider .flex-direction-nav a.flex-next {
	border-radius: 3px;
}
.ts-flex-slider .flex-direction-nav a.flex-prev {
	border-radius: 3px;
}
/* Services
================================================== */
.service {
	padding-top: 0px;
	color: #6A6A6A;
}
.service-heading {
	padding-bottom: 30px;
	text-align: center;
}
.service-content {
	margin-top: 30px;
}
.service-content h3 {
	font-size: 16px;
}
/* Feature box
================================================== */
.feature-icon {
	font-size: 28px;
	margin-top: 5px;
}
.feature-content {
	padding-right: 20px;
	padding-left: 55px;
}
.feature-content h3 {
	margin-top: 0;
	font-size: 18px;
	color: #F60;
	font-weight: bold;
}
/* Feature center */
.feature-center-content .feature-center-icon {
	font-size: 72px;
	margin-bottom: 5px;
	display: inline-block;
}
.feature-center-content h3 {
	font-size: 18px;
}
/* Image Block
================================================== */
.image-block {
	background: #f4f4f4;
	padding-bottom: 0px;
}
/*.img-block-right {
  padding-right: 140px;
}*/
img-block-head h2 {
	font-size: 40px;
	color: #F60;
	font-weight: bold;
	letter-spacing: 1px;
}
.img-block-head h3 {
	font-size: 16px;
	line-height: 100%;
}
.image-block-content {
	padding: 5 0px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.image-block-content img {
	padding: 0px 0px;/*  margin-bottom: 47px;*/
}
.img-block-head p {
	color: #000;
}
.image-block-content .feature-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
}
.image-block-content .feature-content {
	padding-left: 85px;
}
.image-block-content .feature-content h3 {
	margin-bottom: 0;
}
/* About us
================================================== */
/* Landing Tab */
.landing-tab {
	position: relative;
	z-index: 10;
}
.landing-tab .nav-tabs {
	border-right: 1px solid #e7e7e7;
	padding: 25px 0;
	border-bottom: 0;
}
.landing-tab .nav-tabs>li.active {
	margin-right: -3px;
}
.landing-tab .nav-tabs>li.active .tab-info h3 {
	color: #323232;
}
.landing-tab .nav-tabs>li {
	padding: 15px 0;
}
.landing-tab .nav-tabs>li>a {
	background: none !important;
	border-radius: 0;
	padding: 0 15px 0;
	color: #6A6A6A !important;
	position: relative;
	border: 0 !important;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.landing-tab .nav-tabs>li>a:hover {
	background: none;
}
.landing-tab .tab-icon {
	font-size: 28px;
	display: inline-block;
}
.landing-tab .tab-info {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 70px;
	top: 50%;
	margin-top: -12px;
}
.landing-tab .tab-info h3 {
	font-size: 18px;
	line-height: normal;
	margin: 0;
	color: #6A6A6A
}
.landing-tab .tab-pane h3 {
	margin-top: 0;
	line-height: normal;
}
.landing-tab .tab-pane h3.text-center {
	margin-bottom: 25px;
}
.landing-tab .tab-pane {
	padding-left: 95px;
	text-align: justify;
}
.landing-tab .tab-pane i.big {
	font-size: 200px;
	margin-bottom: 30px;
	display: block;
}
/* Featured Tab */
.featured-tab {
	padding: 30px 0;
}
.featured-tab .nav-tabs {
	border-bottom: 0;
}
.featured-tab .nav-tabs>li.active>a {
	color: #fff;
}
.featured-tab .nav-tabs>li.active>a:after {
}
.featured-tab .nav-tabs>li>a {
	background: #f2f2f2;
	border-radius: 0;
	padding: 0 15px 0;
	color: #323232;
	position: relative;
	border: 0 !important;
	line-height: 52px;
	height: 52px;
	margin-bottom: 3px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.featured-tab .nav-tabs>li>a:after {
	left: 100%;
	border: transparent solid;
	content: " ";
	position: absolute;
	border-width: 25px;
	top: 50%;
	border-left-color: #f2f2f2;
	margin-top: -25px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.featured-tab .nav-tabs>li>a:hover {
	color: #fff;
}
.featured-tab .nav-tabs>li>a:hover:after {
}
.featured-tab .nav-tabs>li.active>a, .featured-tab .nav-tabs>li.active .tab-info h3, .featured-tab .nav-tabs>li>a:hover .tab-info h3 {
	color: #fff !important;
}
.featured-tab .tab-icon {
	font-size: 28px;
	display: inline-block;
}
.featured-tab .tab-info {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 70px;
	top: 50%;
	margin-top: -12px;
}
.featured-tab .tab-info h3 {
	font-size: 16px;
	line-height: normal;
	margin: 0;
}
.featured-tab .tab-pane img.pull-left {
	margin: 0 30px 10px 0;
}
.featured-tab .tab-pane img.pull-right {
	margin: 0 0 0 15px;
}
.featured-tab .tab-pane h3 {
	margin-top: 0;
	line-height: normal;
	text-align: left;
	font-size: 20px;
}
.featured-tab .tab-pane h3.text-center {
	margin-bottom: 25px;
}
.featured-tab .tab-pane {
	padding-left: 25px;
	text-align: justify;
}
.featured-tab .tab-pane i.big {
	font-size: 230px;
}
/* Portfolio
================================================== */
.portfolio {
	background: #f5f5f5;
	padding-bottom: 0;
}
#main-container.portfolio {
	background: none;
}
/*-- Isotope Portfolio start --*/
#isotope .isotope-item {
	padding: 0;
}
.isotope-nav {
	margin: -80px auto 80px;
	display: inline-block;
	float: right;
	position: relative;
	z-index: 100;
}
.isotope-nav ul {
	list-style: none;
	margin: 0;
}
.isotope-nav ul li {
	float: left;
	margin-right: 10px;
}
.isotope-nav ul li a {
	color: #323232;
	padding: 5px 15px 8px;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.isotope-nav ul a.active, .isotope-nav ul a:hover {
	color: #fff;
	position: relative;
	border: 1px solid transparent;
}
.isotope-nav ul a.active:after, .isotope-nav ul a:hover:after {
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -13px;
	margin-left: -8px;
	left: 50%;
	border-width: 7px;
	border-style: solid;
}
#isotope .isotope-item .grid {
	position: relative;
	margin-bottom: -8px;
}
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	width: 100%;
	height: 100%;
}
.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar {
	background: #000;
	background: rgba(0,0,0,.8);
}
figure.effect-oscar img {
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar figcaption {
	padding: 2.5em;
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid rgba(255,255,255,.3);
	content: '';
}
figure.effect-oscar h3 {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	margin: 25% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
figure.effect-oscar a {
	color: #fff;
	font-size: 18px;
	margin: 20px 5px 0;
	display: inline-block;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
figure.effect-oscar a.link i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
figure.effect-oscar figcaption::before, figure.effect-oscar a {
	opacity: 0;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover h3, figure.effect-oscar:hover a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0.5);
}
figure.effect-oscar:hover img {
	opacity: 0.4;
}
/* Portfolio box */
.portfolio-box {
	padding-bottom: 80px;
}
.portfolio-box .isotope-nav {
	margin: 0 auto 60px;
	float: none;
}
/* Portfolio details */
.portfolio-static-item {
	padding-bottom: 20px;
}
.portfolio-static-item figure.effect-oscar a {
	margin-top: 70px;
}
.portfolio-static-desc h3 {
	font-size: 16px;
	margin: 5px 0 -5px 0;
	line-height: normal;
}
.portfolio-static-desc a {
	color: #6A6A6A;
}
/* Portfolio details */
.portfolio-desc h3 {
	margin-top: 0;
}
.portfolio-desc .project-btn {
	margin-top: 20px;
	padding: 8px 25px;
}
/* Counter
================================================== */
.facts-wrapper {
	background: #2a2d32;
	color: #fff;
}
.facts {
	position: relative;
	padding: 46px 40px 30px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.facts:hover {
	background: #000 !important;
}
.facts.one {
	background: rgba(0,0,0,.3);
}
.facts.two {
	background: rgba(0,0,0,.2);
}
.facts.three {
	background: rgba(0,0,0,.15);
}
.facts.four {
	background: rgba(0,0,0,.09);
}
.facts i {
	font-size: 36px;
	text-shadow: 1px 3px 3px rgba(0,0,0,0.3);
}
.facts-num span {
	font-size: 42px;
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
}
.facts h3 {
	font-size: 18px;
	margin-top: 8px;
	color: #fff;
}
/* Counter parallax bg */
.ts_counter_bg .facts {
	padding: 0 15px;
}
.ts_counter_bg .facts:hover {
	background: none !important;
}
.ts_counter_bg .facts-num span {
	margin: 30px 0 20px;
}
.ts_counter.elements .facts {
	padding: 15px;
}
/* Team
================================================== */
.img-hexagon span {
	position: absolute;
	display: block;
	float: left;
	border-left: 120px solid #fff;
	border-right: 120px solid #fff;
}
.img-top {
	top: 0;
	border-top: 0px solid transparent;
	border-bottom: 75px solid transparent;
}
.img-bottom {
	bottom: 0px;
	border-bottom: 0px solid transparent;
	border-top: 75px solid transparent;
}
.img-hexagon {
	width: 240px;
	height: 250px;
	position: relative;
	display: inline-block;
}
.img-hexagon img {
	width: 100%;
	height: 100%;
}
.team-content h3 {
	margin-bottom: 0;
	font-size: 20px;
}
.team-content p {
	color: #959595;
}
.team-social a {
	background: #d5d5d5;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team-social a.fb:hover {
	background: #325c94;
}
.team-social a.twt:hover {
	background: #00abdc;
}
.team-social a.gplus:hover {
	background: #dd4b39;
}
.team-social a.linkdin:hover {
	background: #007bb6;
}
.team-social a.dribble:hover {
	background: #ea4c89;
}
/* Team list */
.team-list .img-hexagon {
	float: left;
	margin-right: 30px;
}
/* Team list square */
.team-list-square .img-square {
	float: left;
	margin-right: 30px;
}
/* Pricing table
================================================== */
.pricing {
	/*padding-bottom: 80px;
  background: url(../images/faq.jpg);*/
	background-size: cover;
}
.plan {
	border: 1px solid #dedede;
}
.plan-name {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	padding: 20px 0;
	color: #959595;
}
.plan-price {
	font-size: 48px;
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
	background: #f2f2f2;
}
.plan-price:after {
	bottom: -30px;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-width: 15px;
	border-top-color: #f2f2f2;
	left: 50%;
	margin-left: -16px;
}
.plan.featured .plan-name {
	color: #323232;
}
.plan.featured .plan-price {
	color: #fff;
}
.plan.featured .plan-price:after {
}
.plan-price .currency {
	top: -0.9em;
	font-size: 50%;
	left: -0.01em;
	font-weight: 700;
}
.plan-name small {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
.plan-price strong {
}
.plan-price sub {
	font-size: 18px;
	font-weight: 700;
}
.plan ul {
	background: #fff;
	padding: 0;
	margin-bottom: 0;
}
.plan ul li {
	border-top: 1px dashed #dedede;
	padding: 12px 29px;
	font-weight: 500;
}
.plan ul li:first-child {
	border-top: 0 !important;
}
.plan a.btn {
	color: #323232;
	background: #fff;
	margin-top: 25px;
	margin-bottom: -20px;
	padding: 8px 30px;
}
.plan a.btn:hover {
	color: #fff;
}
/* Testimonial
================================================== */
.testimonial-thumb img {
	border: 1px solid #8E8E8E;
	padding: 3px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.testimonial-slide .testimonial-content h3.name {
	font-size: 18px;
	color: #fff;
	margin: 10px 0;
}
.testimonial-slide .testimonial-content h3 span {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}
.testimonial-slide .owl-buttons {
	display: none;
}
.testimonial-slide .testimonial-text {
	font-size: 16px;
	line-height: 24px;
	max-width: 800px;
	padding-top: 30px;
	display: inline-block;
	position: relative;
	color: #fff;
}
.testimonial-slide .testimonial-text:before {
	content: '\f10d';
	font-family: FontAwesome;
	padding-right: 10px;
}
.testimonial-slide .testimonial-text:after {
	content: '\f10e';
	font-family: FontAwesome;
	padding-left: 10px;
}
.testimonial-slide.owl-theme .owl-controls .owl-page span {
	background: none;
	border: 1px solid #fff;
	opacity: .7;
}
.testimonial-slide.owl-theme .owl-controls .owl-page.active span {
	border: 1px solid transparent;
}
/* Video block
================================================== */
.featured-video {
	background: #fff;
}
.video-block-head h2 {
	font-size: 16px;
	margin: 0;
	line-height: normal;
}
.video-block-head h3 {
	font-size: 24px;
	line-height: normal;
	margin: 0;
}
.video-block-content {
	padding: 10px 0;
}
.video-block-content h3 {
	margin: 0;
	line-height: normal;
}
.video-block-content .btn.btn-primary {
	color: #fff;
	margin: 5px 0 0 40px;
	padding: 8px 25px;
}
.video-block-content .btn.btn-primary:hover {
	color: #333;
}
/* Recent Post
================================================== */
.post-img-wrapper {
	position: relative;
}
.post-img-overlay {
	position: relative;
	display: inline-block;
}
.post-img-overlay::before {
	position: absolute;
	border-radius: 1px;
	background-color: rgba(0,0,0,0);
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.post-img-overlay:hover::before {
	background-color: rgba(0,0,0,.5);
}
.post-img-overlay a {
	position: absolute;
	right: 0;
	color: #fff;
	background: #666666;
	padding: 15px 20px;
	opacity: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.post-img-overlay a.link {
	right: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.post-img-overlay:hover a.link {
	left: 0;
	right: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.post-img-overlay a.view {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.post-img-overlay:hover a.view {
	bottom: 0;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.recent-post {
	padding: 0 15px;
}
.recent-post .post-body h3 {
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: 700;
}
.recent-post .post-body h3 a {
	color: #323232;
}
.recent-post .post-body .post-meta a {
	font-weight: 400;
	font-size: 13px;
}
.recent-post .post-body .post-meta span, .recent-post .post-body .post-meta span i {
	padding-right: 5px;
}
.recent-post .post-excerpt {
	padding-top: 10px;
}
.recent-post .post-excerpt a.read-more {
	padding: 6px 18px;
	border-width: 1px;
	font-size: 12px;
	margin-top: 10px;
}
/* Clients
================================================== */
.clients {
	color: #fff;
	padding-bottom: 80px;
}
.clients-content {
	padding: 40px 0;
}
.clients h2.title {
	border-left: 0;
	color: #fff;
}
.client-carousel .item a {
	margin-right: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	display: inline-block;
	padding: 10px;
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}
/* Twitter
================================================== */
.ts_twitter {
	padding: 100px 0;
}
.twitter-feed .twitter-icon {
}
.cd-hero-slider h3 {
	font-size: 24px;
	color: #fff;
	text-shadow: 10px 0px 12px #fff4f4;
}
.twitter-feed .twitter-icon i {
	font-size: 78px;
	color: #1dcaff;
}
.twitter-feed .tweet a {
	color: #1dcaff;
}
.twitter-feed .tweet a:hover {
	color: #000;
}
.twitter-feed .tweet p {
	font-size: 18px;
	font-style: italic;
	padding-top: 20px;
}
/* Contact
================================================== */
#contact-form {
	margin-top: 25px;
}
#contact-form label {
	font-weight: normal;
}
.map-wrapper {
	position: relative;
}
.map {
	height: 400px;
	z-index: 1;
}
.contact-info-inner h3 {
	margin-bottom: 25px;
	font-size: 24px;
	color: #fff;
}
.contact-info h3 {
	margin-top: 42px;
	font-size: 24px;
}
.contact-info p {
	font-size: 18px;
}
.contact-info i {
	font-size: 18px;
	margin-right: 10px;
}
/* Contact inside Map */
.contact-info-inner {
	position: absolute;
	color: #fff;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.7);
	padding: 25px 30px;
	max-width: 400px;
	max-height: 400px;
	text-align: left;
}
.contact-info-inner p {
	overflow: hidden;
	margin-bottom: 25px;
}
.contact-info-inner p strong {
	display: block;
}
.contact-info-inner i {
	margin-right: 20px !important;
	font-size: 24px;
	margin-top: 5px;
}
/* Footer
================================================== */
.footer {
	padding: 20px 0 20px;
	background: #000;
	background-size: cover;
	color: #fff;
	font-size: 14px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-map {
	padding-bottom: 60px;
}
.footer2 {
	background: #2e2e2e;
}
.footer .widget-title {
	color: #fff;
}
.footer .social-icon {
	padding: 10px 0 20px;
}
/* Latest Post */
.footer-widget .latest-post-image img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 4px solid rgba(255,255,255,.5);
}
.footer-widget .latest-post-content h4 a {
	color: #fff;
}
.latest-post-items {
	margin-bottom: 10px;
}
.latest-post-image img {
	width: 70px;
	height: 60px;
}
.footer-widget .post-meta, .footer-widget .post-meta a {
	color: #fff;
}
.latest-post-content h4 {
	font-size: 14px;
	line-height: normal;
}
/* Image Gallery */
.footer-widget .img-gallery {
	margin-top: 5px;
	display: inline-block;
}
.img-gallery a.thumb-holder {
	overflow: hidden;
	position: relative;
}
.img-gallery a.thumb-holder img {
	margin: 0 15px 15px 0;
	display: inline-block;
	width: 95px;
	height: 85px;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.img-gallery a.thumb-holder:hover img {
	opacity: 0.7;
}
.footer2 .img-gallery a.thumb-holder img {
	width: 90px;
	height: 75px;
}
/* Footer about us */
.footer-about-us h4 {
	font-size: 16px;
	margin-bottom: 0;
	line-height: normal;
}
.subscribe {
	margin-top: 20px;
}
.subscribe input.form-control {
	border: 1px solid #ddd;
}
.subscribe .input-group-addon {
	background: none;
	border-radius: 0;
	border: 0;
	padding: 0;
}
.subscribe button {
	padding: 13px 20px;
	color: #fff;
}
.subscribe button:hover {
	background: #222;
	color: #fff;
}
.subscribe button i {
	font-size: 20px;
}
/* Footer links */
.footer ul li {
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 40px;
	display: inline-block;
}
.footer ul.arrow li {
	width: 50%;
	float: left;
}
ul.arrow li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 10px;
}
.footer ul li a {
	color: #fff;
}
/* Copyright
================================================== */
#copyright {
	padding: 12px 0;
	background: #fffbfb;
	color: #000;
}
.copyright-info {
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,.15);
	/* max-width: 850px; */
	margin: auto 0;/* padding-top: 15px; */
}
.copyright.angle:before {
	background: #191919;
	height: 50px;
	top: -25px;
	-webkit-transform: skew(0deg, -2deg);
	-moz-transform: skew(0deg, -2deg);
	-ms-transform: skewX(0deg) skewY(-2deg);
	-o-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
	display: none;
}
.footer-social {
	position: relative;
	z-index: 10;
}
.footer-social .icon-pentagon i {
	font-size: 16px;
}
/* Footer sytle 2 */
.footer2 .social-icon {
	padding-bottom: 15px;
}
.footer2 .copyright-info {
	color: #323232;
	border-top: 1px solid #e7e7e7;
}
#back-to-top {
	right: 40px;
	top: auto;
	z-index: 10;
	-webkit-backface-visibility: hidden;
}
#back-to-top.affix {
	bottom: 60px;
}
#back-to-top .btn.btn-primary {
	border-radius: 100%;
	padding: 0 !important;
	font-size: 18px;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,.3);
	border: 2px solid transparent;
	color: #fff;
	opacity: .5;
}
#back-to-top .btn.btn-primary:hover {
	color: #fff;
	opacity: 1;
}

/* Sub pages
================================================== */
/* Banner area */
#banner-area {
	position: relative;
}
.banner-title-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
}
.banner-title-content h2 {
	color: #fff;
	font-size: 36px;
}
.banner-title-content .breadcrumb {
	background: none;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.banner-title-content .breadcrumb a:hover {
	color: #ccc;
}
/* About Us */
.about-message {
	background: #f4f4f4;
	min-height: 374px;
}
.about-message ul li a {
	color: #6A6A6A;
}
/* Services */
/* Call to Action */
.call-to-action {
	color: #fff;
	padding: 40px 0;
}
.call-to-action.dark {
	background: #2a2d32;
}
.call-to-action h3 {
	color: #fff;
	float: left;
	margin: 10px 0 0;
	font-size: 20px;
}
.call-to-action .btn.btn-primary.white:hover {
	background: #000;
}
.call-to-action .btn.btn-primary.solid {
	margin-left: 15px;
}
.btn.btn-primary-1.solid {
	background: #ee3b24;
	color: #fff;
	border-radius: 30px;
	padding: 12px 45px;
	text-transform: uppercase;
}
.btn.btn-primary-1.solid:hover {
	border: 1px solid #000;
	background: #fff;
}
.btn.btn-primary-1.solid:hover {
	color: #000;
}
/*.panel.panel-default {
  margin-top: 20px;
}*/
h4.panel-title {
	position: relative;
	padding-left: 30px;
}
h4.panel-title a:before, h4.panel-title a.collapsed:before {
	font-family: FontAwesome;
	position: absolute;
	z-index: 0;
	font-size: 16px;
	left: 0;
	padding: 0 5px;
	text-align: center;
}
h4.panel-title a:before {
	content: "\f0d7";
	    color: #F60;
}
h4.panel-title a.collapsed:before {
	content: "\f0da";
	    color: #F60;
}
.panel-body ul {
	padding-left: 35px;
}
.panel-group .btn.btn-primary.solid:hover {
	color: #333;
}
/* Testimonial */
.ts-testimonial-content {
	position: relative;
	padding: 30px 30px 15px 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #e7e7e7;
	margin-bottom: 40px;
}
.ts-testimonial-content:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 45px;
	border-style: solid;
	border-width: 40px 0px 0 30px;
	border-color: #e7e7e7 transparent;
	display: block;
	width: 0;
	z-index: 1;
}
.ts-testimonial-content img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.ts-testimonial-text {
	padding-left: 110px;
}
.ts-testimonial-author {
	position: absolute;
	bottom: -60px;
	left: 90px;
}
.ts-testimonial-author h3.name {
	font-size: 14px;
	margin: 10px 0 0;
}
.ts-testimonial-author h3 span {
	display: block;
	font-size: 13px;
	margin-top: -10px;
	text-transform: capitalize;
	color: #555;
}
/* Faq Page */
.faq-box {
	margin-bottom: 45px;
}
.faq-box h4 {
	margin-bottom: 25px;
}
/* 404 page */
.error-page .error-code {
	display: block;
	font-size: 150px;
	line-height: 150px;
	color: #333;
	margin-bottom: 20px;
	text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}
.error-page .error-body .btn {
	margin-top: 30px;
	font-weight: 700;
}
/* Blog
================================================== */
/* Blog Listing */
.post {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #F5F5F5;
}
.post.post-last {
	border-bottom: 0;
}
.post-image-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.blog-date {
	position: absolute;
	top: 50px;
	left: 0;
	color: #fff;
	border-radius: 0 25px 25px 0;
	padding: 5px 15px;
	font-weight: 700;
}
.blog-date a {
	color: #fff;
}
.post-footer .btn.btn-primary {
	font-size: 12px;
	padding: 8px 20px;
	margin-top: 15px;
}
/* Blog Single */
.post-meta {
	color: #959595;
	font-weight: 400;
	font-size: 13px;
}
.post-meta span {
	padding-right: 10px;
}
.post-meta a {
	color: #959595
}
.post-meta-author a, .post-meta-cats a {
	color: #323232;
}
.entry-content {
	padding: 20px 0 10px;
}
/* Blog author */
.about-author {
	background: #f2f2f2;
	padding: 15px 20px;
	margin: 20px 0;
}
.author-img img {
	width: 120px;
	height: 120px;
	margin-right: 30px;
	border-radius: 100%;
	margin-top: 20px;
}
.author-url span a {
	color: #959595;
}
.author-info h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}
.author-info h3 span {
	font-size: 14px;
	color: #959595;
	border-left: 1px solid #AFAFAF;
	padding-left: 8px;
	margin-left: 5px;
}
/* Blog post comments */
.comments-counter {
	font-size: 18px;
}
.comments-counter a {
	color: #323232;
}
.comments-list {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
.comments-list .comment {
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comments-list .comment.last {
	border-bottom: 0;
}
.comments-list img.comment-avatar {
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius: 100%;
}
.comments-list .comment-body {
	margin-left: 120px;
}
.comments-list .comment-author {
	margin-bottom: 0;
}
.comments-list .comment-date {
	font-style: italic;
	color: #959595;
	margin-bottom: 20px;
}
.comments-list .comment-reply {
	text-transform: uppercase;
	color: #323232;
}
.comments-reply {
	list-style: none;
	margin: 0 0 0 70px;
}
.comments-form .btn.btn-primary {
	padding: 10px 20px;
}
.comments-form label {
	font-weight: normal;
	color: #959595;
}
/* Sidebar */
.sidebar h3.widget-title {
	font-size: 18px;
	line-height: normal;
	margin-top: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar-right {
	padding-left: 20px;
}
/* Blog search */
.sidebar #search .input-group-btn .btn.btn-primary {
	padding: 11px 12px;
}
/*-- Blog tab widget --*/
.widget-tab .nav-tabs {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
}
.widget-tab .nav-tabs>li:first-child {
	margin-left: 10px;
}
.widget-tab .nav-tabs>li>a {
	background: #f2f2f2;
	color: #323232;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 3px 3px 0 0;
	margin-right: -1px;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
}
.widget-tab .nav-tabs>li.active>a {
	background: #fff;
	color: #323232;
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: 0;
}
.widget-tab .tab-content {
	border-top: 0;
	padding: 10px 0 0;
}
.widget-tab .posts-thumb img {
	display: block;
	width: 85px;
	height: 65px;
	margin-right: 20px;
}
.widget-tab .posts-avator img {
	display: block;
	width: 62px;
	height: 62px;
	margin-right: 20px;
	border-radius: 100%;
}
.widget-tab h4.entry-title {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
}
.widget-tab h4.entry-title a {
	color: #323232;
}
.widget-tab .post-meta span {
	padding-right: 5px;
}
.widget-tab ul.posts-list li {
	padding-bottom: 10px;
}
/*-- Blog category widget --*/
.widget-categories ul.category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-categories ul.category-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget-categories ul.category-list li:hover {
	padding-left: 10px;
}
.widget-categories ul.category-list li a {
	color: #323232;
}
.widget-categories ul.category-list li:last-child {
	border-bottom: 0;
}
.widget-categories ul.category-list li .posts-count {
}
/*-- Blog tags widget --*/
.widget-tags ul > li {
	float: left;
	margin: 6px;
}
.widget-tags ul > li a {
	background: #f2f2f2;
	color: #6A6A6A;
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget-tags ul > li a:hover {
	color: #fff;
}
.navbar-brand.navbar-bg {
	background: #000;
}
.landing-header.header-bgnone {
	background: rgba(0,0,0,.8);
}
.landing-header.header-bgnone ul.navbar-nav > li:hover > a, .landing-header.header-bgnone ul.navbar-nav > li.active > a {
}
.hero-section {
	height: 100%;
	background-image: url(../images/landing/main-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	padding-bottom: 0;
	padding-top: 200px;
	overflow: hidden;
}
.hero-section .container {
	height: 100%;
}
.hero-content {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
}
.hero-text {
	display: table-cell;
	vertical-align: bottom;
	color: #fff;
	padding-right: 50%;
	width: 100%;
	padding-bottom: 10%;
}
.hero-title {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}
.hero-description {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.hero-images {
	display: block;
	position: absolute;
	bottom: 80px;
	right: 0;
	width: 50%;
	max-height: 100%;
}
.hero-images img {
	display: block;
	position: relative;
	max-height: 100%;
	width: auto;
}
.hero-buttons a.btn {
	color: #fff;
	padding: 15px 50px;
}
.hero-buttons a.btn.solid {
	margin-left: 10px;
}
.hero-buttons a i {
	margin-left: 5px;
}
/* Facts */
.landing_facts {
	color: #fff;
	padding: 50px 0;
}
.landing_facts .facts i {
	font-size: 36px;
}
.landing_facts .facts-num span {
	font-size: 56px;
}
/* Video and video background */
.video-embed {
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-background-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
iframe {
	border: 0;
}
 @media ( min-width: 768px ) {
.video-section {
	padding: 100px 0;
}
}
@media ( min-width: 992px ) {
.video-section {
	padding: 120px 0;
}
}
/* Screenshot image */
.app-gallery .grid {
	display: block;
	margin: 0 15px 20px;
	padding: 5px;
}
.app-gallery figure.effect-oscar a {
	margin: 125px 5px 0;
}
.app-gallery figure.effect-oscar figcaption::before {
	border: 0;
}
/* Subscribe Form */
.newsletter-form {
	position: relative;
}
.newsletter-form button {
	position: absolute;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 !important;
	color: #fff !important;
	padding: 14px 30px 12px !important;
}
.newsletter-form button:hover {
	color: #323232 !important;
}
/* Clients */
.landing_page_clients {
	padding-top: 30px;
}
/* Elements page
================================================== */
.testimonial.elements .testimonial-text, .testimonial.elements .testimonial-content h3.name, .testimonial.elements .testimonial-content h3 span {
	color: #323232;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial.elements .testimonial-slide.owl-theme .owl-controls .owl-page span {
	border: 1px solid #e7e7e7;
}
/* Style Swithcer
================================================== */
.style-switch-wrapper {
	position: fixed;
	top: 100px;
	right: -250px;
	width: 250px;
	height: auto;
	background-color: rgba(0,0,0,.75);
	border-bottom-right-radius: 4px;
	padding: 20px 20px;
	z-index: 1000;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.style-switch-wrapper h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
}
.style-switch-wrapper.active {
	right: 0;
}
.style-switch-button {
	position: absolute;
	top: 0;
	right: 250px;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,.75);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}
.style-switch-button i {
	color: #FFF;
	position: relative;
	line-height: 1;
	top: 15px;
	left: 15px;
	font-size: 20px;
}
.style-switch-wrapper button {
	width: 30px;
	height: 30px;
	border-radius: 100% !important;
	margin-bottom: 5px;
	color: #fff;
	display: inline-block;
	padding: 0 !important;
	margin-right: 2px;
	border: 0 !important;
}
a.close-styler {
	color: #fff !important;
	padding: 7px 20px !important;
	margin-right: 6px;
}
.style-switch-wrapper button:active, .style-switch-wrapper button:focus {
	border: 2px solid #FFF;
}
.style-switch-wrapper #preset1 {
	background-color: #49a2e7;
}
.style-switch-wrapper #preset2 {
	background-color: #81c83c;
}
.style-switch-wrapper #preset3 {
	background-color: #ff781e;
}
.style-switch-wrapper #preset4 {
	background-color: #ffc400;
}
.style-switch-wrapper #preset5 {
	background-color: #334F96;
}
.style-switch-wrapper #preset6 {
	background-color: #8C42BA;
}
/*********************************
3.4 Header - Shopping
*********************************/
.shopping {
	display: inline-block;
	/* margin-left: 111px; */
    /* padding-right: 161px; */
	margin-top: 10px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.search {
	/* width: 70%; */
	height: 36px;
	margin-top: 11px;
	background: none;
	/* padding-left: 20px; */
	border: 1px solid #666;
	border-radius: 5px;
	color: #CCCCCC;
}
.search input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	background: none;
	border: none;
	width: 90%;
	height: 30px;
}
.shopping a {
	display: inline-block;
	margin-right: 10px;
}
.shopping a:last-child {
	margin-right: 0;
}
.cart_num_container, .star_num_container {
	position: absolute;
	top: 13px;
	left: -5px;
	width: 15px;
	height: 15px;
	background: #FF6633;
	border-radius: 50%;
}
.cart_num_inner, .star_num_inner {
	width: 100%;
	height: 100%;
}
.cart_num, .star_num {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 9px;
	font-weight: 600;
	color: #fff;
}
.star img {
	width: 20px;
	height: 20px;
}
.user img {
	width: 20px;
	height: 20px;
}
.cart img {
	width: 20px;
	height: 20px;
}
.avatar img {
	width: 20px;
	height: 20px;
}
/*.search
{
  display: inline-block;
  width: 400px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.search_input
{
  width: 100%;
  height: 35px;
  background: none;
  padding-left: 20px;
  border: 1px solid #666;
  border-radius: 5px;
  color: #CCCCCC;
}
.search_button
{
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 19px;
  height: 19px;
  background: transparent;
  border: none;
  outline: none;
}
.search_button:focus
{
  outline: none !important;
}
.search_button img
{
  max-width: 100%;
}*/
.search_button {
	position: absolute;
	top: 36%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 42px;
	height: 6px;
	background: transparent;
	border: none;
	outline: none;
}
.search_button:focus {
	outline: none !important;
}
.search_button img {
	max-width: 75%;
}
/*---------------------------------------------MEGAMENU-CSS----------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
/*body {
    margin: 0;
    background: #fff;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
.description {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
	margin: 0 auto;
	background: transparent !important;
	margin-left: 50px;
}
.menu-mobile {
	display: none;
	padding: 20px;
}

.menu a:link {
    text-decoration: none;
    color: #aa5ef7!important;
}
.menu > ul > li a {
	padding: 1.5em 7px;
	width: 90%;
	display: block;
	color: #f9914f;
}
a.menu-mobile {
	color: transparent;
}
.menu-mobile:after {
	content: "\f394";
	font-family: "Ionicons";
	font-size: 2.5rem;
	padding: 0;
	float: right;
	position: relative;
	color: #f60;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
}
.menu-dropdown-icon:before {
	content: "\f489";
	font-family: "Ionicons";
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	background: #fff;
	color: #333;
}
.menu > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
	content: "";
	display: table;
}
.menu > ul:after {
	clear: both;
}
.menu > ul > li {
	float: left;
	background: #000000;
	padding: 0;
	margin: 0;
}
.menu > ul > li a {
	text-decoration: none;
	padding: 1em 2em;
	display: block;
	color: #ffffff;
}
.menu > ul > li a:hover {
	color: #ff6600;
}
.menu > ul > li:hover {
	background: #f0f0f0;
	color: #ff6600;
}
.menu > ul > li > ul {
	display: none;
	width: auto;
	background: #f0f0f0;
	padding: 20px;
	position: absolute;
	z-index: 99;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul:after {
	clear: both;
}
.menu > ul > li > ul > li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 25%;
	background: none;
	float: left;
}
.menu > ul > li > ul > li a {
	color: #777;
	padding: .2em 0;
	width: 95%;
	display: block;
	border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > ul > li > ul:after {
	clear: both;
}
.menu > ul > li > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
	border: 0;
}
.menu > ul > li > ul.normal-sub {
	/*width: 300px;*/
	left: auto;
	padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
	width: auto;
	max-width: 200px;
}
.menu > ul > li > ul.normal-sub > li a {
	border: 0;/*padding: 1em 0;*/
}
ul.navbar-right li span {
    color: #ffffff;
  
}
a#cart:hover {
	color: #f60;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	background-color: #f60;
	border-radius: 10px;
}
/*.row.img-box-1 h2 {
  font-size: 40px;
  color: #F60;
  font-weight: bold;
  letter-spacing: 1px;
}*/
.heading h2 {
	/* font-size: 40px;*/
	color: #F60;
	/* font-weight: normal; */
	letter-spacing: 1px;
}
.img-block-head h2 {
	color: #ff781e;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
.menu-container {
	width: 84%;
}
/*ul.navbar-right li span {
    color: #ffffff;
    font-size: 25px;
}*/
.cart i {
    font-size:25px;
}
.menu-container {
	margin: 0 auto;
	background: #0e1013;
	margin-left: 50px;
}
.menu-mobile {
	display: block;
}
.menu-dropdown-icon:before {
	display: block;
}
.menu > ul {
	display: none;
}
.menu > ul > li {
	width: 100%;
	float: none;
	display: block;
}
.menu > ul > li a {
	padding: 1.5em;
	width: 100%;
	display: block;
}
.menu > ul > li > ul {
	position: relative;
}
.menu > ul > li > ul.normal-sub {
	width: 100%;
}
.menu > ul > li > ul > li {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.menu > ul > li > ul > li:first-child {
	margin: 0;
}
.menu > ul > li > ul > li > ul {
	position: relative;
}
.menu > ul > li > ul > li > ul > li {
	float: none;
}
.menu .show-on-mobile {
	display: block;
}
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
/*---------------------------------------------MEGAMENU-CSS----------------------------*/
/*.highlight:hover {
    border: 1px solid #ee3b24;
}*/
.highlight img:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(180deg);
}
.highlight {
	margin-right: 20px;
	/* border: 1px solid #e7e7e7; */
	border-radius: 3px;
	display: block;
	padding: 40px 16px;
	/* background: #fff; */
	-webkit-transition: all 350ms;
	-ms-transition: all 350ms;
	transition: all 350ms;
}
.heading-1 .title-desc {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	color: #ffffff;
}
a:active, a:hover {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
.panel-body a:hover {
	text-decoration: none;
	color: #ee3b24 !important;
}
a:hover {
	text-decoration: none;
}
.panel-default {
	border-color: #ed3a23;
}
.panel-default>.panel-heading {
	background-color: black;
	border-color: #fff;
	color: #fff;
}
h2 {
	/* font-size: 30px;*/
	line-height: normal;
	margin: 5px 0 0 0;
3740 color: #F60;
}
.affiliate a {
	margin-left: 5px;
}
.panel-default>.panel-heading:hover {
	background-color: black;
	border-color: #ed3a24;
	color: #fff;
}
.panel-default>.panel-heading h4 a:hover {
	color: #ee3b24;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ed3a24;
	color: #fff;/*background: #000;*/
}
.panel-default>.panel-heading+.panel-collapse .panel-body p {
	
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
}
.faq-box-cotent #accordion .panel {
	border-radius: 0;
	border: 0;
	margin-top: 0px;
}
.faq-box-cotent #accordion a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
.faq-box-cotent #accordion .panel-heading a.collapsed:hover, .faq-box-cotent #accordion .panel-heading a.collapsed:hover {
	background-color: #ed3a24;
	color: white;
	transition: all 0.2s ease-in;
}
.faq-box-cotent #accordion .panel-heading a.collapsed:hover::before, .faq-box-cotent #accordion .panel-heading a.collapsed:focus::before {
	color: #fff;
}
.faq-box-cotent #accordion .panel-heading {
	/*padding: 0;*/
	border-radius: 0px;
	text-align: center;
}
.faq-box-cotent #accordion .panel-heading a:not(.collapsed) {
	color: white;
}
.faq-box-cotent #accordion .panel-heading .accordion-toggle::before {
	font-family: 'FontAwesome';
	content: '\f00d';
	float: left;
	color: #fffdfd;
	font-weight: lighter;
	transform: rotate(0deg);
	transition: all 0.2s ease-in;
}
.faq-box-cotent #accordion .panel-heading .accordion-toggle.collapsed::before {
	color: #fff;
	transform: rotate(-135deg);
	transition: all 0.2s ease-in;
}
.faq-box-cotent #accordion .panel-heading a:not(.collapsed) {
	color: #fff5f5;
	background-color: #ed3a24;
	transition: all 0.2s ease-in;
}
.faq-box-cotent #accordion .panel-heading {
	font-size: 20px;
	font-weight: bold;
}
.faq-box-cotent #accordion h4.panel-title:hover {
	color: #000 !important;
}
.faq-box-cotent #accordion h4.panel-title {
	text-align: left;
	font-size: 18px;
}

.faq-box-cotent #accordion a {
	padding: 10px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	font-size: 18px;
}
.faq-box-cotent #accordion a:hover {
	padding: 10px;
	text-decoration: none;
}
.panel-body {
	padding: 4px 45px;
}
#products {
	background: #fc0;
	color: #fff;
	/* width: 0; */
    /* position: static;
    z-index: -5; */
    /* height: 0; */
	border-top: 0px solid transparent;/* border-left: 2700px solid #101010; *//* border-bottom: 350px solid white; */
}
#pricing h2.title {
	color: #fff;
}
#pricing .title-desc {
	color: #fffbfb !important;
}
.highlight .panel-default {
	/* border-color: rgb(188, 185, 183); */
	border: none;
}
#pricing.faq-box-cotent #accordion .panel {
	border-radius: 0;
	border: none;/* margin-top: 0px; */
}
div#accordion {
	background: #000;
	color: #fff;
}
div#accordion .panel {
	padding-bottom: 15px;
	background-color: #000 !important;
	color: #fff !important;
	border-top: 1px solid transparent;
	border-radius: 4px;/* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05); */
}
.highlight img {
	margin-top: 80px;
}
#box-cat {
	background: url(../images/KSP1.jpg) no-repeat;
	background-size: cover;
}
.panel.panel-default .glyphicon {
	display: none!important;
}
.panel.panel-defaul th1, h2, h3 {
	/*  */
    /* padding-top: 0px; */
    /* padding-bottom: 0px; 
  font-size: 40px;*/
	color: #F60;
	font-weight: bold;
	text-transform: capitalize;
	/* letter-spacing: 1px; 
    margin-bottom: 25px;*/
}
/*------------------------------------------------------   */
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: absolute;
	margin: auto;
	z-index: 999999;
}
.slideshow-container .fade {
	opacity: 2;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next, .text {
	font-size: 11px
}
}
section#color-slider-1 {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 700px;
	position: relative;
	display: inline-block;
}
section#color-slider-1:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	background: #fff;
	background-size: cover;
	-webkit-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	-moz-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
}
/* Slideshow container */
.slideshow-container-1 {
	max-width: 1000px;
	position: absolute;
	margin: auto;
	z-index: 999999;
}
.slideshow-container-1 .fade {
	opacity: 2;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.cms-content {background-image: url(../images/bg-888.jpg);
    padding: 60px 0px;}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next, .text {
	font-size: 11px
}
}
section#color-slider-1 {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 700px;
	position: relative;
	display: inline-block;
}
section#color-slider-1:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	background: #fff;
	background-size: cover;
	-webkit-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	-moz-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
}
section#color-slider {
	left: 0px;
	top: 0px;
	width: 100%;
	position: relative;
	display: inline-block;
}
section#color-slider:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	background: #fff;
	background-size: cover;
	-webkit-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	-moz-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
}
.color-box {
	top: 425px;
	position: absolute;
	z-index: 99999999;
	margin: 5px 110px auto;/* text-align: end; */
}
.box-text p {
	font-weight: 400;
	font-size: 16px!important;
	line-height: 1.6em!important;
}
.box-text p i.fa {
	color: #fbfaf9;
	padding-right: 10px;
}
.mySlides-1 {
	margin-top: 25px;
	padding: 0px 50px;
	width: 100%;
	height: 450px;
}
section#service {
	height: 100%;
	align-items: center;
	justify-content: center;
}
section#color-slider .title-desc {
	color: #ffffff;
}
.testimonial blockquote {
	font-size: 16px;
	font-weight: 300;
}
.list-desc blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 5em;
	line-height: 0em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}
section#color-slider p {
	color: #ffffff;
}
#myCarousel .nav a small {
	display: block;
}
#myCarousel .nav {
	background: #eee;
}
.box-text {
	margin-top: 10px;
}
.nav-justified > li > a {
	border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a {
	background-color: #16a085;
}
.nav-pills>li[data-slide-to="1"].active a {
	background-color: #e67e22;
}
.nav-pills>li[data-slide-to="2"].active a {
	background-color: #2980b9;
}
.nav-pills>li[data-slide-to="3"].active a {
	background-color: #8e44ad;
}
/* Carousel */
#carousel-example {
 .carousel-wrapper {
 background: #111;
 color: white;
 font-weight: 300;
 padding: 40px 0;
 text-transform: uppercase;
 h2 {
 padding: 0 0 35px;
 text-align: center;
}
 ol {
 margin: 0 auto;
 position: static;
 width: 100%;
 span {
 border: 1px solid transparent;
 cursor: pointer;
 height: auto;
 padding: 10px 15px;
 text-align: center;
 transition: border 0.3s, color 0.3s;
 width: auto;
}
 .active {
 background: none;
 border: 1px solid orange;
 color: orange;
 height: auto;
 padding: 10px 15px;
 width: auto;
}
}
}
.carousel-inner {
 .item {
 transition: opacity 1s;
 .img-wrapper {
 height: 400px;
 margin: 0 -15px 0 0;
 overflow: hidden;
 position: relative;
 img {
 left: 50%;
 position: absolute;
 top: 50%;
 transform: translate(-50%, -50%);
 width: 1000px;
}
}
 .carousel-caption {
 background: orange;
 color: #111;
 font-size: 1.1em;
 height: 400px;
 margin: 0 0 0 -15px;
 padding: 30px;
 position: static;
 text-align: left;
 text-shadow: none;
 h2 {
 padding: 0 0 20px;
 text-transform: uppercase;
}
}
}
}
}
 @media(max-width:950px) {
.cd-half-width {
	margin-left: 4%!important;
	color: #fff;
}
/*nav:not(.mm) {
  display: none;
}*/
.header, .content, .footer {
	text-align: center;
}
.header {
	background: #4bb5ef;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/*padding: 0 50px;*/
}
.header {
     height: 120px;
    padding-top: 8px;
    box-shadow: 0px -2px 4px 0px #333!important;
}
.footer {
	background: #000000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/* height: 65px; */
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header .nav-bar .fa-bars a {
	width: 28px;
	display: block;/* 
height: 18px; 
    padding: 11px; 
    /* margin: 5px;
    position: absolute;
    top: 0;
    left: 0;*/
}
.header .nav-bar .fa-bars a:before, .header .nav-bar .fa-bars a:after {
	content: '';
	display: block;
	/*background: #fff;*/
	height: 2px;
}
.nav-bar .fa-bars a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}
/*.body-inner {
    background: #000;
    background-image:none!important;
    background-position: center right;
    background-size: cover;
}*/
.menu-container .menu {
	display: none!important;
}
.form-overlay {
	background-color: rgb(8, 8, 8)!important;
}
#owl-demo .item img {
	display: block;
	width: 100%!important;
	height: 280px;
}
.box-boder h2 {
    margin: 4% 5%!important;
}
.bs-slider {
	overflow: hidden;
	width: 100%;
}
.well.well-sm.box-contact {
    padding: 30px!important;
    border-radius: 3px;
    margin-left: 0px!important;
    
    z-index: 4;
    margin-top: -19px;
}
.slideshow-container-1 {
	max-width: 1000px;
	position: inherit;
	margin: auto;
	z-index: inherit;
}
/*section {
    padding: 0px !important;
   
}*/
section#slider-1 {
	height: auto !important;
}
.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {
	position: absolute;
	width: 100%;
	height: 49%;
	z-index: 100;
	left: 0;
	top: 0;
	text-align: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cd-half-width {
	width: 100% !important;
	color: #fff;
	margin-top: 65%;
}
.menu-dropdown-icon:before {
	content: "\f489";
	font-family: "Ionicons";
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	background: #962222!important;
	color: #fff!important;
}
.slide-text {
	left: 0;
	top: -4%!important;
}
.slide-text img {
	width: 100%!important;
	height: 325px!important;
	margin-top: 21px;
	text-align: center;
	margin: -63px auto;
}
#carousel-example {
 .carousel-inner {
 .item {
 .img-wrapper {
 height: auto;
 img {
 transform: none;
 position: static;
 width: 100%;
}
}
 .carousel-caption {
 height: auto;
}
}
}
}
}
.bg-color {
	background: #2c374a;
	padding: 80px 0px;
}
.bg-color-1 {
	background: #434242;
	padding: 80px 0px;
}
.bg-color-2 {
	background: #d4c6b5;
	padding: 80px 0px;
}
.bg-color {
	color: #fff;
}
.bg-color-1 {
	color: #fff;
}
.bg-color-2 {
	color: #fff;
}
.carousel-wrapper .carousel-indicators span {
	height: 40px;
	margin: 0;
	background: none;
	border-radius: 50px;
	padding: 10px 30px;
	/* background: none; */
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #fff;
}
.carousel-wrapper .carousel-indicators span:hover {
	height: 40px;
	margin: 0;
	background-color: #ed3a23;
	border-radius: 50px;
	padding: 10px 30px;
	/* background: none; */
	font-size: 14px;
	cursor: pointer;
	color: #fff;
}
.carousel-wrapper .carousel-indicators {
	bottom: 80px;/* left: 50px; */
}
#carousel-example .carousel-indicators {
	position: absolute;
	bottom: 90px;
	left: 35%;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	/* top: 10%; */
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
/*--------------------Sec-menu---------------------------*/
.header {
	background-color: #000;
	padding: 0px;
	text-align: center;
}
/*#navbar {
    overflow: hidden;
    background-color: #333;
    z-index: 99999999999999999999999;
    /* margin-top: -25px; 
    color: #323232;
}
#navbar {
    overflow: hidden;
    background-color: #f60;
    z-index: 99999999999999999999999;
    margin-top: -1px;
    height: 107px;
    color: #323232;
}*/
/*#navbar {
	background-color: #333;
	position: fixed;
	top: -50px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 9999999;
}
#navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: 17px;
}
#navbar a:hover {
	background-color: #ddd;
	color: black;
}*/
/*.row.img-box-1 img {
    z-index: -999;
    position: relative;
}
.content {
  padding: 16px;
}
.sticky {
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 9999999;
}
  
  .affix {
    top: 0;
    width: 100%;
    z-index:9999999 !important;
  }
  .affix + .container-fluid {
    padding-top: 70px;
  }
.sticky + .content {
  padding-top: 60px;
}*/
/*
-------------------------------------*/
.bs-slider {
	overflow: hidden;
	/*max-height: 700px;*/
	position: relative;
	background: #000000;
}
.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;
}
.subscribe button {
    background: #ffcc00!important;
    border: 1px solid #ffcc00!important;
    padding: 13px 20px;
    color: #fff;
    margin-bottom: 30px!important;
    border-radius: 0px 50px 50px 0px!important;
      background: #ffcc00!important;
    padding: 10px 16px!important;
}
.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;
}
.slide-text {
	left: 0;
	top: 30%!important;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 70px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.cd-half-width {
	margin-left: 0% !important;
	color: #fff;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	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;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	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;
}*/
header .mobile-menu nav ul li .children li a {
    background: #f8f8f8!important;
}
/*------------------------------------------------------*/
/* 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: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.parallax {
	padding: 0px;
}
.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;
}
.tz-gallery .row > div {
	padding: 5px;
}
.footer-widget {
	display: block;
}
.like-box.owl-controls.clickable {
    display: none !important;
}
.footer ul li {
	text-align: center;
	display: block;
}
.latest-post-items {
	margin-top: 70px !important;
	text-align: center;
}
.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;
}
}
.bs-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: rgba(51, 51, 51, 0.57)!important;
	/*max-height: 175px;*/
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
img.card-img-top {
	width: 100%;
	min-height: 300px;
}
.card-img-top:hover {
	border: 2px dashed #e8e4e8;
	background-image: url(../images/portfolio/portfolio1.jpg);
	width: 100%;
	min-height: 300px;
}
.card {
	font-size: 12px;/*padding: 17px 15px 40px 15px;*/
}
h5.card-title {
	font-size: 24px;
	color: #ea5506;
	text-transform: capitalize;
}
/*p.card-text {
    margin-bottom: 20px;
}*/
.space-top {
	margin-top: 45px;
}
.space-top-m {
	margin-top: 45px;
}
.space-sec-top {
	margin-top: 100px;
}
.promo_title2 {
	
	font-size: 28px;
	color: #ea5506;
	margin-bottom: 8px;
}
.promo_subtitle2 {
	font-size: 16px;
	color: #33CCFF;
}
p.card-text {
	/* margin-bottom: 20px; */
	border-bottom: 1px solid #e6dddd;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.contact-form label {
	font-weight: 600;
}
.contact-form button {
	background: #25274d;
	color: #fff;
	font-weight: 600;
	width: 25%;
}
.contact-form button:focus {
	box-shadow: none;
}
/*.extra_promo_image {
	height: 455px;
	z-index: 9;
	background-size: cover;
	position: relative;
	margin-top: 36px;
	border: 2px solid #ccc;
}*/
.parallax .btn {
	color: #07060c;
}
/*---------------------------------------------------------------------------------*/
/*light-box*/
#masonry {
	column-count: 2;
	column-gap: 1em;
}
 @media(min-width: 30em) {
#masonry {
	column-count: 3;
	column-gap: 1em;
}
}
 @media(min-width: 40em) {
#masonry {
	column-count: 4;
	column-gap: 1em;
}
}
 @media(min-width: 60em) {
#masonry {
	column-count: 5;
	column-gap: 1em;
}
}
 @media(min-width: 75em) {
#masonry {
	column-count: 6;
	column-gap: 1em;
}
}
#masonry .item {
	background-color: none;
	display: inline-block;
	margin: 0 0 1em 0;
	width: 100%;
	cursor: pointer;
}
#masonry.item img {
	max-width: 100%;
	height: auto;
	width: 100%;
	margin-bottom: -4px;/*idk why but this fix stuff*/
}
#masonry .item.active {
	animation-name: active-in;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-direction: alternate;
}
#masonry .item.active:before {
	content: "+";
	transform: rotate(45deg);
	font-size: 48px;
	color: white;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(0,0,0,0.85);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	z-index: 12;
}
#masonry .item.active img {
	animation-name: active-in-img;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-direction: alternate;
}
/*@keyframes active-in {
  0% {
    opacity:1;
    background-color:white;
  }
  
  50% {
    opacity:0;
    background-color:rgba(0,0,0,0.90);
  }
  
  100% {
    opacity: 1;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.90);
  }
}*/
@keyframes active-in-img {
 0% {
 opacity:1;
 transform:translate(0%, 0%);
 top: 0;
 left: 0;
 max-width: 100%;
}
 49% {
 opacity:0;
 transform: translate(0%, -50%);
}
 50% {
 position:absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -100%);
}
 100% {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 max-width: 90%;
 width: auto;
 max-height: 95vh;
 opacity:1;
}
}
/*---------------------------------------------------------------------------------*/
.card {
	width: 100%;
	height: 300px;
	/*background: url(../images/img-bg.png) no-repeat;*/
	margin: 14px;
}
.card:hover {
	/*background: url(../images/earphone.jpg) no-repeat;*/
	height: 300px;
}
.card-body {
	width: 0;
	height: 0;
	/*border-top: 300px solid transparent;
	border-right: 300px solid transparent;*/
}
.card-body:hover {
	width: 0;
	height: 0;
	/*border-top: 300px solid black;
	border-right: 300px solid transparent;*/
}
.card-1 {
	width: 100%;
	height: 300px;
	/*background: url(../images/img-bg.png) no-repeat;*/
	margin: 14px;
}
.card-1:hover {
	/*background: url(../images/img-bg-side.jpg) no-repeat;*/
	height: 300px;
}
/*.card-body {
    width: 0;
    height: 0;
    border-top: 300px solid white;
    border-right: 300px solid transparent;
}*/
.card-body:hover {
	width: 0;
	height: 0;
	/*border-top: 300px solid black;
	border-right: 300px solid transparent;*/
}
.card-2 {
	width: 100%;
	/*height: 300px;
	background: url(../images/img-bg.png) no-repeat;*/
	margin: 14px;
}
.card-2:hover {
	/*background: url(../images/ksp-1.jpg) no-repeat;
	height: 300px;*/
}
/*.card-body {
    width: 0;
    height: 0;
    border-top: 300px solid white;
    border-right: 300px solid transparent;
}*/
.card-body:hover {
	width: 0;
	height: 0;
	/*border-top: 300px solid black;
	border-right: 300px solid transparent;*/
}
.bg-box-sec {
	/* background: #fc0; */
	border: 1px solid #ea5506;
	border: 1px solid #f3f3f3;
	animation: bounce 12.5s;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
	animation-iteration-count: infinite;
}
/*.box-boder:hover{ border: 2px dashed #e8e4e8;
    box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
    -webkit-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
    -moz-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #b3adad;background:#fff; height:250px; width:100%;}*/
  
.box-boder {
	width: 100%;
}
.box-boder h2 {
	font-weight: bold;
	margin: 30% 14%;
	font-size: 24px;
	}
/*#navbar {
	top: -65px;
}
.sec-title, .sec-tags {
	display: inline-block;
}
#navbar .sec-title {
	padding: 15px 0;
	width: 30%;
}
#navbar .sec-title span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	color: #f2f2f2;
	padding: 0 15px;
	text-decoration: none;
	font-size: 15px;
}*/
.row.img-box-2 h2 {
	color: #F60;
	font-weight: bold;
	/* letter-spacing: 1px; */
    
	
}
/*#navbar .sec-tags {
	float: right;
	min-width: 70%;
}
#navbar .sec-tags a {
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: 15px;
}
#navbar .sec-tags a:hover {
	text-decoration: underline;
	background-color: inherit;
}
#navbar .sec-title .p-title {
	font-size: 20px;
	font-weight: bold;
}*/
.owl-theme {
 .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    [class*='owl-'] {
 transition: all .3s ease;
 &.disabled:hover {
 background-color: #D6D6D6;
}
}
}
}
#owl-demo.owl-theme {
	position: relative;
 .owl-next, .owl-prev {
 width: 22px;
 height: 40px;
 margin-top: -20px;
 position: absolute;
 top: 50%;
}
.owl-prev {
	left: 10px;
}
.owl-next {
	right: 10px;
}
}
.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;/* padding: 30px 50px;*/
}
.gallery-container h1 {
	text-align: center;
	margin-top: 50px;
	
	font-weight: bold;
}
.gallery-container p.page-description {
	text-align: center;
	margin: 25px auto;
	font-size: 18px;
	color: #999;
}
.tz-gallery {
	margin-bottom: -20px;
	padding: 0px 15px;
	margin-top: 20px;
}
/* Override bootstrap column paddings */
.tz-gallery .row > div {
	padding: 2px;
}
a.lightbox img {
	width: 100%;
	height: 300px;
}
.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	
	content: '\e003';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}
.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	border: 0px;
	width: 100%;
	height: 97%;
	opacity: 0;
	background-color: rgba(216, 94, 13, 0.9);
	content: '';
	transition: 0.4s;
}
.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before {
	opacity: 1;
}
.baguetteBox-button {
	background-color: transparent !important;
}
 @media(max-width: 767px) {
body, p {
	font-size: 14px !important;
}
body {
	padding: 0;
}
.nav-bar i.fa.fa-times.fa-2x {
	padding: 43px 140px!important;
}
 /*.extra_promo_image {
    height: 280px;
    z-index: 9;
    padding: 50px;
    background-size: cover;
    position: relative;
    margin-top: 0px;
    /* margin-left: 25px; */
    /* margin-right: 25px;
    border: 2px solid #ccc;
} */
.extra_promo_image-box {
    padding-left: 15px;
    padding-right: 15px;
}
.extra_promo_image {
    height: auto!important;
    z-index: 9;
    /* background-size: cover; */
    position: relative;
    /* margin-top: 36px; */
    /* border: 2px solid #f3f0f0; */
    width: 100%;
    /* height: 470px; */
    margin-bottom:0px!important;
	 margin-top:0px!important;
    /* width: 250px; */
    /* height: 250px; */
    /* padding: 15px; */
    line-height:0px!important;
    text-align: center;
    border: 2px solid #ccc;
}
.box-text p {
	text-align: center;
}
.mobile-space-one {
	float: none !important;
}
.mobile-space-two {
	float: none !important;
}
.buy_now {
	background: #ff6600!important;
	color: #fff!important;
	border: 2px solid #ee3b24!important;
}
.ts-padding {
	padding: 12px 24px 13px 24px!important;
}
.mySlides-1 {
	padding: 0px !important;
}
.mySlides-1 {
	margin-top: -3px!important;
}
.panel-default>.panel-heading:hover {
	padding: 15px 20px !important;
}
.mobile_margin {
	min-height: 100%!important;
	min-width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	/* height: 180px!important; */
	margin-left: -15px!important;
	margin-right: -15px!important;
}
.service {
	padding-top: 0px;
	padding-bottom: 35px;
}
.heading {
	padding: 24px 0px;
	text-align: center !important;
	margin: 0;
}
.panel-default>.panel-heading {
	background-color: black;
	border-color: #fff;
	color: #fff;
	padding: 15px 20px !important;
}
.subscribe button {
	margin-bottom: 30px!important;
}
.mySlides-1 {
	height: auto;
}
.logo-box {
	margin-top: 26px;
	float: none;
	text-align: center;
	margin: 14px auto;
}
.no-padding {
	padding-top: 0!important;
	padding-bottom: 0px;
}
/* .listing {
	margin-top: -52px;
} */
.img-box-area img {
	height: auto;
}
.box-padding {
	padding: 5px 0px;
}
.bg-inner.bg-innner select#sel1 {
	height: 40px!important;
	margin-left: 23px;
}
.text-right-side {
	margin-top: 15px;
}
.logo-box {
	margin-top: 26px;
	float: none;
	text-align: center;
	margin: 14px auto;
}
a.menu-mobile::before {
	display: none!important;
}
#sec-item-slider {
	padding: 50px 0px;
	background: #f2f2f2;
}
.card img {
	width: 100%;
	height: 300px;
	
	margin: 14px;
	padding: 33px;
}
.well-from.well-from.box-contact-from {
	background: #171616;
	padding: 25px;
	border-radius: 5px;
	/* box-shadow: 5px 5px 2px 1px; */
	margin-bottom: 20px;
	margin-top: 20px;
	height: 780px;
	margin-right: 50%;
}
.box-contact-from .form-control {
	box-shadow: none;
	border: 1px solid #6d6a6a;
	padding: 6px 20px;
	height: 50px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
}
.box-contact-from .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #333;
	border: 1px solid #403c3c;/* border-radius: 4px; */
}
.datepicker.dropdown-menu {
	width: 210px !important;
}
.box-contact-from .btn.btn-primary {
	color: #e7e7e7;
}
.datepicker.dropdown-menu {
	width: 208px !important;
}
.logo-box {
	margin-top: 26px;
	float: none;
	/*    text-align:center;*/
	margin: 14px auto;
}
.space-top {
	margin-top: 30px !important;
}
.categories .space-top {
    margin-top: 15px !important;
}
body img {
	background-position: center center !important;
}
/*#navbar .sec-title {
	float: left;
	max-width: 20%;
	padding: 15px 0;
}
#navbar .sec-tags {
	float: right;
	min-width: 75%;
}*/
.slideshow .btn-more-info {
	margin-top: 20px !important;
}
/*.img-block-right {
  padding-right: 0px;
}*/
.owl-theme .owl-controls .owl-buttons div {
	color: #fffefe;
	display: inline-block;
	zoom: 1;
	z-index: 144;
	position: relative;
	display: inline;
	margin: 5px;
	font-weight: bold;
	padding: 2px 10px;
	font-size: 35px;
	/* -webkit-border-radius: 30px; */
	-moz-border-radius: 30px;
	border-radius: 50%;
	background: #a94604;
	opacity: none;
}
}
/*---------------------header-----------------------  */
.box-text h2 {
	font-size: 32px;
}
.box-text h2 {
	margin-bottom: 20px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 1.2;
	/* margin: 0 auto 14px; */
	color: #ffffff;
	font-weight: bold;
}
.box-text h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 25px;
	font-size: 45px;
	text-transform: capitalize;
}
a.accordion-toggle.collapsed {
	font-size: 16px;
}
a.accordion-toggle {
	font-size: 16px;
}
.panel-heading {
	padding: 0px 15px;
 section#products-1.products {
 color: #fff !important;
}
div#page {
	display: none!important;
}
nav:not(.mm) {
	display: none;
}
.header, .content, .footer {
	text-align: center;
}
.header, .footer {
	background: #4bb5ef;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.header a:before, .header a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}
h3, h4 {
	/*  */
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
	font-size: 32px;
	color: #F60;
	font-weight: bold;
	
}
.bg-btn {
	background: #000;
	border-radius: 5px;
	padding: 1px 3px;
	margin-left: -15px;
	color: #fff;
	margin-right: 2px;
	height: 50px;
	text-transform: capitalize;
}
@media (min-width: 768px) {
.navbar-header img {
	float: left;
	width: 70px !important;
	height: 70px!important;
	padding-top: 5px;
}
}
section#slider-1:after {
	content: "";
	position: absolute;
	left: 0px;
	/* top: 380px; */
    /* top: 0px; */
	right: 0px;
	bottom: 15px;
	background: #fff;
	background-size: cover;
	-webkit-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	-moz-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
}
.image-block-content .feature-content {
	padding-left: 85px;
}
.content {
	padding: 150px 50px 50px 50px;
}
/*.body-inner {
    background: #000;
    background-image:none!important;
    background-position: center right;
    background-size: cover;
}*/
.menu-container .menu {
	display: none!important;
}
.form-overlay {
	background-color: rgb(8, 8, 8)!important;
}
#owl-demo .item img {
	display: block;
	width: 100%!important;
	height: 280px;
}
.box-boder h2 {
	margin: 10% 5%!important;
}
.bs-slider {
	overflow: hidden;
	height: 572px;
	width: 100%;
}
.well.well-sm.box-contact {
	padding: 15px!important;
	border-radius: 3px;
	margin-left: 0px!important;
	
	z-index: 4;
	margin-top: 30px;
}
.slideshow-container-1 {
	max-width: 1000px;
	position: inherit;
	margin: auto;
	z-index: inherit;
}
/*section {
    padding: 0px !important;
   
}*/
section#slider-1 {
	height: auto !important;
}
.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {
	position: absolute;
	width: 100%;
	height: 49%;
	z-index: 100;
	left: 0;
	top: 0;
	text-align: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cd-half-width {
	width: 100% !important;
	color: #fff;
	margin-top: 65%;
}
.menu-dropdown-icon:before {
	content: "\f489";
	font-family: "Ionicons";
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	background: #962222!important;
	color: #fff!important;
}
.slide-text {
	left: 0;
	top: -4%!important;
}
.slide-text img {
	width: 100%!important;
	height: 325px!important;
	margin-top: 21px;
	text-align: center;
	margin: -63px auto;
}
#carousel-example {
 .carousel-inner {
 .item {
 .img-wrapper {
 height: auto;
 img {
 transform: none;
 position: static;
 width: 100%;
}
}
 .carousel-caption {
 height: auto;
}
}
}
}
}
.bg-color {
	background: #2c374a;
	padding: 80px 0px;
}
.bg-color-1 {
	background: #434242;
	padding: 80px 0px;
}
.bg-color-2 {
	background: #d4c6b5;
	padding: 80px 0px;
}
.bg-color {
	color: #fff;
}
.bg-color-1 {
	color: #fff;
}
.bg-color-2 {
	color: #fff;
}
.carousel-wrapper .carousel-indicators span {
	height: 40px;
	margin: 0;
	background: none;
	border-radius: 50px;
	padding: 10px 30px;
	/* background: none; */
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #fff;
}
.carousel-wrapper .carousel-indicators span:hover {
	height: 40px;
	margin: 0;
	background-color: #ed3a23;
	border-radius: 50px;
	padding: 10px 30px;
	/* background: none; */
	font-size: 14px;
	cursor: pointer;
	color: #fff;
}
.carousel-wrapper .carousel-indicators {
	bottom: 80px;/* left: 50px; */
}
#carousel-example .carousel-indicators {
	position: absolute;
	bottom: 90px;
	left: 35%;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	/* top: 10%; */
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
#header-sticky-wrapper {
	z-index: 99999;
}
.header {
	background: transparent;
	padding: 3px;
	text-align: center;
	z-index: 1;
}
.is-sticky .header-area {
	z-index: 99999 !important;
	background-color: #fff;
	box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}
/*#navbar {
	background-color: #333;
	position: fixed;
	top: -50px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 999999;
}
#navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: 17px;
}
#navbar a:hover {
	background-color: #ddd;
	color: black;
}*/
.bs-slider {
	overflow: hidden;
	position: relative;
	background: #000000;
}
.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;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: 100%;
	max-width: 100%;
	line-height: 1;
}
/********************
*****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;
}
.slide-text {
	left: 0;
	top: 30%!important;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 70px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.cd-half-width {
	margin-left: 0% !important;
	color: #fff;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	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;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	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;
}img.img-logo {
    padding-top: 0px!important;
	height: 89px;
}
.slide-text h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.parallax {
	padding: 0px;
}
.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;
}
.tz-gallery .row > div {
	padding: 5px;
}
.footer-widget {
	display: block;
}
.footer ul li {
	text-align: center;
	display: block;
}
.latest-post-items {
	margin-top: 70px !important;
	text-align: center;
}
.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;
}
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
img.card-img-top {
	width: 100%;
	min-height: 300px;
}
.card-img-top:hover {
	border: 2px dashed #e8e4e8;
	background-image: url(../images/portfolio/portfolio1.jpg);
	width: 100%;
	min-height: 300px;
}
.card {
	font-size: 12px;/*padding: 17px 15px 40px 15px;*/
}
h5.card-title {
	font-size: 24px;
	color: #ea5506;
	text-transform: capitalize;
}
/*p.card-text {
    margin-bottom: 20px;
}*/
/*.space-top {
	margin-top: 45px;
}*/
.space-sec-top {
	margin-top: 100px;
}
.promo_title2 {
	
	font-size: 28px;
	color: #ea5506;
	margin-bottom: 8px;
}
.promo_subtitle2 {
	font-size: 16px;
	color: #33CCFF;
}
p.card-text {
	/* margin-bottom: 20px; */
	border-bottom: 1px solid #e6dddd;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.contact-form label {
	font-weight: 600;
}
.contact-form button {
	background: #25274d;
	color: #fff;
	font-weight: 600;
	width: 25%;
}
.contact-form button:focus {
	box-shadow: none;
}

.extra_promo_image {
    height: 400x;
    z-index: 9;
    /* background-size: cover; */
    position: relative;
    margin-top: 36px;
    /* border: 2px solid #f3f0f0; */
    width: 100%;
    height: 470px;
    margin-bottom: 40px;
    /* width: 250px; */
    /* height: 250px; */
    /* padding: 15px; */
    line-height: 370px;
    text-align: center;
    /* border: 1px solid red; */
}.parallax .btn {
	color: #07060c;
}
/*---------------------------------------------------------------------------------*/
/*light-box*/
#masonry {
	column-count: 2;
	column-gap: 1em;
}
 @media(min-width: 30em) {
#masonry {
	column-count: 3;
	column-gap: 1em;
}
}
 @media(min-width: 40em) {
#masonry {
	column-count: 4;
	column-gap: 1em;
}
}
 @media(min-width: 60em) {
#masonry {
	column-count: 5;
	column-gap: 1em;
}
}
 @media(min-width: 75em) {
#masonry {
	column-count: 6;
	column-gap: 1em;
}
}
#masonry .item {
	background-color: none;
	display: inline-block;
	margin: 0 0 1em 0;
	width: 100%;
	cursor: pointer;
}
#masonry.item img {
	max-width: 100%;
	height: auto;
	width: 100%;
	margin-bottom: -4px;/*idk why but this fix stuff*/
}
#masonry .item.active {
	animation-name: active-in;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-direction: alternate;
}
#masonry .item.active:before {
	content: "+";
	transform: rotate(45deg);
	font-size: 48px;
	color: white;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: rgba(0,0,0,0.85);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	z-index: 12;
}
#masonry .item.active img {
	animation-name: active-in-img;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-direction: alternate;
}
/*@keyframes active-in {
  0% {
    opacity:1;
    background-color:white;
  }
  
  50% {
    opacity:0;
    background-color:rgba(0,0,0,0.90);
  }
  
  100% {
    opacity: 1;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.90);
  }
}*/
@keyframes active-in-img {
 0% {
 opacity:1;
 transform:translate(0%, 0%);
 top: 0;
 left: 0;
 max-width: 100%;
}
 49% {
 opacity:0;
 transform: translate(0%, -50%);
}
 50% {
 position:absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -100%);
}
 100% {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 max-width: 90%;
 width: auto;
 max-height: 95vh;
 opacity:1;
}
}
/*---------------------------------------------------------------------------------*/
.card {
	width: 100%;
	height: 300px;
	/*background: url(../images/img-bg.png) no-repeat;*/
	margin: 14px;
}
.card:hover {
	/*background: url(../images/earphone.jpg) no-repeat;*/
	height: 300px;
}
.card-body {
	width: 0;
	height: 0;
	/*border-top: 300px solid transparent;
	border-right: 300px solid transparent;*/
}
.card-body:hover {
	width: 0;
	height: 0;
	/*border-top: 300px solid black;
	border-right: 300px solid transparent;*/
}
.card-1 {
	width: 100%;
	height: 300px;
	/*background: url(../images/img-bg.png) no-repeat;*/
	margin: 14px;
}
.card-1:hover {
	/*background: url(../images/img-bg-side.jpg) no-repeat;*/
	height: 300px;
}
/*.card-body {
    width: 0;
    height: 0;
    border-top: 300px solid white;
    border-right: 300px solid transparent;
}*/
.card-body:hover {
	width: 0;
	height: 0;
	/*border-top: 300px solid black;
	border-right: 300px solid transparent;*/
}
.card-2 {
	width: 100%;
	height: 300px;
	/*background: url(../images/img-bg.png) no-repeat;*/
	margin: 14px;
}
.card-2:hover {
	/*background: url(../images/ksp-1.jpg) no-repeat;*/
	height: 300px;
}
/*.card-body {
    width: 0;
    height: 0;
    border-top: 300px solid white;
    border-right: 300px solid transparent;
}*/
.card-body:hover {
	width: 0;
	height: 0;
	/*border-top: 300px solid black;
	border-right: 300px solid transparent;*/
}
.bg-box-sec {
	/* background: #fc0; */
	border: 1px solid #ea5506;
	border: 1px solid #f3f3f3;
	animation: bounce 12.5s;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
	animation-iteration-count: infinite;
}
/*.box-boder:hover{ border: 2px dashed #e8e4e8;
    box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
    -webkit-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
    -moz-box-shadow: 0 8px 8px -2px rgba(221, 221, 221, 0.8);
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #b3adad;background:#fff; height:250px; width:100%;}*/
	
.box-boder {
	width: 100%;
}
.box-boder h2 {
	font-weight: bold;
	margin: 30% 14%;
	font-size: 24px;
	color: #ea5506;
}
.owl-theme {
 .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    [class*='owl-'] {
 transition: all .3s ease;
 &.disabled:hover {
 background-color: #D6D6D6;
}
}
}
}
#owl-demo.owl-theme {
	position: relative;
 .owl-next, .owl-prev {
 width: 22px;
 height: 40px;
 margin-top: -20px;
 position: absolute;
 top: 50%;
}
.owl-prev {
	left: 10px;
}
.owl-next {
	right: 10px;
}
}
.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;/* padding: 30px 50px;*/
}
.gallery-container h1 {
	text-align: center;
	margin-top: 50px;
	
	font-weight: bold;
}
.gallery-container p.page-description {
	text-align: center;
	margin: 25px auto;
	font-size: 18px;
	color: #999;
}
.tz-gallery {
	margin-bottom: -20px;
	padding: 0px 15px;
	margin-top: 20px;
}
/* Override bootstrap column paddings */
.tz-gallery .row > div img {
    padding: 7px;
    width: 100%;
}

a.lightbox img {
	width: 100%;
	height: 300px;
}
.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	
	content: '\e003';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}
.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	border: 0px;
	width: 100%;
	height: 97%;
	opacity: 0;
	background-color: rgba(216, 94, 13, 0.9);
	content: '';
	transition: 0.4s;
}
.tz-gallery .lightbox:hover:after, .tz-gallery .lightbox:hover:before {
	opacity: 1;
}
.baguetteBox-button {
	background-color: transparent !important;
}
.panel-default {
    border-color: transparent!important;
}
 @media(max-width: 767px) {
body {
	padding: 0;
}
.nav-bar i.fa.fa-times.fa-2x {
	padding: 40px 170px!important;
}
.box-boder h2 {
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}
}
/*.vertical-content-box{
    height: 500px;
    line-height: normal;
    /* text-align: center; 
    border: 2px dashed #f69c55;
}*/
/*=====================================vertical-align-horizental-align==================================*/
.bottom-left {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}
.bottom-right {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.bottom-center {
	height: 400px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}
.top-left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
.top-right {
	
display: table-cell;
    vertical-align: top;
    text-align: left;
    position: absolute;
    right: 0px;
    top: 0px;
}
.top-center {
	
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.middle-left {
	
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.middle-right { height:500px;	
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.middle-center {
	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/*=====================================vertical-align-horizental-align==================================*/
/*==============FaQ===================*/
.faq-content-1 {
    background: #000;
    border-radius: 15px;
    margin-top: 135px;
    margin-bottom: 35px;
}
/*==============FaQ-end===================*/
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid transparent!important;
}
	
.panel-default>.panel-heading:hover {
	padding: 15px 20px !important;
}
.panel-default>.panel-heading {
	background-color: black;
	border-color: #fff;
	color: #fff;
	padding: 0px 20px !important;
}
.subscribe button {
	margin-bottom: 30px!important;
}
.logo-box {
	margin-top: 26px;
	float: none;
	text-align: center;
	margin: 14px auto;
}
.box-padding {
	padding: 5px 0px;
}
.bg-inner.bg-innner select#sel1 {
	height: 40px!important;
	margin-left: 23px;
}
.text-right-side {
	margin-top: 15px;
}
.logo-box {
	margin-top: 26px;
	float: none;
	text-align: center;
	margin: 14px auto;
}
a.menu-mobile::before {
	display: none!important;
}
#sec-item-slider {
	padding: 50px 0px;
	background: #f2f2f2;
}
.card img {
	width: 100%;
	height: 300px;
	background: url(../images/img-bg.png) no-repeat;
	margin: 14px;
	padding: 33px;
}
.well-from.well-from.box-contact-from {
	background: #171616;
	padding: 25px;
	border-radius: 5px;
	/* box-shadow: 5px 5px 2px 1px; */
	margin-bottom: 20px;
	margin-top: 20px;
	height: 780px;
	margin-right: 50%;
}
.box-contact-from .form-control {
	box-shadow: none;
	border: 1px solid #6d6a6a;
	padding: 6px 20px;
	height: 50px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
}
.box-text h2 {
	margin-bottom: 0px !important;
}
.box-contact-from .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	background-color: #333;
	border: 1px solid #403c3c;/* border-radius: 4px; */
}
.datepicker.dropdown-menu {
	width: 210px !important;
}
.box-contact-from .btn.btn-primary {
	color: #e7e7e7;
}
.datepicker.dropdown-menu {
	width: 208px !important;
}
.logo-box {
	margin-top: 26px;
	float: none;
	/*    text-align:center;*/
	margin: 14px auto;
}
/*.bs-slider {
       max-height: 200px !important;
   }*/
body img {
	background-position: center center!important;
}
/*#navbar .sec-title {
	float: left;
	max-width: 20%;
	padding: 15px 0;
}
#navbar .sec-tags {
	float: right;
	min-width: 75%;
}*/
/*.img-block-right {
	padding-right: 0px;
}*/
@media (max-width: 1024px) {
section#slider-1 {
	top: -15px!important;
}
.menu > ul {
    margin-left: 60px!important;
}
.main_menu > li {
    
    padding-left: 7px!important;
    padding-right: 8px!important;
}
.logo {
    left: 10px!important;
}

.logo img {
    max-width: 75%!important;
}
/*---------------------header-----------------------	*/
.box-text h2 {
	font-size: 32px;
}
.box-text h2 {
	margin-bottom: 20px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 1.2;
	/* margin: 0 auto 14px; */
	color: #ffffff;
	font-weight: bold;
}
/*#navbar {
	top: -65px;
}
.sec-title, .sec-tags {
	display: inline-block;
}
#navbar .sec-title {
	padding: 15px 0;
	width: 30%;
}
#navbar .sec-title span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	color: #f2f2f2;
	padding: 0 15px;
	text-decoration: none;
	font-size: 15px;
}*/
.row.img-box-2 h2 {
	color: #F60;
	font-weight: bold;
	/* letter-spacing: 1px; */
    
	
}
/*#navbar .sec-tags {
	float: right;
	min-width: 70%;
}
#navbar .sec-tags a {
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: 21px;
}
#navbar .sec-tags a:hover {
	text-decoration: underline;
	background-color: inherit;
}
#navbar .sec-title .p-title {
	font-size: 20px;
	font-weight: bold;
}*/
.box-text h2 {
	font-size: 32px;
	color: #f60;
	margin-bottom: 25px;
	font-size: 45px;
	text-transform: capitalize;
}
a.accordion-toggle.collapsed {
	font-size: 16px;
}
a.accordion-toggle {
	font-size: 16px;
}
.panel-heading {
	padding: 0px 15px;
}	
section#products-1.products {
 color: #fff !important;
}
div#page {
	display: none!important;
}
nav:not(.mm) {
	display: none;
}
.header, .content, .footer {
	text-align: center;
}
.header, .footer {
	background: #4bb5ef;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.header a:before, .header a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}
h3, h4 {
	font-size: 32px;
	color: #F60;
	font-weight: bold;
	
}
.bg-btn {
	background: #000;
	border-radius: 5px;
	padding: 1px 3px;
	margin-left: -15px;
	color: #fff;
	margin-right: 2px;
	height: 50px;
	text-transform: capitalize;
}
}
/*@media (min-width: 768px) {
.navbar-header img {
	float: left;
	width: 70px !important;
	height: 70px!important;
	padding-top: 5px;
}
}*/
#slider-1:after {
	content: "";
	position: absolute;
	left: 0px;
	/* top: 380px; */
    /* top: 0px; */
	right: 0px;
	bottom: 15px;
	background: #fff;
	background-size: cover;
	-webkit-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	-moz-clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
	clip-path: polygon(0px 0px, 100% 100%, 0px 100%);
}
.image-block-content .feature-content {
	padding-left: 85px;
}
.sec12bg .btn-cart a.btn.addtocart {
	padding: 12px 40px !important;
}

/*---------------------------------------------*/
/*ul.navbar-right li span {
    color: #ffffff;
    font-size: 25px;
}*/
.cart i {
    font-size:25px;
}
.listing {
    margin: 35px 0px !important;
}
.space-top-heading {
    margin-top: 15px !important;
}
/*----------------------------------------------------*/

.single-contact {
    
    font-size: 13px;
    color: #555555;
    line-height: 1.8;
}
.w-size6 ul li a {
    
    font-size: 13px;
    color: #555555;
    line-height: 1.8;
}

#mrp_price {
/*    color: red;*/
    
    font-size: 19px!important;
/*    color: #888888!important;*/
    line-height: 1.8;
    font-family: 'Atami Regular' !important;
}


    /*[ Restyle Select2 ]
///////////////////////////////////////////////////////////
*/
/* Select2 */
.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 20px;
  outline: none;
  position: relative;
}

/* in select */
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  
  line-height: 20px;
  color: #888888;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 8px;
}

/* dropdown option */
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background-color: white;
}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.select2-container .select2-results__option[aria-selected="true"] {
  background-color: #e65540;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #e65540;
  color: white;
}

.select2-results__options {
  font-size: 13px;
  
  color: #888888;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  
  font-size: 13px;
  color: #888888;
}

/*[ rs1-select2 ]
-----------------------------------------------------------
*/
.rs1-select2 .select2-container {
  margin-left: 26px;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 20px;;
}

/*[ rs2-select2 ]
-----------------------------------------------------------
*/
.rs2-select2 .select2-container .select2-selection--single {
  background-color: white;
  height: 50px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #555555;
  padding-left: 22px ;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

#dropDownSelect2 .select2-results__options {
  color: #555555;
}

#dropDownSelect2 .select2-search--dropdown .select2-search__field {
  color: #555555;
}



/*[ rs3-select2 ]
-----------------------------------------------------------
*/
.rs3-select2 .select2-container .select2-selection--single {
  height: 45px;
}

.rs3-select2 .select2-selection__arrow b {
  display: block;
}

.rs3-select2 .select2-selection__arrow:after {
  display: none;
}

/*[ rs4-select2 ]
-----------------------------------------------------------
*/
.rs4-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px ;
}

.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}
/*CcBb start*/
.navbar-default {
	background-color: #fff !important;
	border-color: #fffefe;
}
.navbar-default .navbar-nav a {
    
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}    
.navbar-default.navbar{ margin-bottom: 0px;}

ul.nav.navbar-nav {
	margin-top: 5px;
}
.dropdown-menu {
	padding: 0px 0 !important;
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}
.navbar-default .dropdown-menu > li > a {
    text-transform: none;
	display: block;
	padding: 9px 20px;
	clear: both;
	line-height: 1.428571429;
	border-bottom: 1px dotted #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > .active > a:hover {
	text-decoration: none;
}
/*.dropdown-menu > li > a:hover {
	color: #00903c;
}*/
.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;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a::after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
header.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0px !important;
}
.wrap-slick1.col-md-12{padding:0; width: 100%; float: left;}
.breadcrumb {
    display: inline;
    background-color: transparent;
    margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff !important;
	content: '>';
	float: none;
	font-size: 1.25rem;
}
.breadcrumb-item,
.breadcrumb-item a, .breadcrumb-item a:visited,
.breadcrumb-item.active {
	color: #fff !important;
	font-size: 1.25rem;
}
/*End of CcBb*/











