@import url("./root-variables.css");
@import url("./custom-margin-padding.css");

/* Font Face Imports */
@font-face {
  font-family: 'now-regular';
  src: url("../fonts/now-regular.otf");
}
@font-face {
  font-family: 'now-medium';
  src: url("../fonts/now-medium.otf");
}
@font-face {
  font-family: 'now-light';
  src: url("../fonts/now-light.otf");
}
@font-face {
  font-family: 'now-thin';
  src: url("../fonts/now-thin.otf");
}
@font-face {
  font-family: 'segoe-ui';
  src: url("../fonts/segoe-ui.ttf");
}
/* Font Face Imports */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "segoe-ui";
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

/* Common CSS */
/* ==============================Text Selection Color===================================== */
::selection {
  background: var(--selection-color);
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background: var(--selection-color);
  /* Firefox */
  color: #000;
  text-shadow: none;
}
::-webkit-selection {
  background: var(--selection-color);
  /* Safari */
  color: #000;
  text-shadow: none;
}
/*------------- #Styles for Text Selection --------------*/

/* ===============================Container Spacing  Classes=========================================*/
.containspacing { padding: 15px 0px; }
.containspacing1 { padding: 30px 0px; }
.containspacing2 { padding: 50px 0px; }
.containspacing3 { padding: 100px 0px; }
.containspacing-t-b { padding-top: 30px; padding-bottom: 50px; }
/* ===============================Container Spacing  Classes End=========================================*/

.img-responsive {
  width: 100%;
  height: auto;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: 999999;
  overflow: hidden;
  width: 100%;
}
.preloader img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.heading-title {
  font-family: 'now-medium';
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  color: #f7941e;
	color: var(--web-main-color);
}
.heading-title .spantext {
  color: #000;
  text-transform: uppercase;
}
.blackcolor {
  color: #000;
}
.heading-title span {
	color: var(--web-main-color) !important;
}

/* Common CSS */

/* Top Header */
.topheader {
  background: var(--web-main-color);
  padding: 5px 0;
}
.topheader a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.topheader a i {
  display: inline-block;
  margin-right: 5px;
}
.topheader .contact-info {

}
.topheader .social-media {
  text-align: right;
}
.topheader .seperator {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
  margin-left: 10px;
}

/* Navigation */
.navigationbar {
  padding: 20px 0;
}
.navigationbar .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border: 0;
  /*margin-top: 1%;*/
}
.navigationbar .navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
.navigationbar .navbar-inverse .navbar-nav>li>a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
  /*letter-spacing: 0.15em;*/
  display: inline-block;
  padding: 15px;
  position: relative;
}
.navigationbar .navbar-inverse .navbar-nav>li>a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #f7941e;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.navigationbar .navbar-inverse .navbar-nav>li>a:hover:after {
  width: 100%;
  left: 0;
}
.dropdown-menu>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s;
  font-size: inherit;
  font-size: 15px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--web-main-color);
  transition: all 0.4s;
}

/* Welcome Section */
.welcomesec {
  background: url("/web/20240930093033im_/https://bicree.com/wp-content/themes/bicree/assets/images/welcome_sec.jpg");
  /* opacity: 0.3; */
  position: relative;
  background-size: cover;
  color: #fff;
  font-size: 20px;
}
.welcomesec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f7941ec2;
  top: 0;
}
.welcomesec .heading-title {
  color: #fff;
}

/* Who We Are */
.whoweare {
  /*background: url("/web/20240930093033im_/https://bicree.com/wp-content/themes/bicree/assets/images/shutterstock_234753442.jpg");*/
  background: url("/web/20240930093033im_/https://bicree.com/wp-content/themes/bicree/assets/images/whowearebg.jpg");
  background-position: 50% -67.9679px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.whoweare .truck {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 9;
  width: 30%;
}

/* Who Can Use */
.whocanuse {
  background-image: url("/web/20240930093033im_/https://bicree.com/wp-content/themes/bicree/assets/images/truck.png");
  position: relative;
}
.orangecolor {
  background: var(--web-main-color);
}
.orangecolor .heading-title, .orangecolor p {
  color: #fff;
}
.whocanuse .man1, .whocanuse .man2, .whocanuse .boxes {
  position: absolute;
}
.whocanuse .man1 {
  top: -30px;
  left: 0;
}
.whocanuse .man2 {
  bottom: -40px;
  right: 0;
}
.whocanuse .boxes {
  bottom: -60px;
  left: 10px;
}
.whocanuse .title {
  font-size: 22px;
  letter-spacing: 1.1px;
}
.whocanuse ul.checkmark {
  list-style: none;
  padding-left: 0;
  color: #fff;
}
.whocanuse ul.checkmark li {
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
}
.whocanuse ul.checkmark li:before {
  content: '✓';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
}
.whocanuse .bor-bot {
  border-bottom: 1px solid #fff;
}
/*.whocanuse ul.checkmark {
  list-style: none;
  padding: 0;
  color: #fff;
}
ul.checkmark li:before {
  content: '✓';
}*/

/* Shipping Easy */
.shippingeasy {
  width: 100%;
  position: relative;
  display: flex;
}
.shippingeasy::before, .shippingeasy::after {
  content: '';
  display: table-cell;
  clear: both;
}
.shippingeasy .width-60 {
  width: 60%;
  float: left;
  background: #f7941e;
  color: #fff;
  padding: 50px;
}
.shippingeasy .width-40 {
  width: 40%;
  float: left;
  padding: 50px;
  background: #7c7c7c;
  color: #fff;
}
.shippingeasy .width-40 h2 {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
}
.shippingeasy .width-40 h2 span.spantext {
  color: var(--web-main-color);
  text-transform: uppercase;
}
.shippingeasy .width-40 h2 span.smalltext {
  font-size: 35px;
}
.shippingeasy .solutionbox {
  text-align: center;
  margin-bottom: 30px;
}
.shippingeasy .solutionicon {
  font-size: 30px;
}
.shippingeasy .solutiontitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
}
.shippingeasy .solutionpara {
  font-size: 16px;
}

/* What We Offer */
.whatweoffer .servicebox {
  border: 1px solid #f7941e;
  padding: 30px;
  text-align: center;
  box-shadow: 1px 1px 10px #ddd;
  border-radius: 5px;
  margin-top: 30px;
  transition: all 0.4s;
  cursor: pointer;
}
.whatweoffer .servicebox:hover {
  transform: scale(1.02);
}
.whatweoffer .servicebox .icon svg {
  /*font-size: 25px;
  color: var(--web-main-color);*/
  width: 50px;
  height: 50px;
  fill: var(--web-main-color);
}
.whatweoffer .servicebox .servicedetail .title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
}
.whatweoffer .row, .whatweoffer .col-md-4 {
  display: flex;
}

/* Counts */
.counts {
  /*height: 500px;*/
  background: url("/web/20240930093033im_/https://bicree.com/wp-content/themes/bicree/assets/images/truck-appreciation-week.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.counts::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f7941ea3;
  top: 0;
}
.counts h5 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.counts h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
.counts blockquote {
  color: #fff;
}
.counts .countbox {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  background: #ffffff40;
  padding: 10px;
  border: 1px solid #ffffff70;
  border-radius: 5px;
}
.counts .number {
  font-size: 45px;
  font-weight: 500;
}
.counts .title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

/* Zone Information */
.zoneinfo .kc_title {
  margin: 0;
}
ul.nav.nav-pills {
  background: var(--web-main-color);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background: #fff;
  color: #000;
  border: 1px solid var(--web-main-color);
  border-bottom: 0;
  border-radius: 0;
}
.nav-pills>li.active i {
  color: var(--web-main-color);
}
.nav>li>a:focus, .nav>li>a:hover {
  background: var(--web-main-color);
}
.nav-pills>li>a {
  color: #fff;
}
.tab-pane {
  border: 1px solid #f7941e;
  border-top: 0;
  padding: 20px;
  min-height: 110px;
}
.zoneinfo i.fa.fa-map-marker {
  display: inline-block;
  margin-right: 10px;
  color: var(--web-main-color);
}

/* Delivery Partners */
.delivery-partners {
  background: url("/web/20240930093033im_/https://bicree.com/wp-content/themes/bicree/assets/images/boxes.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  /*background: url("/web/20240930093033im_/https://bicree.com/wp-content/themes/bicree/assets/images/undraw_logistics_x4dc.svg"), url("/web/20240930093033im_/https://bicree.com/wp-content/themes/bicree/assets/images/airplane.png");
  background-position: right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: 30%;
  min-height: 500px;*/
}

/* Our Clients */
.ourclients {
  position: relative;
}
.ourclients .airplane {
  position: absolute;
  width: 30%;
  top: -40px;
  left: -120px;
}
.ourclients img.logo {
  /*border: 1px solid #f7941e;*/
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  width: 80%;
  box-shadow: 1px 1px 11px #f7941e;
  margin-top: 20px;
  transition: all 0.4s;
  cursor: pointer;
}
.ourclients img.logo:hover {
  transform: scale(1.1);
}

/* Contact Us */
.contactheader h2 {
  font-family: 'now-medium';
  font-weight: 500;
  text-transform: capitalize;
  color: var(--web-main-color);
  line-height: 45px;
  text-align: center;
}
.contactheader p {
  text-align: center;
  width: 70%;
  margin: auto;
}
.contactheader .contactsec {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 10px #e3e3e3;
	background: #242424;
    border: 1px solid #646464;
    padding: 40px 0;
    box-shadow: 1px 1px 6px 0px #606060;
    margin-bottom: 40px;
    min-height: 260px;
    border-radius: 15px;
}
.contactheader .form-control {
  background: #f9f9f9;
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  color: #666;
  border-radius: 0;
  padding: 6px 20px;
	border: 1px solid #19181a;
    background: #19181a !important;
	font-size: 16px;
}
.contactheader textarea.form-control {
  height: 90px;
  resize: none;
}
.contactheader .submitbtn {
  background: var(--web-main-color);
  border: 1px solid var(--web-main-color);
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.4px;
  transition: all 0.4s;
	background: var(--web-main-color);
    border: 1px solid var(--web-main-color);
    padding: 10px 20px;
    border-radius: 34px;
}
.contactheader .submitbtn:hover {
  text-decoration: none;
  transition: all 0.4s;
  color: var(--web-main-color);
  background: transparent;
	color: var(--web-main-color);
}
.contactheader .addressdet .icon {
  color: var(--web-main-color);
  font-size: 27px;
  margin-bottom: 10px;
}
.contactheader .addressdet .icon i {
  border: 1px solid var(--web-main-color);
  padding: 14px 13px;
  border-radius: 50%;
  background: var(--web-main-color);
  color: #fff;
/*   box-shadow: 1px 1px 10px 2px #ddd; */
  width: 60px;
  height: 60px;
}
.contactheader .addressdet .address {
  font-size: 23px;
  margin-top: 20px;
  color: var(--web-main-color);
  font-weight: 500;
  font-family: 'now-medium';
  letter-spacing: 1.1px;
}
.contactheader .contactsec a {
/*   color: inherit; */
  text-decoration: none;
}

/* Footer CSS */
.footercurve {
  height: 14px;
  width: 100%;
  line-height: 14px;
  position: relative;
  clear: both;
}
.footercurve .container {
  padding: 0 50px;
}
.footercurve .curveLeftHolder {
  float: left;
  margin-left: -50px;
}
.footercurve .curveRightHolder {
  float: right;
  margin-right: -50px;
}
.footercurve .curveLeftHolder svg, .footercurve .curveRightHolder svg {
  fill: var(--web-main-color);
}
.footercurve .curveCenterHolder {
  background: var(--web-main-color);
  height: 14px;
  line-height: 14px;
}
.footer {
  background: var(--web-main-color);
  color: #fff;
  padding-bottom: 20px;
}
.footer .abtcontent {
  margin-top: 10px;
  text-align: justify;
}
.footer .footer-title {
  font-size: 18px;
  font-family: 'now-regular';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  position: relative;
}
.footer .footer-title::before {
  content: '';
  background: #fff;
  height: 3px;
  width: 30px;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.footer .copyright {
  margin: 0;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 20px;
}
.footer ul {
  display: block;
  margin-top: 25px;
  padding-left: 5px;
  list-style: none;
  font-size: 17px;
}
.footer ul a, .copyright a {
  color: #fff;
  text-decoration: none;
}
.footer .social-media {
  margin-top: 25px;
  font-size: 20px;
}
.footer .social-media a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.footer .footersignupbtn {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 14px 32px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.4s;
  margin-top: 25px;
}
.footer .footersignupbtn:hover {
  text-decoration: none;
  background: #ffffff1c;
  background: transparent !important;
}


.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.signupbtn {
  display: inline-block;
  padding: 0.75rem 3.25rem;
  border-radius: 10rem;
  /*color: var(--web-main-color);*/
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 20px;
  /*border: 1px solid var(--web-main-color);*/
  border: 1px solid #fff;
}
.signupbtn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #0cf;*/
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}
.signupbtn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  /*background-color: #008fb3;*/
  /*background-color: var(--web-main-color);*/
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.signupbtn:hover {
  /*color: #fff;*/
  color: var(--web-main-color);
  text-decoration: none;
}
.signupbtn:hover:before {
  width: 100%;
}

#popup_title {
  background: var(--web-main-color);
  border-color: var(--web-main-color);
}
#popup_container {
  border-color: var(--web-main-color);
}
#popup_container INPUT[type='button'] {
  background: var(--web-main-color);
  border-color: var(--web-main-color);
}
.owl-carousel {
	overflow: hidden;
}

.owl-carousel .owl-item img {
    border-radius: 50%;
    border: 6px solid #fff;
}
.owl-carousel.deliverypartners-carousel .owl-item img {
    border-radius: 50%;
    border: 6px solid #f7941ec2;
    box-shadow: 1px 1px 10px #eee;
    padding: 10px;
}

.powerbusinesstext {
  font-size: 30px;
  text-align: center;
  font-style: italic;
  font-family: 'now-regular';
  font-weight: 600;
  color: var(--web-main-color);
  letter-spacing: 1.9px;
}


.padleftbicree {
  padding-left: 40px;
}
.padrightbicree {
  padding-right: 40px;
}
hr {
  border-top: 1px solid #f7941e96;
}
.orangecolor hr {
  border-top: 1px solid #ffffff6e
}
h2 {
  margin-top: 0;
}
.orangecolor h3, .orangecolor ol {
  color: #fff;
}
ol {
  padding-left: 18px;
}
.spantext {
  color: #000;
  text-transform: uppercase;
}

.bicreeplus.signupbtn {
    display: inline-block;
    padding: 0.75rem 3.25rem;
    border-radius: 10rem;
    color: var(--web-main-color);
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
    border: 1px solid var(--web-main-color);
}
.bicreeplus.signupbtn:hover {
    text-decoration: none;
}
.bicreeplus.signupbtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    /* background-color: #008fb3; */
    background-color: var(--web-main-color);
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.bicreeplus.signupbtn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #0cf; */
    background-color: transparent;
    border-radius: 10rem;
    z-index: -2;
}

.logobox {
/*   margin-top: 30px; */
  text-align: center;
/*   border: 1px solid #eee; */
  padding: 15px;
  border-radius: 5px;
/*   box-shadow: 0px 0px 18px #e3e3e3; */
}
.logobox img {
  width: 50%;
}
.clientslogo img {
	width: 100%;
}
.logobox p {
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
}
.integrationimg {
display: none;
}
.footer .footersignupbtn {
    display: inline-block;
    color: #fff;
    border: 2px solid var(--web-main-color);
    padding: 3px 11px 7px;
    width: 50%;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s;
    margin-top: 25px;
    letter-spacing: 1px;
    border-radius: 34px;
    background: var(--web-main-color) !important;
}
.footer .abtcontent {
    margin-top: 25px;
    text-align: justify;
    color: #b0aba0 !important;
}
.truckimgfilter, figure img {
	filter: invert(1);
}
.counts1 {
	background-image: none;
}
.counts1::before {
	background: none;
}
.startshipping .contactheader, .shipfaster .contactheader {
	margin-top: 20px;
}
.startshipping .contactheader a:first-child {
	margin-right: 20px;
}
.contactheader .submitbtn {
	padding: 6px 32px 3px;
}
.startshipping .contactheader .submitbtn {
	padding: 6px 32px;
	padding: 6px 15px;
    width: 170px;
}
.text-left-imp {
	text-align: left !important;
}
.stepsbox {
	text-align: center;
}
.stepsbox h4 {
	font-family: 'now-medium';
    font-size: 22px;
    color: var(--web-main-color);
}
.stepsbox svg {
	width: 70%;
    height: 200px;
    margin: auto;
}



#hero-wrapper {
	background: #fff;
}
/* #hero-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
}
#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 100%;
  width: 100%;
  position: absolute;
} */
#hero-carousel .carousel-inner {
	height: 450px;
	overflow: hidden;
}
#hero-carousel img {
/*   left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto; */
	width: 100%;
	height: auto;
	height: 450px;
	object-fit: fill;
}
#hero-carousel i {
  position: absolute;
  top: 50%;
}
#hero-carousel .item {
	position: relative;
	margin: 0;
}
#hero-carousel .item .text-typing-container {
	position: absolute;
	font-size: 30px;
	color: var(--web-main-color);
    font-family: 'now-medium';
	width: 50%;
}
/* #hero-carousel .item .text-typing-container span {
    float: left;
} */
#hero-carousel .item .text1 {
	top: 40%;
	right: 13%;
}
#hero-carousel .item .text2 {
	top: 40%;
	left: 15%;
}
#hero-carousel .item .text3 {
	top: 40%;
	left: 15%;
}
.text-typing-container {
  display: inline-block;
}
.text-typing-container span {
/*     width: 27%; */
/*     float: left; */
    display: inline;
}
.typed-out { 
	display: inline;	
}
/* .typed-out {
  overflow: hidden;
  border-right: .15em solid orange;
  white-space: nowrap;
  animation: typing 2.5s steps(50, end) forwards;
  font-size: 30px;
	width: 0;
	width: 40%;
	float: left;
	display: inline-block;
} */
/* @keyframes typing {
  from { width: 0 }
  to { width: 55% }
} */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
	margin-right: 0 !important;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.pad-topfor-img {
	padding-top: 25%;	
}
.pad-topfor-imgintegrate {
	padding-top: 10%;
}
.loginbtn {
	background: var(--web-main-color);
    padding: 4px 16px 7px;
    border-radius: 9px;
    border: 1px solid var(--web-main-color);
}
.signupbtn-head {
	border: 1px solid var(--web-main-color);
    padding: 5px 20px 7px;
    border-radius: 8px;
    background: #f47c2c3d;
}
a.loginbtn:hover, a.signupbtn-head:hover {
	color: #fff !important;
	background: transparent;
	transition: all 0.5s;
}

.multiplesegment-carousel img {
	border-radius: 0 !important;
}