.w-5 {
  width: 5% !important; }

.w-10 {
  width: 10% !important; }

.w-15 {
  width: 15% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-35 {
  width: 35% !important; }

.w-40 {
  width: 40% !important; }

.w-45 {
  width: 45% !important; }

.w-50 {
  width: 50% !important; }

.w-55 {
  width: 55% !important; }

.w-60 {
  width: 60% !important; }

.w-65 {
  width: 65% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-85 {
  width: 85% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-100 {
  width: 100% !important; }

.css-scroll {
  scrollbar-color: #272727 #5E5E5E;
  scrollbar-width: thin; }
.css-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #5E5E5E; }
.css-scroll::-webkit-scrollbar-thumb {
  background-color: #272727;
  border-radius: 10px; }
.css-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #272727;
  border: 1px solid #272727; }
.css-scroll::-webkit-scrollbar-thumb:active {
  background-color: #272727;
  border: 1px solid #272727; }

.minH-250 {
  min-height: 250px; }

.share-button {
  text-align: left; }

.btn {
  border-radius: 0px;
  min-width: 243px; }
.btn.btn-xl {
  min-height: 72px;
  line-height: 55px;
  font-size: 21px;
  font-weight: 500; }
.btn.btn-outline-white {
  border: 1px solid white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.btn.btn-outline-white:hover {
  background-color: #21bee8;
  color: white; }

@media only screen and (min-width: 1024px) {
  .d-lg-none {
    display: none; } }

.text-white {
  color: white; }

.text-primary {
  color: #21bee8; }

a {
  color: inherit;
  font-size: inherit; }
a:hover {
  text-decoration: none;
  color: inherit; }

p {
  color: #21242A;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.section-title {
  font: normal normal bold 40px/40px Open Sans; }

.event-block {
  margin-bottom: 40px; }
.event-block .images {
  margin-right: 30px;
  overflow: hidden; }
.event-block .images img {
  -webkit-transition: .6s all ease;
  transition: .6s all ease; }
.event-block .images:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .6s all ease;
  transition: .6s all ease; }
.event-block .media-body .card-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px; }
.event-block .media-body .text {
  font-size: 14px;
  font-style: italic; }

.footer {
  width: 100%;
  float: left;
  position: relative;
  padding: 80px 0 20px;
  background-color: #002232;
  text-align: center; }
.footer .footer-logo img {
  margin: auto; }
.footer .inner ul {
  margin: 40px 0 30px; }
.footer .inner ul li {
  color: white;
  font: normal normal normal 16px/22px Open Sans;
  padding: 10px 20px;
  position: relative; }
@media only screen and (min-width: 768px) {
  .footer .inner ul li {
    display: inline-block; } }
.footer .social-icons ul {
  margin: 40px 0 40px; }
.footer .social-icons ul li {
  display: inline-block;
  color: white;
  font: normal normal normal 16px/22px Open Sans;
  padding: 0 10px;
  position: relative; }
.footer .social-icons ul li:first-child {
  padding: 0 10px 0 0; }
.footer .download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white; }
.footer .download-app .icon {
  margin-right: 15px; }
.footer .download-app .text-right {
  text-align: right; }
@media only screen and (max-width: 768px) {
  .footer .download-app .text-right {
    text-align: center; } }
@media only screen and (max-width: 768px) {
  .footer {
    /* For mobile phones: */
    /*.card-short > .image {*/
    /*margin-left: 160px;*/
    /*}*/
    /*.card-long > .image {*/
    /*margin-left: 160px;*/
    /*}*/ } }

@media (min-width: 1200px) {
  .col-lg-custom {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px; }

  .col-lg-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
.float-video .embed-responsive-4by3 {
  padding-bottom: 100%; }
@media only screen and (min-width: 1000px) {
  .float-video {
    position: absolute;
    z-index: 9;
    top: 25px; } }
@media only screen and (min-width: 1400px) {
  .float-video {
    right: 100px;
    width: 270px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .float-video {
    right: 50px;
    width: 200px;
    top: 50px; } }
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .float-video {
    right: 0px;
    width: 200px;
    top: 50px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Poppins", sans-serif !important;
  line-height: 22px;
  color: #000;
  background-color: transparent !important; }

button:focus {
  outline: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important; } }
.all-content {
  width: 100%;
  float: left;
  position: relative;
  min-height: calc(90vh - 24px); }
@media (max-width: 767px) {
  .all-content {
    min-height: calc(23vh - 18px); } }

.full-layout-content {
  width: 100%;
  float: left;
  position: relative;
  min-height: calc(100vh - 0px);
  padding-top: 38px; }
@media (max-width: 991px) {
  .full-layout-content {
    padding-top: 66px; } }
@media (max-width: 767px) {
  .full-layout-content {
    min-height: calc(23vh - 18px); } }
@media (max-width: 360px) {
  .full-layout-content {
    padding-top: 107px; } }

.auth-all-content {
  width: 100%;
  float: left;
  position: relative;
  min-height: calc(100vh - 0px); }

@-moz-document url-prefix() {
  .all-content {
    width: 100%;
    float: left;
    position: relative;
    min-height: calc(65vh - 15px); } }
.inner-page {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
header {
  width: 100%;
  float: left;
  position: relative;
  min-height: 80px;
  line-height: 2.5;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 1; }
header .navbar {
  margin-bottom: 0;
  top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
header .navbar .collape-menus {
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 7.5px 36px; }
@media (max-width: 767px) {
  header .navbar .navbar-toggler {
    margin: auto; } }
header .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  line-height: 24px;
  padding: 8px 7px; }
header .navbar .navbar-nav .nav-item:hover > a {
  color: #21bee8; }
header .navbar > a {
  padding-right: 25px; }
header .navbar .navbar-brand {
  padding: 0 48px 0 14px; }
header .navbar .social-icons {
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 0; }
@media (max-width: 767px) {
  header .navbar .social-icons {
    margin: auto; } }
header .navbar .social-icons li {
  display: inline-block;
  margin-right: 5px; }
header .navbar .social-icons li:hover {
  -webkit-animation: pop .3s 2;
  animation: pop .3s 2; }
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes pop {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@media (min-width: 600px) {
  header .nav-fill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .nav-fill #nav-xshop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 0; }
  header .nav-fill #nav-xshop-container #nav-xshop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 21px 0 0;
    height: 37px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .nav-fill #nav-xshop-container #nav-xshop a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 24px;
    padding: 8px 7px; } }
@media (max-width: 599px) {
  header .container {
    padding: 0; }
  header .nav-fill #nav-xshop-container #nav-xshop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .nav-fill #nav-xshop-container #nav-xshop a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 24px;
    padding: 2px 4px; }
  header .nav-fill #nav-xshop-container #nav-xshop a:first-child {
    padding: 2px 4px 2px 3px; }
  header .nav-fill #nav-xshop-container #nav-xshop .d-none {
    display: none; } }
@media (max-width: 425px) {
  header .container {
    padding: 0; }
  header .nav-fill #nav-xshop-container #nav-xshop a {
    font-size: 15px; } }
@media (max-width: 338px) {
  header .container {
    padding: 0; }
  header .nav-fill #nav-xshop-container #nav-xshop a {
    font-size: 14px; } }

.home-banner-video {
  position: relative;
  background-color: black;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 170px 0 160px; }
.home-banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
.home-banner-video .container .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }
@media (max-width: 600px) {
  .home-banner-video .container .caption {
    top: 45%; }
  .home-banner-video .container .title {
    margin-bottom: 0px !important;
  } }
.home-banner-video .container img {
  margin: auto; }
@media (min-width: 600px) {
  .home-banner-video .container img {
    margin-bottom: 80px; } }
@media (max-width: 1024px) {
  .home-banner-video .container img {
    width: 500px; } }
@media (max-width: 600px) {
  .home-banner-video .container img {
    width: 300px; } }
.home-banner-video .container .heading-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0px; }
@media (min-width: 600px) {
  .home-banner-video .container .heading-title {
    margin-bottom: 80px; } }
.home-banner-video .container .title {
  font-size: 23px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 80px; }
.home-banner-video .container p {
  color: white;
  margin-bottom: 80px; }
.home-banner-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1; }

.welcome-company {
  padding: 70px 0px 70px; }
.welcome-company .headline-title {
  color: #21bee8;
  font-size: 55px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 30px; }
.welcome-company .headline-title span {
  color: #21242A;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.welcome-company > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (min-width: 1200px) {
  .welcome-company .image img {
    min-width: 410px; } }
@media (min-width: 1400px) {
  .welcome-company .image img {
    min-width: 500px; } }
.welcome-company .caption-form h3 {
  font-weight: 800;
  margin: 15px 0; }
.welcome-company .caption-form label {
  font-weight: 600;
  margin-bottom: 6px; }
.welcome-company .caption-form .row .col-xs-3 {
  padding-left: 5px;
  padding-right: 5px; }
.welcome-company .caption-form .row .col-xs-3:first-child {
  padding-left: 15px; }
.welcome-company .caption-form .row .col-xs-3:last-child {
  padding-right: 15px; }
.welcome-company .caption-form .radio-groups .form-group {
  text-align: center; }
.welcome-company .caption-form .radio-groups .form-group .radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid black; }
.welcome-company .caption-form .btn-box {
  width: 100%;
  position: relative;
  cursor: pointer; }
.welcome-company .caption-form .btn-box img {
  width: 100%;
  min-height: 44px; }
.welcome-company .caption-form .btn-box .cta-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  color: black !important;
  text-decoration: none;
  font-weight: 600; }
.welcome-company .caption-form .btn-box .pending_orders {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  color: black !important;
  text-decoration: none;
  font-weight: 600;
  -webkit-box-shadow: -4px 1px 10px 3px #d2d2d2 inset;
  box-shadow: -4px 1px 10px 3px #d2d2d2 inset;
  border-radius: 10px; }
.welcome-company .caption-form .form-control {
  border-radius: 0;
  border-color: black; }
.welcome-company .form-container-restchat h3 {
  font-weight: 800;
  margin: 15px 0; }
.welcome-company .form-container-restchat h1.communicate {
  font-size: 12px;
  text-align: center;
  background: #117d94;
  color: #fff;
  padding: 10px 0; }
.welcome-company .form-container-restchat .inner_msg_box {
  float: left;
  width: 100%;
  height: 100px;
  overflow: auto;
  margin-top: 15px; }
.welcome-company .form-container-restchat textarea {
  width: 100%;
  padding: 5px;
  margin: 5px 0 0px 0;
  border: none;
  background: #cecece;
  resize: none;
  min-height: 50px; }
.welcome-company .form-container-restchat .restmsg {
  font-weight: bold;
  color: #000;
  font-size: 15px; }
.welcome-company .nav-tabs {
  margin-top: 60px;
  border: none; }
.welcome-company .nav-tabs li {
  font-size: 16px;
  margin-bottom: 10px; }
.welcome-company .nav-tabs li a {
  background: #fff;
  border: 1px solid #000 !important;
  border-radius: 0;
  padding: 8px 16px;
  color: #000;
  margin: 0px 5px 0 0;
  font-weight: 600;
  font-size: 14px; }
.welcome-company .outer_right {
  float: left;
  padding: 5px; }
.welcome-company .outer_right .head-title {
  font-weight: 800;
  margin: 15px 0; }
.welcome-company .outer_right .driver_show {
  max-height: 500px;
  overflow-y: scroll;
  position: relative;
  width: 100%; }
.welcome-company .outer_right .driver_show .driver_name {
  text-align: center;
  background: #fff;
  padding: 3px 0px;
  border-bottom: 1px solid;
  float: left;
  width: 100%;
  height: 100%; }
.welcome-company .outer_right .driver_show .driver_name p {
  float: left;
  width: 100% !important;
  margin: 5px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.welcome-company .outer_right #custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px; }
.welcome-company .outer_right #custom-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }
.welcome-company .outer_right #custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94)); }
.welcome-company .collapse {
  border-top: 1px solid black;
  padding: 25px 0;
  margin: 25px 0; }
.welcome-company .collapse .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.welcome-company .location-icon {
  position: relative; }
.welcome-company .location-icon .form-control {
  padding-left: 30px; }
.welcome-company .location-icon i {
  position: absolute;
  top: 8px;
  left: 8px; }

.about-us-section {
  background-image: url("../images/content_bg2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 70px 0px 70px 0px;
  background-attachment: fixed; }
.about-us-section .headline-title {
  color: #21bee8;
  font-size: 55px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.about-us-section .headline-title span {
  color: #21242A;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.about-us-section .info-card {
  border-left: 1px solid white;
  padding: 0px 30px 0px 30px; }
.about-us-section .info-card .card {
  border: none;
  background-color: transparent; }
.about-us-section .info-card .card .card-body .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 30px; }
.about-us-section .info-card .card .card-body p {
  margin-bottom: 40px; }
.about-us-section .bg-black-layer {
  background-color: #9e9c9c6e;
  padding-bottom: 20px; }

.our-team-section {
  padding: 70px 0px 50px 0px;
  background-color: #f5f5f5; }
.our-team-section .headline-title {
  color: #21bee8;
  font-size: 55px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.our-team-section .headline-title span {
  color: #21242A;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.our-team-section .card-block {
  margin-bottom: 60px;
  text-align: center; }
.our-team-section .card-block .image {
  margin-bottom: 30px; }
.our-team-section .card-block .title {
  color: #21bee8;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px; }
.our-team-section .card-block p {
  position: relative; }
.our-team-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.our-services-section {
  background-image: url("../images/content_bg4.jpg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 190px 0px 100px 0px;
  background-attachment: fixed;
  position: relative; }
.our-services-section .headline-title {
  color: #21bee8;
  font-size: 55px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.our-services-section .headline-title span {
  color: white;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.our-services-section .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px 0px; }
.our-services-section .media .image {
  min-width: 120px;
  min-height: 120px;
  margin-right: 30px; }
@media screen and (max-width: 600px) {
  .our-services-section .media .image {
    min-width: 60px;
    min-height: 60px;
    margin-right: 15px; } }
.our-services-section .media .media-body .title {
  text-shadow: 3px 3px 2px #0c0c0c;
  margin-top: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px; }
.our-services-section .media .media-body p {
  text-shadow: 3px 3px 2px #0c0c0c; }
.our-services-section .bg-black-layer {
  background-color: #0000006e; }

.testimonials-section {
  padding: 70px 0px 80px 0px;
  background-color: #f5f5f5; }
.testimonials-section .headline-title {
  font-size: 55px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.testimonials-section .headline-title span {
  color: #21242A;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.testimonials-section .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px 0px; }
.testimonials-section .media .image {
  min-width: 195px;
  min-height: 195px;
  margin-right: 30px; }
.testimonials-section .media .image img {
  border-radius: 50%; }
.testimonials-section .media .media-body i {
  color: #21bee8;
  font-size: 50px; }
.testimonials-section .media .media-body .title {
  color: #21242A;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 0px; }
.testimonials-section .media .media-body p {
  color: #21242A;
  -webkit-line-clamp: 6;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
.testimonials-section .action-button .btn {
  border-color: #dcdcdc; }

.slider-block .item .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px; }
.slider-block .item-title {
  font-size: 55px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 65px;
  letter-spacing: 0px;
  text-align: center;
  color: white;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6); }
@media screen and (max-width: 768px) {
  .slider-block .item-title {
    font-size: 30px;
    line-height: 40px; } }
.slider-block p {
  margin-bottom: 40px;
  text-align: center;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6); }
.slider-block .action-button {
  margin-bottom: 55px; }
.slider-block .carousel-indicators li {
  width: 20px;
  height: 20px; }
.slider-block .bg-black-layer {
  background-color: #3c3b3b6e; }

.skill-section {
  background-color: #191919;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 85px 0px 85px 0px;
  /**
  * $step is set to 5 by default, meaning you can only use percentage classes in increments of five (e.g. 25, 30, 45, 50, and so on). This helps to reduce the size of the final CSS file. If you need a number that doesn't end in 0 or 5, you can change the text percentage while rounding the class up/down to the nearest 5.
  */ }
.skill-section .headline-title {
  color: white;
  font-size: 55px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.skill-section .headline-title span {
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.skill-section .circle-counter__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 30px 0px 10px 0px;
  text-align: center; }
.skill-section .progress--circle {
  position: relative;
  display: inline-block;
  margin: 16px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #1A3238; }
.skill-section .progress--circle:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 265px;
  height: 265px;
  border-radius: 50%;
  background-color: #1A3238; }
.skill-section .progress--circle:after {
  content: '';
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #21bee8; }
.skill-section .progress__number {
  position: absolute;
  top: 50%;
  width: 100%;
  line-height: 1;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  color: white;
  font-size: 50px;
  font-weight: 300; }
.skill-section .progress--bar.progress--0:after {
  width: 0%; }
.skill-section .progress--circle.progress--0:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #191919), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #63B8FF), color-stop(50%, #191919), to(#191919));
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(90deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--5:after {
  width: 5%; }
.skill-section .progress--circle.progress--5:after {
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(108deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--10:after {
  width: 10%; }
.skill-section .progress--circle.progress--10:after {
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(126deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--15:after {
  width: 15%; }
.skill-section .progress--circle.progress--15:after {
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(144deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--20:after {
  width: 20%; }
.skill-section .progress--circle.progress--20:after {
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(162deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--25:after {
  width: 25%; }
.skill-section .progress--circle.progress--25:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #191919), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #63B8FF), color-stop(50%, #191919), to(#191919));
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(180deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--30:after {
  width: 30%; }
.skill-section .progress--circle.progress--30:after {
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(198deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--35:after {
  width: 35%; }
.skill-section .progress--circle.progress--35:after {
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(216deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--40:after {
  width: 40%; }
.skill-section .progress--circle.progress--40:after {
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(234deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--45:after {
  width: 45%; }
.skill-section .progress--circle.progress--45:after {
  background-image: linear-gradient(90deg, #191919 50%, transparent 50%, transparent), linear-gradient(252deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--50:after {
  width: 50%; }
.skill-section .progress--circle.progress--50:after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #63B8FF), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #63B8FF), color-stop(50%, #191919), to(#191919));
  background-image: linear-gradient(-90deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--55:after {
  width: 55%; }
.skill-section .progress--circle.progress--55:after {
  background-image: linear-gradient(-72deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--60:after {
  width: 60%; }
.skill-section .progress--circle.progress--60:after {
  background-image: linear-gradient(-54deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--65:after {
  width: 65%; }
.skill-section .progress--circle.progress--65:after {
  background-image: linear-gradient(-36deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--70:after {
  width: 70%; }
.skill-section .progress--circle.progress--70:after {
  background-image: linear-gradient(-18deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--75:after {
  width: 75%; }
.skill-section .progress--circle.progress--75:after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #63B8FF), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #63B8FF), color-stop(50%, #191919), to(#191919));
  background-image: linear-gradient(0deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--80:after {
  width: 80%; }
.skill-section .progress--circle.progress--80:after {
  background-image: linear-gradient(18deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--85:after {
  width: 85%; }
.skill-section .progress--circle.progress--85:after {
  background-image: linear-gradient(36deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--90:after {
  width: 90%; }
.skill-section .progress--circle.progress--90:after {
  background-image: linear-gradient(54deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--95:after {
  width: 95%; }
.skill-section .progress--circle.progress--95:after {
  background-image: linear-gradient(72deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .progress--bar.progress--100:after {
  width: 100%; }
.skill-section .progress--circle.progress--100:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #63B8FF), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #63B8FF), color-stop(50%, #191919), to(#191919));
  background-image: linear-gradient(90deg, #63B8FF 50%, transparent 50%, transparent), linear-gradient(270deg, #63B8FF 50%, #191919 50%, #191919); }
.skill-section .circle-counter__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 10px 0px 7px 16px;
  text-align: center; }
.skill-section .circle-counter__title-head {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 2px 0px 7px 9px;
  text-align: center; }
.skill-section .tox-progress {
  margin: auto; }
.skill-section .container-progress-box .progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.skill-section .container-progress-box .circle {
  width: 262px;
  position: relative;
  text-align: center; }
.skill-section .container-progress-box .circle canvas {
  vertical-align: middle; }
.skill-section .container-progress-box .circle div {
  position: absolute;
  top: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  background: #1A3238;
  width: 234px;
  height: 234px;
  border-radius: 50%;
  z-index: 0;
  left: 14px;
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.skill-section .container-progress-box p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 10px 0px 7px 16px;
  text-align: center; }

.brand-icon-block .headline-title {
  color: white;
  font-size: 55px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.brand-icon-block .headline-title span {
  color: white;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.brand-icon-block .brand-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  position: relative; }
.brand-icon-block .brand-icons .image {
  background-color: white;
  margin-bottom: 30px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.brand-icon-block .brand-icons .image img {
  margin: auto;
  max-width: 120px; }
.brand-icon-block .brand-icons .box-block-title {
  top: -33px;
  color: black;
  font-size: 18px;
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: 600; }

.buying-news-block {
  background-image: url("../images/buying-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 70px 0px 80px 0px;
  background-attachment: fixed;
  position: relative; }
.buying-news-block .headline-title {
  color: white;
  font-size: 55px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.buying-news-block .headline-title span {
  color: white;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.buying-news-block .row .col-lg-3 {
  margin-bottom: 30px; }
.buying-news-block img {
  height: 256px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
@media only screen and (max-width: 767px) {
  .buying-news-block img {
    height: 150px; } }
.buying-news-block .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin-bottom: 50px; }
@media only screen and (max-width: 767px) {
  .buying-news-block .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
  .buying-news-block .nav-tabs > li {
    margin-bottom: 20px; } }
.buying-news-block .nav-tabs > li > a {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-radius: 0;
  margin: 0 10px;
  min-width: 150px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600; }
.buying-news-block .nav-tabs > li.active > a {
  color: white;
  cursor: default;
  background-color: #21bee8;
  border: none; }
.buying-news-block .nav-tabs > li.active > a:hover {
  background-color: #21bee8; }

.login-block {
  padding: 140px 0;
  text-align: center; }
.login-block .headline-title {
  color: #21bee8;
  font-size: 45px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 60px; }
.login-block .headline-title span {
  color: #21242A;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.login-block .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px; }
.login-block .sub-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px; }
.login-block p {
  margin-bottom: 30px; }
.login-block .form-group {
  margin-bottom: 25px; }
.login-block .form-control {
  min-height: 60px;
  line-height: 60px;
  border-radius: 0; }
.login-block .form-control::-webkit-input-placeholder {
  color: #21242A; }
.login-block .form-control:-ms-input-placeholder {
  color: #21242A; }
.login-block .form-control::-ms-input-placeholder {
  color: #21242A; }
.login-block .form-control::placeholder {
  color: #21242A; }
.login-block .btn {
  width: 100%;
  min-height: 60px; }
.login-block .checkbox-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px; }

.custom-mobile-header {
  /* NAVIGATION */
  /* MOBILE MENU & ANIMATION */
  /* KEYFRAME ANIMATIONS */
  /* Media Queries */
  /* Mobile Devices - Phones/Tablets */ }
.custom-mobile-header .page-wrapper {
  width: 100%;
  height: auto; }
.custom-mobile-header .nav-wrapper {
  width: 100%;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background-color: #fff; }
@media only screen and (min-width: 1075px) {
  .custom-mobile-header .nav-wrapper {
    display: none; } }
.custom-mobile-header .navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }
.custom-mobile-header .navbar ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-self: end; }
.custom-mobile-header .no-search {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out; }
.custom-mobile-header .menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.custom-mobile-header .menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none; }
.custom-mobile-header .menu-toggle:hover {
  cursor: pointer; }
.custom-mobile-header #mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0; }
.custom-mobile-header #mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }
.custom-mobile-header #mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }
@-webkit-keyframes gradbar {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes gradbar {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@media only screen and (max-width: 1075px) {
  .custom-mobile-header {
    /* MOBILE NAVIGATION */ }
  .custom-mobile-header .navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    top: 55px;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 55px);
    -webkit-transform: translate(-101%);
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
    left: 0; }
  .custom-mobile-header .navbar li {
    padding: 0px; }
  .custom-mobile-header .navbar li:first-child {
    margin-top: 0px; }
  .custom-mobile-header .navbar li a {
    font-size: 1rem; }
  .custom-mobile-header .menu-toggle, .custom-mobile-header .bar {
    display: block;
    cursor: pointer; }
  .custom-mobile-header .mobile-nav {
    -webkit-transform: translate(0%) !important;
    transform: translate(0%) !important; } }

.square-box {
  position: relative;
  padding-bottom: 100%;
  /* 1:1 */
  height: 0;
  width: 100%;
  overflow: hidden; }

.threebytwo-box {
  position: relative;
  padding-bottom: 66.66%;
  /* 3:2 */
  height: 0;
  width: 100%;
  overflow: hidden; }

.widescreen {
  position: absolute;
  padding-bottom: 100%;
  /* 16:9 * 9:16 ?? */
  height: 0;
  left: 50%;
  top: 50%;
  width: 177.78%;
  /* 9:16 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.widescreen2 {
  position: absolute;
  height: 0;
  left: -38.88%;
  right: -38.88%; }

.square-box .widescreen2 {
  padding-bottom: 100%;
  /* 1:1 ?? */
  left: -38.88%;
  right: -38.88%; }

.threebytwo-box .widescreen2 {
  padding-bottom: 66.666%;
  /* 3:2 ?? */
  left: -9.25%;
  right: -9.25%; }

iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.portfolio-block {
  padding: 70px 0px 80px 0px; }
.portfolio-block .headline-title {
  color: #21242A;
  font-size: 55px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.portfolio-block .headline-title span {
  color: #21bee8;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.portfolio-block .row .col-lg-3 {
  padding-right: 0px;
  padding-left: 0; }
.portfolio-block img {
  height: 256px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
@media only screen and (max-width: 767px) {
  .portfolio-block img {
    height: 150px; } }

.blog-section-block {
  background-image: url("../images/content_bg4.jpg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 90px 0px 100px 0px;
  background-attachment: fixed;
  position: relative; }
.blog-section-block .headline-title {
  color: white;
  font-size: 30px;
  font-weight: 200;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 50px; }
.blog-section-block .headline-title span {
  color: white;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; }
.blog-section-block .card-short, .blog-section-block .card-long {
  margin-bottom: 30px; }
.blog-section-block .card-short .image img, .blog-section-block .card-long .image img {
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }
.blog-section-block .card-short .card-body, .blog-section-block .card-long .card-body {
  padding: 25px 25px 25px 25px;
  background-color: #3b3d42; }
.blog-section-block .card-short .card-body a .title, .blog-section-block .card-long .card-body a .title {
  color: white;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0px 0px 10px 0px; }
.blog-section-block .card-short .card-body p, .blog-section-block .card-long .card-body p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin: 0px 0px 0px 0px; }
.blog-section-block .card-long .image img {
  min-height: 480px; }

#livechat-eye-catcher {
  position: fixed;
  visibility: visible;
  z-index: 2147483639;
  background: transparent;
  border: 0px;
  padding: 10px 10px 0px 0px;
  float: left;
  margin-right: -10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 60px;
  right: 65px; }
#livechat-eye-catcher #livechat-eye-catcher-img {
  display: block;
  overflow: hidden;
  cursor: pointer; }
#livechat-eye-catcher #livechat-eye-catcher-img img {
  width: 238px; }

@media only screen and (max-width: 1024px) {
  #livechat-eye-catcher {
    top: 200px;
    right: 30px; }
  #livechat-eye-catcher #livechat-eye-catcher-img {
    display: block;
    overflow: hidden;
    cursor: pointer; }
  #livechat-eye-catcher #livechat-eye-catcher-img img {
    width: 238px; } }
@media only screen and (max-width: 1024px) and (max-width: 600px) {
  #livechat-eye-catcher #livechat-eye-catcher-img img {
    width: 130px; } }

.bubble-wrap {
  overflow: hidden;
  height: 600px;
  background-image: url("https://oddsdrive-test.wadanova.com/catalog/view/theme/journal2/image/home_new/logo1.gif");
  background-repeat: no-repeat;
  background-size: cover; }

.bubbles {
  position: relative;
  background: salmon; }

.bubble {
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/9332/stripe-logo-bubbles-spritesheet.png);
  background-size: 1076px 1076px; }

.logo1 {
  background-position: 0      0; }

.logo2 {
  background-position: -154px  0; }

.logo3 {
  background-position: -308px  0; }

.logo4 {
  background-position: -462px  0; }

.logo5 {
  background-position: -616px  0; }

.logo6 {
  background-position: -770px  0; }

.logo7 {
  background-position: -924px  0; }

.logo8 {
  background-position: 0     -154px; }

.logo9 {
  background-position: -154px -154px; }

.logo10 {
  background-position: -308px -154px; }

.logo11 {
  background-position: -462px -154px; }

.logo12 {
  background-position: -616px -154px; }

.logo13 {
  background-position: -770px -154px; }

.logo14 {
  background-position: -924px -154px; }

.logo15 {
  background-position: 0     -308px; }

.logo16 {
  background-position: -154px -308px; }

.logo17 {
  background-position: -308px -308px; }

.logo18 {
  background-position: -462px -308px; }

.logo19 {
  background-position: -616px -308px; }

.logo20 {
  background-position: -770px -308px; }

.logo21 {
  background-position: -924px -308px; }

.logo22 {
  background-position: 0     -462px; }

.logo23 {
  background-position: -154px -462px; }

.logo24 {
  background-position: -308px -462px; }

.logo25 {
  background-position: -462px -462px; }

.logo26 {
  background-position: -616px -462px; }

.logo27 {
  background-position: -770px -462px; }

.logo28 {
  background-position: -924px -462px; }

.logo29 {
  background-position: 0     -616px; }

.logo30 {
  background-position: -154px -616px; }

.logo31 {
  background-position: -308px -616px; }

.logo32 {
  background-position: -462px -616px; }

.logo33 {
  background-position: -616px -616px; }

.body-bubble {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.bubbles {
  /*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;
  background: salmon; }

.bubble {
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  background-image: url(https://oddsdrive-test.wadanova.com/catalog/view/theme/journal2/image/home_new/buying-logos.png);
  background-size: 1076px 1076px; }
.blog-page {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-page h4, .blog-page .h4-style {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  font-family: Lato, sans-serif;
  letter-spacing: 0px;
  text-align: inherit;
  color: #333;
}
.blog-page article.post {
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ebeced;
}
.blog-page article.post .entry-header {
  margin-bottom: 35px;
}
.blog-page article.post .entry-header .entry-title {
  font-size: 55px;
}
.blog-page article.post .entry-header .entry-meta-top span {
  color: #a1a2a4;
  font-size: 14px;
  margin-right: 10px;
}
.blog-page article.post .entry-header .entry-meta-top span a {
  color: #21bee8;
}
.blog-page article.post .post-thumbnail {
  margin-bottom: 15px;
}
.blog-page article.post .post-thumbnail img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
.blog-page article.post .entry-content p {
  font-size: 15px;
}
.blog-page article.post .entry-meta {
  color: #a1a2a4;
}
.blog-page article.post .entry-meta a {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ebeced;
  color: #21bee8;
}
.blog-page .post-author-bio {
  display: flex;
  align-items: center;
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebeced;
}
.blog-page .post-author-bio .post-author__avatar {
  margin-right: 15px;
}
.blog-page .post-author-bio .post-author__avatar .avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.blog-page .post-author-bio .post-author__title a {
  color: #21bee8;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.blog-page .post-navigation {
  overflow: hidden;
  margin: 45px 0 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ebeced;
}
.blog-page .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.blog-page .post-navigation .nav-links .media {
  display: flex;
  align-items: flex-end;
}
.blog-page .post-navigation .nav-links .media i {
  color: #a1a2a4;
}
.blog-page .post-navigation .nav-links .media .media-body {
  margin-left: 30px;
}
.blog-page .post-navigation .nav-links .media .media-body .screen-reader-text {
  color: #21bee8;
  text-transform: uppercase;
}
.blog-page .post-navigation .nav-links .media .media-body .post-title {
  margin-bottom: 0;
}
.blog-page .post-navigation .nav-links .nav-previous .media-body {
  margin-left: 30px;
}
.blog-page .post-navigation .nav-links .nav-next {
  text-align: right;
}
.blog-page .post-navigation .nav-links .nav-next .media-body {
  margin-right: 30px;
}
.blog-page .posts-list {
  margin: 45px 0 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ebeced;
}
.blog-page .posts-list .entry-title {
  margin: 0 0 20px;
}
.blog-page .posts-list .related-post {
  display: flex;
  margin-bottom: 40px;
}
.blog-page .posts-list .related-post .post-thumbnail {
  margin-right: 15px;
}
.blog-page .posts-list .related-post .post-thumbnail img {
  width: 120px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
}
.blog-page .posts-list .related-post .entry-meta .posted-on {
  color: #a1a2a4;
}
.blog-page .posts-list .related-post .entry-meta .entry-title {
  font-size: 14px;
}
.blog-page .comments-area {
  position: relative;
  margin: 45px 0 40px;
}
.blog-page .comments-area .comment-reply-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  font-family: Lato, sans-serif;
  letter-spacing: 0px;
  color: #333;
}
.blog-page .comments-area .comment-notes {
  margin-bottom: 25px;
}
.blog-page .comments-area p {
  margin-bottom: 15px;
}
.blog-page .comments-area .form-control {
  box-shadow: none;
}
.blog-page .comments-area .submit {
  width: 100%;
  background-color: #21bee8;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
}
.blog-page .search .search-form {
  position: relative;
}
.blog-page .search .search-form .form-group {
  max-width: 86%;
}
.blog-page .search .search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  min-width: inherit;
  background-color: #21bee8;
  border-radius: 4px;
  border: none;
}
.blog-page .recent-post-aside {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ebeced;
}
.blog-page .recent-post-aside .widget-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}
.blog-page .recent-post-aside ul {
  list-style: none;
  padding: 0;
}
.blog-page .recent-post-aside ul li {
  margin-bottom: 20px;
}
.blog-page .widget_recent_comments {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ebeced;
}
.blog-page .widget_archive {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ebeced;
}
.blog-page .widget_archive ul {
  list-style: none;
  padding: 0;
}
.blog-page .widget_archive ul li {
  margin-bottom: 10px;
}
.blog-page .widget_archive ul li a {
  color: #21bee8;
}
.blog-page .widget_categories {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ebeced;
}
.blog-page .widget_categories ul {
  list-style: none;
  padding: 0;
}
.blog-page .widget_categories ul li {
  margin-bottom: 10px;
}
.blog-page .widget_categories ul li a {
  color: #21bee8;
}
.custom-mobile-header { display:none; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #525f7f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0,0,0,.15);
  border-radius: .3rem;
  -webkit-box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
  box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
}
.dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
  font-size: .875rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item {
  position: relative;
}
.navbar-collapse.navMenu.justify-content-between.collapse.show {
  box-shadow: none !important;
  float: right !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f6f9fc;
}
.navbar-main.navbar-expand-lg.navbar-light.navbar-transparent.desktop .open > .dropdown-menu {
  display: block;
  right: 0px !important;
  left: unset !important;
}
.navbar-main.navbar-expand-lg.navbar-light.navbar-transparent.desktop {
  position: absolute;
}
.navbar-main.navbar-expand-lg.navbar-light.navbar-transparent.desktop .navbar-collapse.navMenu.justify-content-between.collapse.show button {
  min-width: 43px;
}
header .nav-fill #nav-xshop-container #nav-xshop {
  margin: 29px 0 0;
}
@media screen and (max-width:768px){
  .nav-link.d-none.mobile-logo {
    display: block !important;
    float: left;
    margin-left: 15px;
    margin-top:10px ;
  }
  .nav.no-search {
    width: 100% !important;
    margin-top: 25px !important;
  }
  .nav.no-search {

    transform: unset !important;
    width: 100% !important;
    position: static !important;
  }
  .dropdown-nav {
    display: none;
    float: left;
    width: 100%;
  }
  .dropdown-nav ul {
    padding-bottom: 30px;
  }
  .custom-mobile-header .navbar-main.navbar-expand-lg.navbar-light.navbar-transparent {
    display: none!important;
    z-index: 9999;
    position: relative !important;
  }
  .custom-mobile-header .navbar-collapse{
    float: right;
  }
  .custom-mobile-header  .btn {
    border-radius: 0px;
    min-width: 43px;
    padding: 10px 0px;
    margin-right: 31px;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #525f7f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15);
    border-radius: .3rem;
    -webkit-box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);
  }
  .dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
    font-size: .875rem;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .dropdown-item {
    position: relative;
  }
  .navbar-collapse.navMenu.justify-content-between.collapse.show {
    box-shadow: none !important;
    float: right !important;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f6f9fc;
  }
  .custom-mobile-header .open > .dropdown-menu {
    display: block;
    right: 29px !important;
    left: unset !important;
  }
  .custom-mobile-header { display:block; }
}