

/* 23. Logistics CSS  */

.single-logistic-bg {
  background-image: url(../img/freight/1.jpg);
  height: 325px;
}

.logistic-bg-2 {
  background-image: url(../img/freight/2.jpg);
}

.logistic-bg-3 {
  background-image: url(../img/freight/3.jpg);
}

.logistic-bg-4 {
  background-image: url(../img/freight/4.jpg);
}

#logistic-1 .single-logistic-area {
  padding: 50px;
  box-shadow: none;
  margin-top: 0;
  height: 325px;
  text-align: center;
  background: #fff;
  transition: 0.3s;
}

.single-logistic-area h5 {
  font-size: 20px;
  margin: 25px 0;
}

#logistic-1 .logistic-icon i:before {
  color: #002C42;
}

#logistic-1 .single-logistic-area a.read-more {
  margin: 12px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

#logistic-1 .single-logistic-area:hover {
  background: #02223A;
}

#logistic-1 .single-logistic-area:hover a.read-more {
  color: #fff;
}

#logistic-1 .single-logistic-area:hover .logistic-icon i:before {
  color: #fff;
}

#logistic-1 .single-logistic-area:hover h5 {
  color: #fff;
}

#logistic-1 .single-logistic-area:hover p {
  color: #fff;
}

.freight-bg-1 {
  background-image: url(../img/freight/1.png);
}

.freight-bg-2 {
  background-image: url(../img/freight/2.png);
}

.freight-bg-3 {
  background-image: url(../img/freight/3.png);
}

.single-freight-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 2s ease-out;
}

.freight-icon {
  position: absolute;
  top: 50px;
  left: 35px;
}

.freight-icon i:before {
  font-size: 45px;
  color: #fff;
}

.single-freight-area h5 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 25px;
}

.single-freight-area h5:after {
  position: absolute;
  content: " ";
  width: 80px;
  height: 3px;
  background: white;
  bottom: -15px;
  left: 0;
}

.single-freight-area .read-more {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #0099F7;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.single-freight-area .read-more:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
}

.single-freight-area:hover .read-more {
  padding-left: 15px;
}

.single-freight-area:hover .read-more:before {
  opacity: 1;
  visibility: visible;
}

.single-freight-area img {
  transition: transform ease 0.3s;
}

.single-freight-area img:hover {
  transform: scale(1.3);
  transition: all 2s ease-out;
}

/*Logistics Section # 03
========================*/
.logistic-service-area {
  background-image: url(../img/icon/air-freight.png);
  background-position: center;
  background-repeat: no-repeat;
}

.logistic-service-area.sea {
  background-image: url(../img/icon/sea.png);
}

.logistic-service-area.road {
  background-image: url(../img/icon/truck.png);
}

.logistic-service-area.rail {
  background-image: url(../img/icon/freight-wagon-bg.png);
}

.logistic-service-area.store {
  background-image: url(../img/icon/wholesale.png);
}

.logistic-service-area.ware {
  background-image: url(../img/icon/pallet.png);
}

.logistic-service-area {
  text-align: left;
  height: 320px;
  padding: 45px 40px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.logistic-service-area:hover {
  border-color: #ddd;
}

.logistic-service-area h4 {
  color: #1d2143;
  margin: 30px 0 20px;
}

.logistic-service-area p {
  color: #898a9c;
}

.logistic-service-area .read-more {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

.service-icon i {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.logistic-service-area:hover i {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.single-process-area {
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}
.single-process-area h5 {
  font-size: 14px;
  color: #fff;
  margin: 25px 0 10px;
  letter-spacing: 1px;
}
.single-process-area h4 {
  font-size: 20px;
  margin: 20px 0;
}

.process-icon {
  position: relative;
}
.process-icon img {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.single-process-area:hover img {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

[class*=col-lg-3]:not(:last-child) .process-icon:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -44px;
  width: 80px;
  height: 1px;
  border: 1px dashed cadetblue;
  opacity: 0.7;
}

#about-page.process-area .section-title h2 {
  color: #fff;
}

#about-page.process-area .single-process-area h4 {
  color: #fff;
}

#about-page.process-area .single-process-area p {
  color: #cecece;
}

/* 24. Quotation CSS  */

.quotation-section {
  background-image: url(../img/consult-bg.jpg);
  position: relative;
  z-index: 1;
  background-size: cover;
}

.quotation-section .section-title h2 {
  color: #fff;
}

.quotation-form {
  padding: 80px 115px;
  background-color: #FFF;
}

.quotation-form .form-group {
  margin-bottom: 30px;
}
.quotation-form .form-group li {
  display: block;
}

.quotation-form .form-control {
  border-radius: 4px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #777;
  height: 50px;
  width: 100%;
}

.quotation-form select.form-control:not([size]):not([multiple]) {
  height: 50px;
  padding: 8px 10px;
}

.quotation-form .form-group label:after {
  content: "*";
  padding-left: 5px;
  color: #F8A555;
}

.request-button .btn-primary {
  margin-top: 30px;
  padding: 13px 60px;
  width: 100%;
}

.request-button .btn-primary:hover {
  color: #FFF;
  background: #050D3C;
}

.request-button i {
  margin-left: 8px;
}

.request-button button:hover {
  background: #092A45;
  color: #fff;
}

.quotation-dtl {
  background-color: #086AD7;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quotation-dtl p {
  display: flex;
  color: #FFF;
  font-size: 18px;
  padding: 15px 150px;
  margin: 0;
  text-align: center;
}

.quotation-dtl p i {
  color: #fff;
  padding-right: 15px;
  font-size: 25px;
}

.quotation-dtl [class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-size: 28px;
  vertical-align: middle;
}

.quotation-dtl a:hover {
  color: #0099F7;
}

.quote-form {
  margin-top: 50px;
}

.form-list {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote-form input,
.quote-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 0;
}

.form-list select {
  color: #555;
}

.cost-center .btn-1 span {
  padding: 15px 25px;
  position: relative;
  text-align: left;
  background: #0C4D52;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  margin-right: -4px;
}

.cost-center .btn-1 .dark {
  background: #0099F7;
}

.quote-form .btn:hover {
  background: navy;
  color: #fff;
}

.cost-center .btn.btn-primary {
  margin-top: 10px;
}

.form-list .nice-select {
  width: 100%;
}

/* 25. Faq Section CSS  */

.faq-bg {
  background-image: url(../img/faq.jpg);
  height: 650px;
}

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-items {
    margin-top: 30px;
  }
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0px 30px 20px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 28px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding-right: 50px;
    line-height: 25px;
    font-size: 14px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f061";
  font-family: "Line Awesome Free";
  top: 35%;
  transform: rotate(-90deg);
  right: 30px;
  font-size: 24px;
  font-weight: 500;
  opacity: 1;
  color: #333;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 20px;
    right: 25px;
    font-size: 16px;
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f061";
  transform: rotate(90deg);
}

.cp-custom-accordion .collapsed {
  position: relative;
  z-index: 9;
}

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 25px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.faq-section-bg {
  max-width: calc(100% - 40px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-section-bg {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-content-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .faq-content-wrapper {
    margin-top: 60px;
  }
}

/* 26. Testimonial CSS  */

.testimonial-area {
  background-image: url(../img/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
  z-index: 1;
}

.testimonial-avatar img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.single-testimonial-item {
  text-align: center;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 30px;
  color: #f5f3f3;
  margin: 20px 0;
}

.testimonial-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 50px 0;
}

.testimonial-content h4 span {
  display: block;
  font-size: 90%;
  margin-top: 7px;
  opacity: 0.5;
}

.testimonial-carousel .owl-dots button {
  width: 15px;
  height: 15px;
  background: #999;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots button.active {
  background: #0099F7;
}

.testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.testimonial-area .testimonial-icon-before i {
  font-size: 40px;
  background: none;
  padding: 10px;
  position: absolute;
  top: 55px;
  z-index: 9;
  left: -10px;
  color: #0099F7;
}

.testimonial-area .testimonial-icon-after i {
  font-size: 40px;
  background: none;
  padding: 10px;
  position: absolute;
  bottom: 100px;
  z-index: 9;
  right: 0;
  color: #0099F7;
}

#testimonial-2.testimonial-area {
  background-image: none;
  height: auto;
}

#testimonial-2.testimonial-area .section-title {
  padding: 0;
}

#testimonial-2 .single-team-item p {
  margin-bottom: 40px;
}

#testimonial-2 .single-team-item img {
  max-width: 70px;
  height: auto;
  float: left;
}

#testimonial-2 .author-desc {
  margin-top: 60px;
}

#testimonial-2 .author-desc h5 {
  font-size: 18px;
  padding-left: 80px;
  margin: 0;
}

#testimonial-2 .author-desc span {
  font-size: 90%;
  color: #0099F7;
  padding-left: 10px;
}

#testimonial-2 .single-team-item {
  background: #fff;
  padding: 75px 50px 70px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  border: 1px solid #eee;
  border-bottom: 3px solid #eee;
  transition: 0.3s;
  border-radius: 5px;
}

#testimonial-2 .single-team-item:hover {
  border-bottom: 3px solid #0099F7;
}

#testimonial-2 .testimonial-icon i {
  font-size: 30px;
  background: #0099F7;
  padding: 18px;
  position: absolute;
  top: -38px;
  color: #fff;
  z-index: 9;
  border-radius: 5px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #0099F7;
}

#testimonial-2.testimonial-area .team-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

/* 27. Blog Section CSS  */

.blog-area .single-blog-item {
  height: 580px;
  background: #fff;
  border-radius: 5px;
}

.blog-area .blog-bg img {
  height: 250px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog-area p.blog-meta {
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0;
  color: #0099F7;
  text-transform: uppercase;
}

.blog-area p.blog-meta i:before {
  padding-right: 7px;
}

.blog-area .blog-meta i {
  font-size: 20px;
  margin-right: 7px;
}

.blog-content i {
  margin-right: 7px;
}

.blog-content {
  padding: 30px;
}

.blog-area .blog-content h5 a {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #1d2143;
  margin-bottom: 20px;
}

.blog-area .blog-content h5 a:hover {
  color: #0099F7;
}

.blog-area a.read-more {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0;
  color: #0099F7;
}

.blog-area a.read-more:hover {
  opacity: 1;
}

.blog-area .blog-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.blog-area .blog-bg img {
  transition: transform ease 0.3s;
}

.blog-area .blog-bg span {
  background: #0099F7;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-area .blog-bg img:hover {
  transform: scale(1.3);
  transition: all 2s ease-out;
  border-radius: 5px;
}

#blog-page .single-blog-item {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
  width: 100%;
  height: 100%;
}

#blog-page .blog-content p.blog-meta {
  font-size: 16px;
  color: #898a9c;
}

#blog-page .blog-content a {
  font-size: 24px;
  font-weight: 500;
  color: #00283F;
  margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
  color: #0099F7;
}

#blog-page .blog-content a.read-more {
  text-transform: uppercase;
  font-size: 16px;
  color: #0099F7;
}

.blog-search input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  padding: 0;
  padding-bottom: 15px;
}

.blog-search button {
  background: none;
  margin: 0;
  padding: 0;
}

.blog-search button i {
  color: #191919;
  font-size: 20px;
  opacity: 0.5;
  position: absolute;
  top: 18px;
  right: 28px;
}

.blog-category h5,
.archive h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0;
}

.blog-category a,
.archive a {
  display: block;
  color: #191919;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
  color: #F35E27;
}

.blog-category a.active,
.archive a.active {
  color: #0099F7;
}

.recent-post h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.recent-post img {
  float: left;
  width: 70px;
  height: 70px;
}

.single-recent-post h6 {
  margin: 0;
  padding-left: 90px;
}

p.blog-date {
  padding-left: 90px;
}

.single-recent-post {
  padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
  display: block;
  padding-left: 110px;
}

.single-recent-post h6 a {
  color: #00B965;
  line-height: 1.5;
}

.popular-tag h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.popular-tag span {
  padding: 8px 15px;
  background: #00283F;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.popular-tag a {
  font-size: 16px;
  color: #fff;
  padding: 5px;
}

.popular-tag span.active {
  background: #0099F7;
}

.popular-tag span:hover {
  background: #0099F7;
}

.popular-tag span:hover a {
  color: #fff;
}

.author-profile img {
  width: 90px;
  height: 90px;
  float: left;
}

.comments-section h5 {
  font-size: 22px;
  margin: 40px 0;
}

.comments-section img {
  width: 90px;
  height: 90px;
  float: left;
}

.single-comments-section p {
  padding-left: 120px;
}

.single-comments-section p b {
  color: #333;
}

a.reply-btn {
  text-transform: uppercase;
  font-size: 14px;
}

.comments-form h3 {
  margin: 50px 0;
}

.author-info {
  padding-left: 120px;
}

.author-info h6 {
  margin: 10px 0;
}

.single-comments-section p span {
  padding-left: 50px;
  font-size: 15px;
}

.blog-search {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
  border: 1px solid #ddd;
  padding: 10px 30px 20px;
  margin: 20px 0;
}

.helpline-section {
  background-size: cover;
  background-position: center center;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.helpline-content h4 {
  color: white;
}

.helpline-content p {
  color: #fff;
  margin-top: 20px;
}

.helpline-content button {
  z-index: 9;
  position: relative;
}

.pagination-block {
  display: block;
  margin: 45px auto;
}

.pagination-block .page-numbers {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #656c76;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #e9eef6;
  border-radius: 3px;
  margin: 0 3px;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.page-numbers.current {
  background: #0099F7;
  color: #fff;
}

.pagination-block .page-numbers:hover {
  background: #0099F7;
  color: #fff;
}

.single-blog-wrap .blog-meta {
  margin-top: 20px;
}

.single-blog-wrap h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.single-blog-wrap h5 {
  font-size: 24px;
  margin: 20px 0;
}

.author-profile .social-icon i {
  font-size: 20px;
  margin-right: 10px;
}

.author-profile h6 {
  font-size: 20px;
}

.comments-form button {
  margin-top: 30px;
}

.comments-form textarea {
  margin-bottom: 30px;
}

.single-logo-wrapper {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: 0.3s;
}

.single-logo-wrapper:hover {
  opacity: 1;
}

/* 28. Counter CSS  */

.achievement-area {
  background-image: url(../img/achievement.jpg);
  height: 350px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.achievement-area.home2 {
  background-color: #020E28;
}

.fact-icon i:before {
  font-size: 50px;
  line-height: 35px;
  color: #FF5316;
  margin: 25px 0;
  display: inline-block;
}

.single-counter-box {
  text-align: center;
}
.single-counter-box h6 {
  color: #0099F7;
  font-size: 18px;
  font-weight: 500;
}

.single-counter-box .counter-number span {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin: 50px 0 20px;
}

.single-counter-box p.counter-number {
  font-size: 40px;
  color: #fff;
}

/* 29. Choose Us CSS  */

.chooseus-area {
  border-top: 1px solid #eee;
}

.chooseus-area .section-heading:after {
  margin: 0;
}

.feature-area-wrap {
  max-width: calc(100% - 60px);
}

.single-feature-item .num {
  font-size: 24px;
  line-height: 24px;
  background: #0099F7;
  display: inline-block;
  padding: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  float: left;
  border-radius: 5px;
}

.feature-image img {
  width: 100%;
  box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
  position: relative;
  z-index: 1;
}

.feature-image:before {
  position: absolute;
  content: " ";
  top: -50px;
  right: -50px;
  width: 100%;
  height: 100%;
  background: #0099F7;
  z-index: -1;
}

.feature-content h5 {
  font-size: 22px;
  margin: 0;
}

.feature-content {
  padding-left: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.feature-content p {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0;
}

.choose-us-area {
  background-image: url(../img/choose-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.choose-us-area .section-title h2 {
  color: #fff;
}

.choose-us-wrapper {
  background: #fff;
  margin-top: 50px;
  position: relative;
}

.choose-us-inner {
  text-align: center;
  padding: 50px 30px;
  border-right: 1px solid #eee;
}

.choose-us-inner h5 {
  font-size: 22px;
  margin: 40px 0 20px;
}

.choose-us-inner:nth-last-child(4) {
  border-right: none;
}

.choose-us-icon {
  position: relative;
  z-index: 1;
}

.choose-us-icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50px;
  width: 80px;
  height: 80px;
  background: #f6f6f6;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}

.choose-us-inner:hover .choose-us-icon:after {
  width: 100px;
  height: 100px;
  top: -18px;
  left: 65px;
  background: #0099F7;
  opacity: 0.2;
}

.spacer {
  position: relative;
}

.spacer-bg {
  background-attachment: fixed;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spacer-bg .main-btn {
  z-index: 9;
  margin-top: 190px;
}

/* 30. Price CSS  */

.pricing-section {
  background: #01273E;
}

.pricing-section .section-title h2 {
  color: #fff;
}

.single-price-item {
  padding: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  border: 5px solid #113460;
  opacity: 0.5;
  border-radius: 5px;
}
.single-price-item h4 {
  margin: 25px 0;
  padding: 15px 25px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.single-price-item p {
  margin-bottom: 50px;
}
.single-price-item p b {
  font-size: 40px;
  color: #fff;
}
.single-price-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-price-item ul li {
  display: block;
  margin: 20px 0;
  color: #e5e5e5;
  font-size: 16px;
  text-align: left;
  padding-left: 35px;
}
.single-price-item .theme-btn, .single-price-item .primary-btn, .single-price-item .bordered-btn {
  padding: 14px 24px;
  margin: 30px 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.single-price-item .theme-btn:hover, .single-price-item .primary-btn:hover, .single-price-item .bordered-btn:hover {
  background: #00656D;
  color: #fff;
}
.single-price-item.active {
  border-color: #0099F7;
  opacity: 1;
}

/* Price Page */
#price-page.pricing-section {
  background: none;
}

#price-page.pricing-section .section-title h2 {
  color: #1d2143;
}

#price-page .single-price-item {
  border: 5px solid #0f294a;
  opacity: 0.5;
}

#price-page .single-price-item.active {
  border-color: #0099F7;
  opacity: 1;
}

#price-page .single-price-item h4 {
  color: #1d2143;
}

#price-page .single-price-item p b {
  color: #1d2143;
}

#price-page .single-price-item ul li {
  color: #1d2143;
}

/* 31. CTA CSS  */

#cta-2.cta-area {
  background-image: url(../img/divider.jpg);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

#cta-2.cta-area h2 {
  font-size: 50px;
  line-height: 65px;
  color: #fff;
  font-weight: 600;
}

#cta-2.cta-area h6 {
  color: #0099F7;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

#cta-2.cta-area p {
  color: #cacaca;
  margin: 12px 0;
}

#cta-2.cta-area .contact-info i {
  font-size: 50px;
  float: left;
  padding-right: 10px;
}

#cta-2 .contact-info h5 {
  font-size: 22px;
  color: #fff;
}

#cta-2 .contact-info p {
  margin: 4px 0;
}

/* 32. Team CSS  */

.team-member-bg {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 300px;
}

.team-member-bg {
  background-image: url(../img/team/1.jpg);
}

.team-bg-2 {
  background-image: url(../img/team/2.jpg);
}

.team-bg-3 {
  background-image: url(../img/team/3.jpg);
}

.team-bg-4 {
  background-image: url(../img/team/4.jpg);
}

.team-bg-5 {
  background-image: url(../img/team/5.jpg);
}

.team-bg-6 {
  background-image: url(../img/team/6.jpg);
}

.team-bg-7 {
  background-image: url(../img/team/7.jpg);
}

.team-bg-8 {
  background-image: url(../img/team/8.jpg);
}

.single-team-member {
  position: relative;
  margin-top: 25px;
}

.single-team-member .team-content {
  position: absolute;
  bottom: -75px;
  background: #fff;
  text-align: center;
  width: 100%;
}

.team-content .team-title {
  font-weight: 500;
}

.team-content .team-title a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #191919;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 16px 0 5px;
}

.team-content .team-subtitle {
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 10px;
}

.team-content .team-subtitle p {
  margin: 0;
  color: #333E38;
}

.team-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social ul li {
  display: inline-block;
}

.team-social ul li a {
  font-size: 18px;
  padding: 10px;
  transition: all 0.3s ease-out;
}

.team-social {
  position: absolute;
  top: 0;
  left: -35px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2px);
  transition: all 0.4s;
}

.team-social ul li {
  display: block;
}

.team-social i {
  color: #0099F7;
}

.single-team-member:hover .team-social {
  visibility: visible;
  opacity: 1;
  left: 0;
  transform: translateY(0);
}

#team-page .single-team-member {
  margin-bottom: 100px;
}

/* 33. Contact CSS  */

.contact-section {
  background-image: url(../img/contact-bg.jpg);
  background-attachment: fixed;
}

.contact-content {
  margin-top: 50px;
}

.contact-section h2 {
  color: #fff;
}

.contact-section p {
  color: #fff;
}

.contact-section .contact-info i {
  font-size: 30px;
  margin-left: 0;
  background: #0099F7;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  float: left;
}

.contact-inner {
  margin-bottom: 30px;
}

.contact-inner h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-left: 100px;
}

.contact-inner p {
  padding-left: 100px;
}

.contact-section button.theme-btn, .contact-section button.primary-btn, .contact-section button.bordered-btn {
  border: none;
}

.contact-section button.theme-btn:hover, .contact-section button.primary-btn:hover, .contact-section button.bordered-btn:hover {
  background: #25283a;
  color: #fff;
}

.contact-form {
  margin-top: 80px;
}

.contact-form input, .contact-form textarea {
  margin-bottom: 30px;
}

.contact-us-area {
  background-image: url(../img/contact-bg-1.jpg);
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 1;
}

.contact-us-wrapper {
  background: #fff;
  margin-top: 50px;
  position: relative;
}

.contact-us-inner {
  text-align: center;
  padding: 40px 30px;
  border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
  border-right: none;
}

.contact-us-inner h5 {
  margin: 40px 0 20px;
}

.contact-us-inner a {
  text-transform: uppercase;
  color: #0099F7;
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 10px;
}

#contact-us .info-i {
  position: relative;
  z-index: 1;
}

#contact-us .info-i i:before {
  font-size: 50px;
  color: #0099F7;
}

#contact-us .contact-form .main-btn {
  margin-top: 30px;
}

.contact-section {
  background-image: url(../img/contact-bg.jpg);
}

.contact-section .section-title h2 {
  color: #fff;
}

.contact-form .main-btn {
  border-radius: 0;
  border: none;
  margin: 40px 0;
}

/* 34. Breadcrumb CSS  */

.breadcrumb-area {
  background-image: url(../img/bread-bg.jpg);
}

.breadcrumb-area {
  height: 350px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.breadcrumb-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #092c3e;
  opacity: 0.5;
  z-index: -1;
}

.breadcrumb-area .breadcrumb-title h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
}

.breadcrumb-area .breadcrumb-title h1:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid #0099F7;
}

.breadcrumb-area h6 a {
  color: #fff;
  font-size: 16px;
}

.breadcrumb-area h6 {
  color: #aeb1b3;
  font-size: 16px;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 35px;
  }
}


  
 .trBg {background:#E6E2D6}


#myRegPop_up { 
    background:#000;;
    border-radius:15px;
    color:#fff;
    display:none; 
    padding:60px;
    width:400px;
    height:400px;
	text-align:center;
	margin-left:20px;
}

#thanksCantact { 
    background:#4C756C;
    border-radius:15px;
    color:#FFF;
    display:none; 
    padding:40px 20px 20px 20px;
    width:500px;
    height:100px;
	text-align:center;
	font-size:14px;
	
}

#myNewRegPop_up { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
    width:200px;
    height:100px;
	margin-right:200px;
}

#portalLogin { 
    background:#CEDDE1;
    color:#000;
    display:none; 
    padding:10px;
	text-align:left;
	margin-left:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000; 
}



#justMyPopUp { 
    background:#B9E3E1 url(../img/bg1.jpg);
    color:#000;
    display:none; 
    padding:10px;
    min-width:200px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}


#justMyPopUpAlert { 
    background:#B9E3E1 url(../img/bg1.jpg);
    color:#000;
    display:none; 
    padding:5px;
    width:550px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}

#loadingPop { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}




#popUpLoader { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}


#transLoader { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}


#walletLoader { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}

#viewLargePix { 
    background:#B9E3E1 url(../img/bg1.jpg);
    color:#000;
    display:none; 
    padding:2px;
    min-width:200px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}





#prvDivContent { 
    background:#fff;
    color:#000;
    display:none; 
    padding:2px;
    min-width:200px;
    min-height:200px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}


#prvDivContentNew { 
    background:#fff;
    color:#000;
    display:none; 
    padding:2px;
    min-width:200px;
    min-height:200px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}



#articleAsHmBanner { 
    background:#fff;
    color:#000;
    display:none; 
    padding:2px;
    width:400px;
   height:200px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}


#manageVideoFiles { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px;
    min-width:600px;
    min-height:100px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:20px 10px;
}



#assignPrvDiv { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px;
    width:500px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:20px 10px;
}



#profitTopDiv { 
    background:#063;
    color:#fff;
    display:none; 
    padding:5px;
    width:700px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}



#editInvDatePop { 
    background:#063;
    color:#fff;
    display:none; 
    padding:5px;
    width:700px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}



#reduceWalletBalDiv { 
    background:#063;
    color:#fff;
    display:none; 
    padding:5px;
    width:700px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}


#assignPrvDivMember { 
    background:#fff;
    color:#666;
    display:none; 
    width:800px;
    height:550px;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}

#changeLogo { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px 10px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}




#tradeTimer { 
    background:none;
    display:none; 
    padding:2px 10px;
	color:#FC0;
}


#invDiv { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px;
    width:800px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}



#viewInvDiv { 
    background:#000;
    color:#000;
    display:none; 
    padding:2px;
    width:600px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}


#autoTraderLicence { 
    background:#063;
    color:#fff;
    display:none; 
    padding:5px;
    width:300px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}



#invUpgradePop { 
    background:#063;
    color:#666;
    display:none; 
    padding:5px;
    width:700px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}


#oneTimePinDiv { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px;
    width:800px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}





/*

 */