@charset "UTF-8";

/*
Theme Name: Bicree
Theme URI: http://bicree.com/
Author: Bicree team
Author URI:
Description: Bicree is emerging as a leading logistics platform, which provides you with quality automated shipping solutions. Our services offer you opportunities to ship anywhere in India and abroad using trusted courier companies, at an affordable cost. When Bicree was started, we had a dream to sail across the land and to be able to deliver all over the globe from our centralized warehouse.
Tags: bicree, logistics, shipping, integration, ai based
*/
.entry-title {
  display: none;
}
body, .footer {
	background: #19181a !important;
	color: #b0aba0 !important;
}
.footercurve .curveLeftHolder svg, .footercurve .curveRightHolder svg {
	fill: #19181a !important;
}
.footercurve .curveCenterHolder {
	background: #19181a !important;
}
.videosection video {
	width: 100.20%;
}
.navigationbar .navbar-inverse .navbar-nav>li>a {
	color: #f0f0f0;
    color: #b0aba0 !important;
	color: #f6f7f8 !important;
}
.topheader {
    background: transparent !important;
    padding: 10px 0 !important;
	padding-top: 15px !important;
}
.topheader a {
    color: #f6f7f8 !important;
	transition: all 0.4s;
}
.topheader a:hover {
/* 	#f15e33 */
	color: var(--web-main-color) !important;
	transition: all 0.4s;
}
.footer, .footer ul a, .copyright a {
	color: #f6f7f8 !important;
}
.footer .footer-title {
    font-size: 18px;
    font-family: inherit !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: inherit !important;
    position: relative;
}
.footer .footer-title::before {
	height: 2px !important;
}
.navigationbar .navbar-inverse .navbar-nav>li>a:after {
	background: #f15e33 !important;
}
.footer .copyright {
	border-top: 1px solid #f05435 !important;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #b0aba0 !important;
}
.footer .social-media a {
	color: #b0aba0 !important;
	transition: all 0.4s;
}
.footer .social-media.m-l-15 {
	margin-left: 15px;
}
.footer ul a {
	font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;	
	color: #b0aba0 !important;
	transition: all 0.4s;
}
.footer .social-media a {
	margin-bottom: 5px;
	display: inline-block;
}
.footer ul a:hover, .footer .social-media a:hover {
	transition: all 0.4s;
	color: #f5802b !important;
}

figure.snip1206 {
/*   font-family: 'Raleway', Arial, sans-serif; */
  color: #fff;
  position: relative;
  overflow: hidden;
/*   margin: 10px; */
/*   min-width: 220px; */
/*   max-width: 310px; */
/*   max-height: 220px; */
  width: 100%;
/*   color: #000000; */
  text-align: center;
	margin-bottom: 20px;
}
figure.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1206 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1206 img {
    filter: invert(0);
}
figure.snip1206:after {
  background: #ffffff;
  background: #ff870d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.85;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1206 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.snip1206 h2,
figure.snip1206 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1206 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
figure.snip1206 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1206:hover:after,
figure.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2,
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2 {
  opacity: 1;
}
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  opacity: 1;
}