/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
}

.app-brand-logo.demo svg {
  width: 1.7rem;
  height: 1.7rem;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.45px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.project-overview {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #e8ebf2;
  border-radius: 8px;
  background-color: #fff
}

.project-overview p {
  color: #8392a5;
  font-weight: 500
}

.project-overview .row>div+div {
  border-left: 1px solid #e8ebf2
}

.apex-circle svg .apexcharts-legend.left .apexcharts-legend-series {
  margin: 0 10px !important
}

.apex-circle svg .apexcharts-legend-marker {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100% !important;
  margin-right: 8px
}

.apex-circle svg .apexcharts-legend-text {
  font-size: 12px !important
}
#companies {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-title {
  font-size: 20px;
  font-weight: 600;
  margin: -5px 0 15px;
}
.section-title p{
  background-color: #000;
  color: #FFCD28;
  font-size: 25px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  padding-right: 23px;
  margin: 0;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
}
.section-title a.pull-right {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  border: 1px solid #ccc;
  padding: 8px 15px;
  line-height: 16px;
  margin: -7px 0;
  border-radius: 3px;
}
.section-title a.pull-right:hover,
.section-title a.pull-right:focus {
  text-decoration: none;
  background: #fff;
  color: #212121;
}
.section-title small {
  margin-left: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
.up{margin-top: 12px;}
.down{margin-top: 42px;}

.wrap-up {margin-top: 20px !important;}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.features-wrap .single-feature {
  max-width: 100% !important;
}
.spacer-20{
  margin-top:20px
}

.btn-primary{
  background-color: #FFCD28 !important;
  border-color:#FFCD28 !important;
  color:#333333 !important;
}
.btn-primary:hover{
  color:#ffffff !important;
}

.btn-create-account{
  background-color: #E3E9ED !important;
  border-color:#E3E9ED !important;
  color:#333333 !important;
}
.btn-create-account:hover{
  color:#FFFFFF !important;
  background-color: #333333 !important;
}

.btn-primary{
  background-color: #FFCD28 !important;
  border-color:#FFCD28 !important;
  color:#333333 !important;
}
.btn-primary:hover{
  color:#ffffff !important;
}
.login-wrapper .bg-blue{
  background:#ffcc28 !important;
}
.lab {
  color: #FFFFFF !important;
}
.dot {
  height:10px;
  width:10px;
  border-radius:50%;
  display:inline-block
}
.green {
  background-color:#37bc9b
}
.red {
  background-color:#fc4b4b
}
.pagination .page-item .page-link {
  color: #242a30;
  background: #e2e7eb;
  border-color: #d8dde1;
}
.shipping-steps{}
.shipping-steps-inner{border: 1px solid #e1e1e1; padding: 10px; text-align: center !important;}
.shipping-summary{}
.shipping-summary-wrap{border: 1px solid #e1e1e1; padding: 10px; text-align: center !important;}

.product-steps{}
.product-steps-inner{border: 1px solid #e1e1e1; padding: 10px; text-align: center !important;}
.product-summary{}
.product-summary-wrap{border: 1px solid #e1e1e1; padding: 10px; text-align: center !important;}

.bg-grey{background: #FFFFFF !important;}
.bg-intro{
  background-image: url('../img/home/courier.jpg');
  padding: 20px;
}
.bg-full{
  background-image: url('./img/home/warehouse.jpg');
  padding: 20px;
}
.bg-sell{
  background-image: url('./img/home/sell.jpg');
  padding: 20px;
}
#graphpromo .promoContainer .promotitle {
  font-size: 2.6rem !important;
  color: #ffffff;
  font-weight: 900;
  margin: 10px 0px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  background-color: #000000;
  border-radius: 6px;
  padding: 3px;
}
.hr-text > :first-child {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  color: #ffffff;
  vertical-align: middle;
  background-color: #212121;
}

.features-wrap .single-feature {
  position: relative;
  padding: 0 30px !important;
}

.hr-text {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;}
.hr-text.hr-text-center {
  text-align: center; }
.hr-text.hr-text-center > *:first-child {
  padding-left: 1em; }
.hr-text.hr-text-right {
  text-align: right; }
.hr-text.hr-text-right > *:first-child {
  padding-left: 1em;
  padding-right: 0; }
.hr-text:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #383838; }
.hr-text > *:first-child {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 1em;
  color: #ffffff;
  vertical-align: middle;
  background-color: #212121; }

.wrapper{background-color: #FFFFFF !important}

a{color:#333333 !important;}

.features-list-icon {
  appearance: none;
  background-size: 10px;
  line-height: normal !important;
  height: 40px;
  padding: 0 30px 0 10px;
  border-radius: 3px;
  border-color: #d9d9d9;
}
icon-5{
  background: #ffffff url('../images/plus.svg') no-repeat right 8px center;
}


.item {
  background: #fff;
}
/*.item.item-thumbnail{*/
/*-webkit-border-radius: 3px;*/
/*-moz-border-radius: 3px;*/
/*border-radius: 3px;*/
/*border: 1px solid #c5ced4;*/
/*}*/
.item.item-thumbnail a,
.item.item-thumbnail a:hover,
.item.item-thumbnail a:focus,
.ais-hits .ais-hits--item .hit .product-picture-wrapper .product-picture a,
.ais-hits .ais-hits--item .hit .product-picture-wrapper .product-picture a:hover,
.ais-hits .ais-hits--item .hit .product-picture-wrapper .product-picture a:focus{
  text-decoration: none;
}
.item.item-thumbnail .item-image, .ais-hits .ais-hits--item .hit .product-picture-wrapper .product-picture {
  height: 150px;
  text-align: center;
  display: block;
  position: relative;
}
.item.item-thumbnail .item-image .discount {
  position: absolute;
  bottom: 0;
  right: 15px;
  line-height: 20px;
  padding: 2px 10px;
  color: #fff;
  background: #2d353c;
  font-weight: 600;
  font-size: 13px;
}
.item.item-thumbnail .item-image img, .ais-hits .ais-hits--item .hit .product-picture-wrapper .product-picture img {
  max-width: 100%;
  max-height: 100%;
  border-radius:100%
}
.item.item-thumbnail .item-info {
  padding: 15px;
  text-align: center;
}
.item.item-thumbnail .item-title,.ais-hits .ais-hits--item .hit .product-desc-wrapper .product-name {
  margin: 0 0 3px;
}
.item.item-thumbnail .item-title,
.item.item-thumbnail .item-title a
.ais-hits .ais-hits--item .hit .product-desc-wrapper .product-name{
  font-weight: 600;
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.item.item-thumbnail .item-title a:hover,
.item.item-thumbnail .item-title a:focus {
  color: #f59c1a;
}
.item.item-thumbnail .item-brand {
  text-align: center;
}
.item.item-thumbnail .item-brand,
.item.item-thumbnail .item-brand a {
  font-weight: 900;
  color: #313131;
  font-size: 14px;
  line-height: 16px;
  max-height: 36px;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.item.item-thumbnail .item-desc, .ais-hits .ais-hits--item .hit .product-desc-wrapper .product-type {
  margin: 0;
  font-size: 12px;
  color: #707478;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item.item-thumbnail .item-discount-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.item.item-thumbnail .item-price {
  margin: 3px 0;
  font-size: 16px;
  color: #f59c1a;
  font-weight: 600;
}



/*--------------------------
      Video
--------------------------*/
.video__btn {
  position: relative;
}

.popup-video {
  text-align: center;
  display: inline-block;
  position: relative;
}

.popup-video .video__player {
  font-size: 18px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #feee28;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.popup-video .video__player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2px solid #feee28;
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}

.popup-video .video__player-animation-2 {
  animation-delay: 1s;
}

.popup-video .video__player-animation-3 {
  animation-delay: 1.8s;
}

.popup-video .video__player-title {
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}

.popup-video:hover .video__player-animation {
  opacity: 0;
  animation-play-state: paused;
}

.video__btn-white .video__player {
  background-color: #ffffff;
  color: #000000;
}

.video__btn-white .video__player-animation {
  border-color: #ffffff;
}

.video__btn-left-bottom {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.video__btn-right-center {
  position: absolute;
  top: 50%;
  right: -37px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-banner {
  padding: 225px 0;
  border-radius: 5px;
}

@media only screen and (max-width: 992px) {
  .video__btn-right-center {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-banner {
    padding: 130px 0;
  }

  .popup-video .video__player {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .video-banner {
    padding: 80px 0;
  }
}


/*-----------------------
    banner
------------------------*/
.background-banner {
  min-height: 400px;
}

.banner-1 .inner-padding {
  padding: 130px 120px 130px 80px;
}

.banner-1 .heading i {
  font-size: 80px;
  display: block;
  color: #ff5e14;
  margin-bottom: 30px;
}

.banner-1 .btn {
  width: 270px;
}

.banner-1 .background-banner {
  min-height: 500px;
}

.banner-1 .skills-panel {
  position: absolute;
  left: -100px;
  top: 130px;
  z-index: 3;
  max-width: 500px;
}

.banner-1 .skills-panel .heading .heading__title {
  font-size: 25px;
  margin-bottom: 15px;
}

.banner-1 .skills-panel .heading__desc {
  font-size: 14px;
  line-height: 23px;
}

.banner-2 .inner-padding {
  padding: 120px 50px 110px;
}

.banner-2 .heading__title {
  margin-bottom: 31px;
}

.banner-2 .list-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.banner-2 .list-items li {
  flex-basis: 50%;
}

.banner-3 .inner-padding {
  padding: 110px 70px;
}

.banner-3 .heading__desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.banner-3 .counter-item {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1400px) {
  .banner-1 .inner-padding {
    padding: 130px 120px 130px 100px;
  }

  .banner-2 .inner-padding {
    padding: 120px 120px 110px 120px;
  }

  .banner-3 .inner-padding {
    padding: 40px 100px 0px 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-3 .counter-item h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-1 .skills-panel {
    position: static;
    margin: 30px 15px;
  }

  .banner-3 .counter-item h4 {
    font-size: 22px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner-1 .skills-panel {
    position: static;
    margin: 30px 15px;
  }

  .banner-3 .counter-item h4 {
    font-size: 20px;
  }
}
.bg-theme {
  background-color: #FFCC28 !important;
}

.bg-theme-video {
  background-color: #F1F1F1 !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}
.mb-50 {
  margin-bottom: 50px !important;
}

.mb-30 {
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}
.pb-10 {
  margin-top: 40px !important;
}

.heading__subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  display: inline-block;
  margin-bottom: 13px;
}

.heading__title {
  font-size: 33px;
  margin-bottom: 15px;
}

.heading__desc {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.divider__line+.heading__desc {
  margin-top: 18px;
}

.heading .divider__line:after {
  width: 40px;
}

.heading-2 .heading__title {
  font-weight: 700;
}

.heading-3 .heading__subtitle {
  margin-bottom: 17px;
}

.heading-3 .heading__title {
  font-size: 37px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
}

.heading-white .heading__subtitle {
  color: #000000;
}

.heading-white .heading__title,
.heading-white .heading__desc {
  color: #000000;
}

.text__block-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
}

.text__block-2 {
  position: relative;
}

.text__block-2 .text__block-title {
  position: absolute;
  top: 0;
  left: 0;
}

.text__block-2 .text__block-desc {
  padding-left: 220px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}

.text__link a {
  color: #000000;
  border-bottom: 2px solid #000000;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

.text__link:hover a {
  color: #ff5e14;
  border-bottom: 2px solid #ff5e14;
}

.text__link a.color-theme {
  border-bottom-color: #ff5e14;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading__title {
    font-size: 30px;
  }

  .heading-3 .heading__title {
    font-size: 34px;
    line-height: 43px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .heading-2 .heading__title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .heading-3 .heading__title {
    font-size: 29px;
    font-weight: 600;
    line-height: 40px;
  }

  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .text__block-2 .text__block-title {
    position: static;
  }

  .text__block-2 .text__block-desc {
    padding-left: 0;
  }

  .text__link {
    font-size: 12px;
    font-weight: 600;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .heading-2 .heading__title {
    font-size: 25px;
  }

  .heading-2 .heading__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}
/*-----------------------
    Counters
-----------------------*/
.counter-item h4 {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 10px;
}

.counter-item .counter__icon {
  line-height: 1;
  margin-bottom: 23px;
}

.counter-item .counter__icon i {
  font-size: 50px;
}

.counter-item .counter__desc {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.counters-white h4,
.counters-white .counter__icon,
.counters-white .counter__desc {
  color: #000000;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .counter-item {
    margin-bottom: 30px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .counter-item .counter__icon {
    margin-bottom: 15px;
  }

  .counter-item .counter__icon i {
    font-size: 45px;
  }

  .counter-item h4 {
    font-size: 35px;
  }

  .counter-item .counter__desc {
    font-size: 13px;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .counter-item .counter__icon {
    margin-bottom: 15px;
  }

  .counter-item .counter__icon i {
    font-size: 30px;
  }

  .counter-item h4 {
    font-size: 25px;
  }

  .counter-item .counter__desc {
    font-size: 12px;
  }
}

/*-------------------------
    Google Map
------------------------*/
#map {
  height: 620px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 500px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #map {
    height: 400px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  #map {
    height: 300px;
  }
}
/*----------------------------
    Contact
----------------------------*/
.contact-panel {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  padding: 50px 20px;
  border-radius: 4px;
  overflow: hidden;
}

.contact-panel .contact__panel-header {
  margin-bottom: 23px;
}

.contact-panel .contact__panel-icon {
  margin-bottom: 20px;
}

.contact-panel .contact__panel-title {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0;
}

.contact-panel ul {
  margin-bottom: 24px;
}

.contact-panel ul li {
  font-size: 14px;
  line-height: 21px;
}

.contact-panel ul li a {
  color: #9b9b9b;
}

.contact-panel .btn {
  width: 125px;
  height: 40px;
  line-height: 38px;
}

.contact-1 .contact-panel {
  padding: 0;
  width: 330px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-1 .contact-panel .contact__panel-header {
  background-color: #000000;
  color: #ffffff;
  padding: 36px 30px;
  margin-bottom: 0 !important;
}

.contact-1 .contact-panel .contact__panel-header .contact__panel-title {
  color: #ffffff;
}

.contact-1 .contact-panel .contact__panel-header i {
  font-size: 40px;
  margin-right: 5px;
}

.contact-1 .contact-panel .accordion-item {
  padding: 0;
  border-right: 0;
  border-left: 0;
}

.contact-1 .contact-panel .accordion-item:first-child {
  margin-top: -1px;
}

.contact-1 .contact-panel .accordion-item:last-child {
  border-bottom: 0;
}

.contact-1 .contact-panel .accordion-item .accordion__item-header {
  padding: 22px 30px;
}

.contact-1 .contact-panel .accordion-item .accordion__item-title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-left: 20px;
}

.contact-1 .contact-panel .accordion-item .accordion__item-title:after {
  line-height: 17px;
}

.contact-1 .contact-panel .accordion-item .accordion__item-body {
  padding: 27px 30px;
  border-top: 1px solid #eaeaea;
}

.contact-1 .contact-panel ul {
  margin-bottom: 0;
}

.locations-panel {
  margin-bottom: 85px;
}

.locations-panel .locations__panel-header {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.locations-panel .locations__panel-title {
  font-size: 25px;
  margin-bottom: 25px;
}

.locations-panel ul {
  display: flex;
  flex-wrap: wrap;
}

.locations-panel ul li {
  line-height: 40px;
  flex-basis: 25%;
}

.locations-panel ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.locations-panel ul li a:hover {
  color: #ff5e14;
}

.locations-panel ul li a i {
  margin-right: 10px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .locations-panel {
    margin-bottom: 70px;
  }

  .locations-panel ul li {
    flex-basis: 33.33333333%;
  }

  .contact-1 .contact-panel {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 30px;
  }

  .contact-2 .container {
    max-width: none;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact-panel {
    padding: 20px;
  }

  .contact-panel .contact__panel-header {
    margin-bottom: 20px;
  }

  .contact-1 .contact-panel {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 30px;
  }

  .contact-1.accordion-item .accordion__item-header,
  .contact-1 .accordion-item .accordion__item-body {
    padding: 15px 20px;
  }

  .locations-panel {
    margin-bottom: 40px;
  }

  .locations-panel .locations__panel-header {
    margin-bottom: 20px;
  }

  .locations-panel .locations__panel-title {
    margin-bottom: 15px;
  }

  .locations-panel ul li {
    flex-basis: 50%;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .locations-panel {
    margin-bottom: 30px;
  }

  .locations-panel ul li {
    flex-basis: 100%;
  }
}

#content {
  margin-top: 10px;
  background: #F8F9F9 !important;
  padding-top: 20px;
}

/*-----------------------
    Services
--------------------------*/
.services .heading__title {
  line-height: 46px;
}

.service-item {
  position: relative;
  background-color: #fff;
  padding: 50px 30px 35px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  min-height: 500px;
}

.service-item .service__img {
  position: relative;
}

.service-item .service__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  -webkit-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -moz-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -ms-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -o-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
}

.service-item .service__img img {
  width: 100%;
  border-radius: 4px;
}

.service-item .service__icon {
  margin-bottom: 30px;
}

.service-item .service__icon img{
  position:relative;
  max-width:100%;
  max-height:100%;
}
.widget .widget__content {
  margin-bottom: 30px;
}
.widget .widget__content img{
  position:relative;
  max-width:100%;
  max-height:100%;
}
.service-item .service__icon i {
  color: #ff5e14;
  line-height: 1;
}

.service-item .service__img {
  overflow: hidden;
  border-radius: 4px;
}

.service-item .service__img img {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.service-item:hover .service__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.service-item:hover .service__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.service-item .service__title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 18px;
}

.service-item .service__desc {
  font-size: 14px;
  line-height: 24px;
}

.service-item .btn {
  width: 125px;
  height: 40px;
  line-height: 38px;
}

.services-layout2 .service-item {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

.services-layout2 .service-item .service__content {
  padding: 35px 10px 0 40px;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-layout2 .service-item .service__content {
    padding: 15px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .heading__title {
    line-height: 35px;
  }

  .service-item .service__overlay {
    padding: 10px 10px 30px;
  }

  .service-item .service__icon {
    margin-bottom: 0;
  }

  .service-item .service__icon i {
    font-size: 50px;
  }

  .service-item .service__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .services-layout2 .service-item {
    flex-direction: column;
    box-shadow: 0 0 30px 0 rgba(40, 40, 40, 0.1);
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .services .heading__title {
    line-height: 35px;
  }

  .services-layout2 .service-item {
    flex-direction: column;
    box-shadow: 0 0 30px 0 rgba(40, 40, 40, 0.1);
  }

  .services-layout2 .service-item .service__content {
    padding: 20px;
  }

  .service-item .service__title {
    font-size: 18px;
  }

  .service-item .service__icon i {
    font-size: 50px;
  }
}


.block-title {
  position: relative;
  width: 100%;
  cursor: default;
  color: #404040;
  padding-bottom: 35px;
  margin-bottom: 24px;
  word-wrap: break-word;
  overflow-wrap: break-word
}

.block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6, .block-title .comments-area h3, .comments-area .block-title h3, .block-title .team-member .team-name, .team-member .block-title .team-name {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  opacity: 1;
  padding-top: 19px;
  padding-left: 15px;
  -webkit-transition: opacity 0.3s 0.15s;
  -o-transition: opacity 0.3s 0.15s;
  transition: opacity 0.3s 0.15s
}

.block-title h2 {
  font-size: 35px
}

.block-title i {
  font-style: normal
}

.block-title span {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  opacity: .075;
  top: 0;
  left: -6px;
  -webkit-transition: opacity 0.3s 0.15s;
  -o-transition: opacity 0.3s 0.15s;
  transition: opacity 0.3s 0.15s
}

.block-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  bottom: 10px;
  background-color: #444A59
}

.block-title.featured-title:hover h1, .block-title.featured-title:hover h2, .block-title.featured-title:hover h3, .block-title.featured-title:hover h4, .block-title.featured-title:hover h5, .block-title.featured-title:hover h6, .block-title.featured-title:hover .comments-area h3, .comments-area .block-title.featured-title:hover h3, .block-title.featured-title:hover .team-member .team-name, .team-member .block-title.featured-title:hover .team-name {
  opacity: .075
}

.block-title.featured-title:hover span {
  opacity: 1
}

.block-title.text-center h1, .block-title.text-center h2, .block-title.text-center h3, .block-title.text-center h4, .block-title.text-center h5, .block-title.text-center h6, .block-title.text-center .comments-area h3, .comments-area .block-title.text-center h3, .block-title.text-center .team-member .team-name, .team-member .block-title.text-center .team-name {
  padding-left: 0
}

.block-title.text-center:before {
  left: 50%;
  margin-left: -15px
}

.block-title.text-right h1, .block-title.text-right h2, .block-title.text-right h3, .block-title.text-right h4, .block-title.text-right h5, .block-title.text-right h6, .block-title.text-right .comments-area h3, .comments-area .block-title.text-right h3, .block-title.text-right .team-member .team-name, .team-member .block-title.text-right .team-name {
  padding-left: 0;
  padding-right: 15px
}

.block-title.text-right span {
  left: auto;
  right: -6px
}

.block-title.text-right:before {
  left: auto;
  right: 0
}

@media screen and (max-width: 768px) {
  .block-title.mobile-center:before {
    left: 50%;
    margin-left: -48px
  }
}

.block-title.light-skin {
  color: #fff
}

.block-title.light-skin h1, .block-title.light-skin h2, .block-title.light-skin h3, .block-title.light-skin h4, .block-title.light-skin h5, .block-title.light-skin h6, .block-title.light-skin .comments-area h3, .comments-area .block-title.light-skin h3, .block-title.light-skin .team-member .team-name, .team-member .block-title.light-skin .team-name {
  color: #fff
}

.block-title.light-skin span {
  opacity: .1
}

.block-title.light-skin.featured-title:hover h1, .block-title.light-skin.featured-title:hover h2, .block-title.light-skin.featured-title:hover h3, .block-title.light-skin.featured-title:hover h4, .block-title.light-skin.featured-title:hover h5, .block-title.light-skin.featured-title:hover h6, .block-title.light-skin.featured-title:hover .comments-area h3, .comments-area .block-title.light-skin.featured-title:hover h3, .block-title.light-skin.featured-title:hover .team-member .team-name, .team-member .block-title.light-skin.featured-title:hover .team-name {
  opacity: .1
}

.block-title.light-skin:before {
  background-color: #fff
}

@media screen and (max-width: 991px) {
  .block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6, .block-title .comments-area h3, .comments-area .block-title h3, .block-title .team-member .team-name, .team-member .block-title .team-name {
    padding-top: 16px
  }

  .block-title span {
    font-size: 112px
  }
}

@media screen and (max-width: 768px) {
  .block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6, .block-title .comments-area h3, .comments-area .block-title h3, .block-title .team-member .team-name, .team-member .block-title .team-name {
    padding-top: 10px
  }

  .block-title span {
    font-size: 88px
  }
}

@media screen and (max-width: 480px) {
  .block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6, .block-title .comments-area h3, .comments-area .block-title h3, .block-title .team-member .team-name, .team-member .block-title .team-name {
    padding-top: 5px
  }

  .block-title span {
    font-size: 72px
  }
}

.text-center .block-title:before {
  left: 50%;
  margin-left: -48px
}

@media screen and (max-width: 768px) {
  .mobile-center .block-title:before {
    left: 50%;
    margin-left: -48px
  }
}

.text-right .block-title span {
  left: auto;
  right: -6px
}

.text-right .block-title:before {
  left: auto;
  right: 0
}
.form-horizontal .form-group { margin-left: 0px !important;margin-right: 0px !important}
.form-background {border:1px solid #f5f5f5;background: #f9f9f9;margin-top:3px;border-top:6px solid #212121;margin-bottom:20px}
.backend-background {border:1px solid #f5f5f5;background: #f9f9f9;margin-top:3px;margin-bottom:20px;padding:10px}
.backend-background .left {float: right}

.form-control:focus{border-color: #ddd !important;}

.quote-result {

  border: 1px solid

  #baccd6;
  margin-bottom: 1rem;

}
.quote-result .quote-result-top-section {
  padding: 10px;
  height: 135px;
}
.quote-result-column-header {
  text-align: center;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding: 15px 5px;
  background-color:#212121;
  border: none;
  color:#fff;
}
.no-gutters {

  margin-right: 0;
  margin-left: 0;

}
.additional-price .card, .quote-result .standard-price .card {

  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid

  #e7edf7;
  border-radius: 0;

}
.quote-result .additional-price .card, .quote-result .standard-price .card {

  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid

  #e7edf7;
  border-radius: 0;

}
.quote-result .additional-price .card .card-body, .quote-result .standard-price .card .card-body {

  padding: 10px;

}
.card-body {

  flex: 1 1 auto;
  padding: 1.25rem;

}
.quote-result .quote-result-info .card .card-body .quote-option {

  padding: .3rem .5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  height: 100%;

}
.quote-result .quote-result-info .card .card-body .quote-option {

  padding: .3rem .5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  height: 100%;

}
.quote-result .quote-result-info .card .card-body .quote-option {

  padding: .3rem .5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  height: 100%;

}
.quote-result .quote-result-info .card .card-body .quote-option .quote-info-button {

  display: block;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  color:

          #0c63a6;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: initial;

}
.quote-result .quote-result-info .card .card-body .quote-option .quote-info-button {

  display: block;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  color:

          #0c63a6;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: initial;

}
.quote-result .quote-result-info .card .card-body .quote-option .quote-info-button {

  display: block;
  text-decoration: none;
  line-height: 12px;
  font-size: 12px;
  color:

          #0c63a6;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: initial;

}
.quote-result .additional-price .card .card-body .quote-result-pricing-main, .quote-result .standard-price .card .card-body .quote-result-pricing-main {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;

}
.quote-result {

  border: 1px solid

  #baccd6;
  margin-bottom: 1rem;

}
.quote-result-service-name{
  font-weight: 600;
  font-size: 20px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:#fff;
  background-clip: initial;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.card-color:hover{
  background-color: #f0f0f0;
}
.shipping-summary-wrap .shipping-summary {
  display: block;
  line-height: 26px;
  margin-top: 23px;
  letter-spacing: 1px;
  text-align: center;
}

.page-item.active .page-link{
  background-color: #ffcc28 !important;
}

.mega-menu .dropdown > .sub-menu{
  width: 300px !important;
}

.mega-menu .dropdown > .sub-menu > li > a{
  font-size: 1em !important;
}

.mega-menu .dropdown > .sub-menu > li > a
{
  position: relative;
  line-height: 46px;
  display: block;
  padding: 0 50px 0 24px;
}

.clearer{  clear: both;}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #fff;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4c69ba;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354c8c;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('../images/icon_facebook.png') 6px 6px no-repeat;;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5b7bd5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
  cursor: pointer;
}

/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #dd4b39;
}
.loginBtn--google:before {
  border-right: #bb3f30 1px solid;
  background: url('../images/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #e74b37;
  cursor: pointer;
}
.global-nav__me-photo {
  border-radius: 50%;
  border: none;
  height: 24px;
  overflow: hidden;
  transform: scale(1);
  transition: transform .2s ease-in-out;
  width: 24px
}
.features-wrap {
  margin-top:0px
}
.features-wrap .features {
  padding-bottom:30px;
  border:1px solid #e1e1e1;
  border-radius:2px;
  background: #FFFFFF
}
.features-wrap .feature-list {
  display:-webkit-box;
  display:flex;
  flex-wrap:wrap
}
.features-wrap .single-feature {
  position:relative;
  -webkit-box-flex:0;
  flex:0 0 20%;
  max-width:20%;
  margin-top:30px;
  padding:0 15px
}
.features-wrap .single-feature:last-child:after {
  width:0
}
.features-wrap .single-feature:after {
  position:absolute;
  content:"";
  top:0;
  right:0;
  height:42px;
  width:1px;
  background:#e1e1e1
}
@media screen and (max-width:1280px) {
  .features-wrap .single-feature {
    -webkit-box-flex:0;
    flex:0 0 25%;
    max-width:25%;
    -webkit-box-pack:start;
    justify-content:flex-start;
    padding:0 30px
  }
  .features-wrap .single-feature:after {
    content:none
  }
}
@media screen and (max-width:1080px) {
  .features-wrap .single-feature {
    -webkit-box-flex:0;
    flex:0 0 33.3333333333%;
    max-width:33.3333333333%
  }
}
@media screen and (max-width:780px) {
  .features-wrap .single-feature {
    -webkit-box-flex:0;
    flex:0 0 50%;
    max-width:50%
  }
}
@media screen and (max-width:576px) {
  .features-wrap .single-feature {
    -webkit-box-flex:0;
    flex:0 0 100%;
    max-width:100%
  }
}
.responsive {
  width: 100%;
  height: auto;
}
