.bg-primary {
  background-color: #0052f1 !important;
}
.bg-secondary-1 {
  background-color: #2f2933 !important;
}
.bg-secondary-2 {
  background-color: #e7c309 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-dribbble {
  background-color: #ea4c89;
}
.bg-twitter {
  background-color: #00a0d1;
}
.bg-facebook {
  background-color: #3b5998;
}
.bg-googleplus {
  background-color: #c63d2d;
}
.bg-tumblr {
  background-color: #34526f;
}
.text-dribbble {
  color: #ea4c89;
}
.text-twitter {
  color: #00a0d1;
}
.text-facebook {
  color: #3b5998;
}
.text-googleplus {
  color: #c63d2d;
}
.text-tumblr {
  color: #34526f;
}
.text-white {
  color: #fff;
}
.text-primary {
  color: #0052f1;
}
.standard-radius {
  border-radius: 25px;
}
.transition-500 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.transition-2000 {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.transition-300 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.cover-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.blank-input {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-heading {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}
html, body {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333333;
  margin: 0px;
}
.alt-font {
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
ul {
  list-style: none;
  padding: 0px;
}
a:hover {
  text-decoration: none;
}
.pointer {
  cursor: pointer !important;
}
.uppercase {
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
.jumbo-h1 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 64px;
}
.standard-h1 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 48px;
}
h1 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 48px;
}
h2 {
  font-size: 28px;
  line-height: 44px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
strong {
  font-weight: 600;
}
p {
  font-size: 16px;
  line-height: 24px;
}
p.lead {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
p:last-child {
  margin-bottom: 0px;
}
p a {
  color: #333333;
}
.quote-text {
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
span.text-white a {
  font-weight: 600;
  color: #fff;
}
.main-container {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  overflow: hidden;
  width: 100%;
}
.main-container.reveal-nav {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0052f1;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
section.pad-large {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.duplicatable-content {
  padding-bottom: 40px;
}
section:nth-of-type(odd) { /*  background: #f6f9ff; */
}
section:nth-of-type(even) { /*   background: #ffffff; */
}
.no-pad {
  padding: 0px;
}
.no-pad-top {
  padding-top: 0px !important;
}
.no-pad-left {
  padding-left: 0px;
}
.no-pad-right {
  padding-right: 0px;
}
.no-pad-bottom {
  padding-bottom: 0px;
}
.space-top-small {
  margin-top: 20px !important;
}
.space-bottom-medium {
  margin-bottom: 40px !important;
}
.space-bottom-large {
  margin-bottom: 80px !important;
}
.space-bottom-xlarge {
  margin-bottom: 160px !important;
}
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.btn {
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  background: #fff;
  color: #333333;
  border-color: #fff;
}
.btn-grey {
  border-color: #777777;
  color: #333333;
}
.btn-grey:hover {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
}
.btn-lg {
  padding: 18px 40px;
}
.btn-sm {
  padding: 10px 28px;
  font-size: 11px;
}
.btn-xs {
  padding: 8px 24px;
  font-size: 10px;
}
.btn-text-only {
  border-color: rgba(0, 0, 0, 0);
}
.btn-text-only:hover {
  background: none;
  color: #e7c309;
  border-color: rgba(0, 0, 0, 0);
}
.link-text {
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #e7c309;
  display: inline-block;
  padding-bottom: 0px;
  color: #e7c309;
}
nav hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  bottom: 2px;
}
.has-dropdown {
  bottom: 3px;
}
.has-dropdown:after {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\33";
  color: #777777;
}
.mobile-toggle {
  display: none;
}
.top-bar {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 10;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 0;
  top: 0;
}
.top-bar .logo {
  max-width: 80px;
  position: relative;
  bottom: 7px;
}
.logo.logo-wide {
  max-width: 140px;
  bottom: 12px;
  margin-bottom: -6px;
}
.logo.logo-square {
  max-width: 100px;
  max-height: 60px;
  bottom: 20px;
  margin-bottom: -20px;
}
.nav-sticky .logo-wide {
  bottom: 12px !important;
}
.nav-sticky .logo-square {
  bottom: 20px !important;
}
.nav-menu {
  padding-top: 40px;
}
.nav-menu .social-icons {
  float: right;
}
.utility-menu {
  margin-top: 16px;
}
.utility-menu .utility-inner {
  padding-bottom: 16px;
}
.utility-menu .btn {
  min-width: 60px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 8px;
  margin-right: 0px;
}
.utility-menu span {
  display: inline-block;
  position: relative;
  top: 9px;
}
.utility-menu .btn-text-only {
  min-width: 0px;
  padding: 0px 8px;
}
.overlay-bar {
  background: none;
}
.overlay-bar .has-dropdown:after {
  color: #fff;
}
.menu {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  top: 2px;
}
.menu li {
  float: left;
  margin-right: 56px;
  position: relative;
}
.menu li:last-child {
  margin-right: 0px;
}
.menu li a {
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777777;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding-bottom: 40px;
  display: inline-block;
  line-height: 14px;
}
.menu li a:hover {
  color: #333333;
}
.top-bar .social-icons li a {
  font-size: 16px;
}
.top-bar .logo-light {
  display: none;
}
.top-bar .utility-menu .utility-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.overlay-bar .menu li a {
  color: #fff;
}
.overlay-bar .menu li a:hover {
  color: #fff;
}
.overlay-bar .social-icons li a {
  color: #fff;
}
.overlay-bar .subnav li a {
  color: #777777;
}
.overlay-bar .subnav li a:hover {
  color: #333333;
}
.overlay-bar .logo-dark {
  display: none;
}
.overlay-bar .logo-light {
  display: block;
}
.overlay-bar .utility-menu span {
  color: #fff;
}
.overlay-bar .utility-menu .utility-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.overlay-bar .login-button {
  border-color: #fff;
  color: #fff;
}
.subnav {
  display: none;
  position: absolute;
  background: #fff;
  padding: 24px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.subnav li {
  margin-right: 0px !important;
  min-width: 142px;
}
.subnav li a {
  padding-bottom: 0px !important;
  margin-bottom: 16px;
}
.subnav li:last-child a {
  margin-bottom: 0px;
}
.has-dropdown:hover .subnav {
  display: block;
}
.nav-sticky {
  position: fixed !important;
  top: 0;
}
.nav-sticky .logo {
  bottom: 5px;
}
.nav-sticky hr {
  display: none !important;
}
.top-bar.nav-sticky {
  background: rgba(255, 255, 255, 0.9);
}
.top-bar.nav-sticky .nav-menu {
  padding-top: 32px;
}
.top-bar.nav-sticky .menu li a {
  padding-bottom: 32px;
}
.top-bar.nav-sticky .subnav {
  background: rgba(255, 255, 255, 0.9);
}
.top-bar.nav-sticky .utility-menu {
  display: none;
}
.subnav-fullwidth {
  overflow: hidden;
  left: 0px;
  position: absolute;
  text-align: left;
}
.subnav-fullwidth h6 {
  margin-bottom: 24px !important;
}
.subnav-fullwidth .subnav {
  position: relative;
  overflow: hidden;
  background: none !important;
  text-align: left;
  padding: 0px;
}
.subnav-fullwidth .subnav li {
  float: none !important;
}
.subnav-fullwidth .btn {
  padding-bottom: 13px !important;
  color: #e7c309 !important;
}
.subnav-fullwidth .btn {
  margin-bottom: 16px;
}
.subnav-fullwidth .btn:hover {
  color: #fff !important;
}
.subnav-fullwidth .btn-filled, .subnav-fullwidth .btn-filled:hover {
  color: #fff !important;
}
.overlay-bar.nav-sticky .logo-light {
  display: none;
}
.overlay-bar.nav-sticky .logo-dark {
  display: block;
}
.overlay-bar.nav-sticky .menu li a {
  color: #777777;
}
.overlay-bar.nav-sticky .social-icons li a {
  color: #333333;
}
.overlay-bar.nav-sticky .has-dropdown:after {
  color: #333333;
}
.offscreen-menu .logo {
  padding-bottom: 32px;
}
.offscreen-toggle i {
  font-size: 36px;
  cursor: pointer;
}
.nav-sticky .offscreen-toggle i {
  color: #333333 !important;
}
.image-slider .flex-direction-nav {
  display: none;
}
.image-slider {
  position: relative;
  margin-bottom: 32px;
}
.image-slider .flex-direction-nav a.flex-prev:before {
  left: 0px;
}
.image-slider .flex-control-nav {
  bottom: -48px;
}
.image-slider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.3);
}
.image-slider .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}
.instagram-feed {
  padding-top: 40px;
  padding-bottom: 0px;
}
.instagram-feed span {
  color: #333333;
}
.instafeed {
  margin-top: 40px;
}
.instafeed ul {
  overflow: hidden;
  margin: 0px;
}
.instafeed ul li {
  float: left;
  width: 16.666667%;
}
.instafeed ul li:nth-child(n+7) {
  display: none;
}
#tweets .user {
  display: none;
}
#tweets .interact {
  display: none;
}
#tweets .tweet {
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
.form-contact .inputs-wrapper {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  margin-bottom: 24px;
}
.form-contact input:focus, .form-contact textarea:focus {
  outline: none;
}
.form-contact input, .form-contact textarea {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 16px;
}
.form-contact input::-moz-placeholder, .form-contact textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-contact input:-ms-input-placeholder, .form-contact textarea:-ms-input-placeholder {
  color: #777777;
}
.form-contact input::-webkit-input-placeholder, .form-contact textarea::-webkit-input-placeholder {
  color: #777777;
}
.form-contact input input::-webkit-input-placeholder, .form-contact textarea input::-webkit-input-placeholder {
  color: #777777;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  top: 5px;
}
.form-contact input input:-moz-placeholder, .form-contact textarea input:-moz-placeholder {
  color: #777777;
}
.form-contact input textarea::-webkit-input-placeholder, .form-contact textarea textarea::-webkit-input-placeholder {
  color: #777777;
}
.form-contact input textarea:-moz-placeholder, .form-contact textarea textarea:-moz-placeholder {
  color: #777777;
}
.form-contact input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.form-success, .form-error {
  width: 100%;
  padding: 12px;
  display: none;
  margin-top: 12px;
  color: #fff;
}
.form-success {
  background-color: #58b551;
}
.form-error {
  background-color: #d94947;
}
.field-error {
  box-shadow: inset 0px 0px 10px -2px #ff0000 !important;
}
.form-loading {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
footer {
  padding-top: 40px;
  color: #fff;
  padding-bottom: 0px;
  background: #074ed6;
}
footer.social h1 {
  margin-bottom: 24px;
}
footer.social a.text-white {
  font-size: 18px;
}
footer.social .social-icons {
  margin: 64px 0px;
}
footer.social .social-icons li {
  margin-right: 40px;
}
footer.social .social-icons li a {
  font-size: 40px;
  color: #fff;
  opacity: 0.2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
footer.social .social-icons li a:hover {
  opacity: 1;
}
footer.social .sub {
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
}
footer.social .sub a {
  color: #fff;
  font-weight: 600;
}
footer.details {
  background: #f4f4f4;
}
footer.details .logo {
  margin-bottom: 54px;
  max-width: 80px;
  margin-top: 12px;
}
footer.details .sub {
  font-size: 12px;
  display: inline-block;
  margin-top: 48px;
}
footer.details .sub a {
  color: #333333;
  font-weight: 600;
}
footer.details h1 {
  font-size: 16px;
  font-weight: 600;
}
footer.short {
  font-size: 16px;
  color: #fff;
}
footer.short .sub {
  opacity: 0.5;
  display: inline-block;
  margin-right: 32px;
  position: relative;
  bottom: 4px;
}
footer.short ul {
  display: inline-block;
  margin: 0px;
  line-height: 24px;
}
footer.short ul li {
  float: left;
  margin-right: 32px;
}
footer.short ul li a {
  color: #fff;
  opacity: 0.8;
}
footer.short .social-icons li a {
  color: #fff;
  opacity: 1;
}
footer.short-2 {
  position: relative;
  overflow: hidden;
}
footer.short-2 span {
  display: inline-block;
  margin-right: 64px;
}
footer.short-2 span:last-child {
  margin-right: 0px;
}
footer.short-2 .contact-action {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 25%;
  background: #01585a;
  z-index: 3;
  top: 0;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
footer.short-2 .contact-action .icon_mail {
  display: inline-block;
  margin-right: 6px;
}
footer.short-2 .contact-action .arrow_right {
  position: relative;
  top: 2px;
}
footer.short-2 .contact-action:hover {
  background: #004446;
} /*** 30-09-2020 ***/ .navbar-expand-lg .navbar-nav .nav-link {
  color: #ff5800 !important;
  font-weight: normal;
}
.logo_style {
  width: auto !important;
}
.navbar-right {
  align-items: end;
  justify-content: flex-end;
}
.c-item-img {
  min-height: 700px;
  background-size: cover !important;
  background-position: center !important;
}
.carousel-caption {
  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;
  justify-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.carousel-indicators {
  display: block;
  margin: 0 25px;
  top: 50%;
  width: 10px;
  z-index: 1;
}
.carousel-indicators li {
  display: block;
  width: 8px !important;
  height: 15px !important;
  background-color: #0120b8;
  margin-left: 0;
}
.carousel-indicators li.active {
  background-color: #fff700;
}
.small_banner {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #00082e;
  opacity: .7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar-brand h5 {
  color: #b29600;
}
.text-yellow {
  color: yellow !important;
}
.banner-contents .col-md-12 {
  z-index: 9;
}
.btn-rounded {
  border-radius: 100px;
}
.banner-contents .btn {
  padding: 10px;
}
.yellow_btn {
  color: #fff;
  border-color: #e7c309;
  background: #e7c309;
}
.box-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) and (min-width: 886px) {
  #mycarousel .carousel-item .item-background, #mycarousel2 .carousel-item .item-background {
    max-height: 440px;
  }
  .c-item-img, .carousel-item video, .carousel-item .item-background {
    min-height: 440px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
} /*** mega Menu ***/ .nav_style .navbar-nav .dropdown-menu li a {
  padding: 8px 15px !important;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}
.nav_style.navbar .nav-link {
  color: #000 !important;
}
.nav-sub-item .logo-fdesk {
  width: 101px;
  background-size: 101px;
  height: 22px;
  display: inline-block;
}
.navbar-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px !important;
}
.navbar-dark .navbar-toggler-icon {
  width: 40px;
  height: 40px;
}
.navbar-dark .navbar-toggler {
  outline: none;
}
.navbar-nav .dropdown-menu {
  padding: 0 !important;
}
.navbar-nav .dropdown-item {
  padding: 10px !important;
  margin-bottom: 5px;
}
.navbar-nav .dropdown-item:last-child {
  margin-bottom: 0px;
}
.navbar-nav .solution-logo {
  max-height: 20px;
}
.navbar-nav p {
  font-size: 14px;
  line-height: 28px;
  white-space: break-spaces;
  line-height: initial;
  font-size: 12px;
  text-align: left;
}
.text-red {
  color: #fc0303 !important;
}
.text-black {
  color: #000 !important;
}
.text-gold {
  color: #f19104 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0;
}
.navbar-nav p {
  white-space: break-spaces;
}
.dropdown:hover .dropdown-menu {
  min-width: 260px;
}
@media(max-width:1199px) {
  .main_carousel .carousel-caption h3 {
    font-size: 50px !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px !important;
    padding: 0 10px !important;
  }
  .navbar-nav .dropdown-item { /*   word-break: break-word;    white-space: normal; */
  }
  .navbar-nav .dropdown.megamenu-li {
    word-break: break-word;
    white-space: normal;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px !important;
  }
  .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main_carousel .carousel-caption h3 {
    font-size: 40px !important;
  }
}
@media all and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .nav-link {
    padding: 1rem 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 60rem) {
  .nav-featured-product-row {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
}
.navbar-nav .dropdown-menu.p-10px {
  padding: 10px !important;
}
.industry_dropdown svg {
  width: 40px;
}
.industry_dropdown .dropdown-item {
  margin-bottom: 10px;
}
.navbar {
  overflow: visible; /* Solution for the Safari issue with navbar dropdown menu failing to show:  Simply setting this overflow CSS property of the navbar to visible instead of hidden. */ background-color: #333;
  top: 0; /* Was -50px; in the example, but that's irrelevant for the Safari issue. */ width: 100%;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
} /*** safari issues ***/ @media (max-width:991px) {
  .navigation_optns {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999 !important;
    overflow: visible !important;
  }
  .navbar {
    border-radius: 0;
    z-index: 9999 !important;
    background: #fff !important;
  }
  .carousel {
    z-index: -1 !important;
   
    position: relative !important;
  }
  .navbar-collapse, .navigation_optns {
    background: #fff !important;
  }
}
@media (max-width:510px) {
  .contact-info {
    text-align: center;
    width: 100%;
  }
  #topbar .top_social {
    display: block !important;
  }
  #topbar .contact-info li {
    border-right: 0;
  }
} /*** New Design ***/ .megamenu-li { /* 	position: static; */
}
.megamenu {
  position: absolute;
  width: 100%;
  left: auto !important;
  right: 0;
  padding: 15px; /*   margin: 0 auto; */
}
@media (min-width:992px) {
  .megamenu {
    width: 600px;
  }
}
@media (min-width:1200px) {
  .megamenu {
    width: 700px;
  }
} /*** menu small width ***/ .small_sm_width_nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width:991px) {
  .small_sm_width_nav .navbar {
    width: 100%;
    margin-left: auto;
    justify-content: flex-end !important;
    background: none !important;
  }
  .navigation_optns {
    background: none !important;
  }
  .small_sm_width_nav .brand_logo {
    width: auto;
    justify-content: start !important;
  }
  .small_sm_width_nav {
    height: 59px;
  }
}
@media (max-width:600px) {
  .navigation_optns {
    background: #fff !important;
  }
  .small_sm_width_nav .brand_logo {
    width: auto;
    height: 60px; /* background: #fff; */
  }
  .small_sm_width_nav {
    position: relative;
  }
  .small_sm_width_nav .navbar {
    width: 100%;
    position: absolute;
  }
  .small_sm_width_nav .brand_logo {
    position: relative;
    z-index: 99999;
    display: flex !important;
    align-items: center;
  }
  .logo-img {
    max-width: 120px !important;
  }
 
  .small_sm_width_nav .navbar-collapse {
    box-shadow: 0px 7px 10px #eae7e7;
  }
}
/*--------------------------------------------------------------# Back to top button--------------------------------------------------------------*/ .back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #ff5821;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.back-to-top:hover {
  color: #fff;
  background: #ff774a;
  transition: background 0.2s ease-in-out;
} /*--------------------------------------------------------------# Top Bar--------------------------------------------------------------*/ #topbar { /*  background: #39312f; */ background: #ff5800;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#topbar .contact-info li {
  display: inline-block;
  padding: 12px 10px;
  border-right: 1px solid #ea9669;
  height: 100%;
  display: inline;
}
#topbar .contact-info li:last-child {
  border-right: 0px solid #ea9669;
}
#topbar .contact-info li + li {
  margin-left: 18px;
}
#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  font-weight: normal;
}
#topbar .contact-info a:hover {
  color: #fff;
}
#topbar .contact-info i {
  color: #ff5821;
  padding-right: 4px;
}
#topbar .cta a {
  color: #fff;
  background: #ff5821;
  padding: 8px 20px;
  display: inline-block;
  transition: 0.3s;
}
#topbar .cta a:hover {
  background: #ff6b3b;
} /*--------------------------------------------------------------# Header--------------------------------------------------------------*/ #header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
}
#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 8px 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#main {
  z-index: 3;
} /*--------------------------------------------------------------# Navigation Menu--------------------------------------------------------------*/ /* Desktop Navigation */ .nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  padding: 11px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff5821;
  text-decoration: none;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 8px;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.megamenu .desc {
  white-space: pre-wrap;
}
.nav-menu .drop-down ul a {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: lightne(#473d3a, 10);
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff5821;
}
.nav-menu .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
} /* Mobile Navigation */ .mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #ff5821;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #473d3a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ff5821;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 37, 35, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
} /*--------------------------------------------------------------# Sections General--------------------------------------------------------------*/ section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #fff9f7;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #635551;
}
.section-title p {
  margin-bottom: 0;
} /*--------------------------------------------------------------# Footer--------------------------------------------------------------*/ #footer {
  font-size: 14px;
  position: relative;
  color: #fff;
}
#footer .footer-top {
  padding: 0;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
footer .up-curvs {
  position: absolute;
  right: 0;
  left: 0;
  top: -50px;
}
.dark-footer { /* background: #111;  */ background: #39312f;
}
.unstyled.address {
  margin-top: 15px !important;
}
.unstyled.address li a {
  padding-left: 10px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffa587;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff5821;
}
#footer .footer-links ul li svg {
  color: #ef5205;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff5821;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #ed3b00;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff5821;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #ff7e54;
  color: #fff;
  text-decoration: none;
} /*--------------------------------------------------------------# Breadcrumbs--------------------------------------------------------------*/ .breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
} /*--------------------------------------------------------------# Values--------------------------------------------------------------*/ .values .card {
  border: 0;
  padding: 20px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}
.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.values .card-title a {
  color: #050748
}
.values .card-text {
  color: #000;
}
.values .read-more a {
  color: #656262; /* text-transform: uppercase;   font-weight: 600;  */ font-size: 12px;
  transition: 0.4s;
}
.values .read-more a:hover {
  text-decoration: underline;
}
.values .card:hover .card-body {
  background: #ff5821;
}
.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
  color: #fff;
} /*--------------------------------------------------------------# Pricing--------------------------------------------------------------*/ .pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #656262;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #ff5821;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #313030;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #ff5821;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #ff5821;
  display: inline-block;
  padding: 6px 35px 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #ff7e54;
}
.pricing .featured h3 {
  color: #fff;
  background: #ff5821;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ff5821;
  color: #fff;
} /*--------------------------------------------------------------# F.A.Q--------------------------------------------------------------*/ .faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #ff5821;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
} /*--------------------------------------------------------------# Contact--------------------------------------------------------------*/ .contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}
.contact .info-box i {
  font-size: 32px;
  color: #ff5821;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #ff5821;
}
.contact .php-email-form input {
  padding: 20px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #ff5821;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #ff7e54;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.enquire-form .form-block select {
  margin: 0 0 15px;
  border: 0;
  width: 100%;
  color: #172b43;
  font-size: 16px;
  background: #fff;
  outline: 0;
  height: 50px !important;
  padding: 0 15px;
} /*** Animation ***/ .small_video_section {
  border: 1px solid #000;
}
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
  max-width: 100%;
  height: auto;
}
.btn_close {
  background: none;
  font-size: 40px;
  padding: 0;
  opacity: 1;
  color: red !important;
  outline: none;
}
.hover_img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 50px;
  z-index: 9;
}
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  cursor: pointer;
}
.no-padding {
  padding: 0;
}
.popup_video .modal-body {
  padding: 0;
}
.pod-promo {
  background: #fff; /*   border: 1px solid #d8e5ff; */ padding: 0;
}
.pod-promo.image .bg-light {
  min-height: 300px;
  background-position: center !important;
}
.bg-light {
  background-color: #e6e6e6;
}
.pod-promo.image .inner {
  padding: 3em 2em;
  text-align: left;
}
.btn_play {
  padding: .75em 1.5em .85em;
  font-size: 1em;
  min-width: 160px;
  font-weight: 400;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  letter-spacing: -.0175em;
  background: #fc6023 !important;
  border: 2px solid #fc6023;
  color: #fff;
}
.two_section_video .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.mrg_2 {
  margin: 2em 0;
}
.two_section_video {
  display: inline-block;
  position: relative;
  width: 100%;
}
.popup_video .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .8;
}
@media(max-width:991px) {
  .two_section_video .flex {
    display: block;
  }
} /*--------------------------------------------------------------  # Intro Section  --------------------------------------------------------------*/ .section-header h3 {
  font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 30px;
  color: #000; /*   width: 50%; */
}
#intro {
  width: 100%;
  position: relative;
  background: url("../images/animation/pixo-intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 20px 0 70px 0;
}
#intro .intro-img {
  width: 50%;
  float: right;
}
#intro .intro-info {
  width: 50%;
  float: left;
}
#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#intro .intro-info h2 span {
  color: #f9c6ad;
  text-decoration: underline;
}
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}
#intro .intro-info .btn-get-started {
  background: #fc6023;
  border: 2px solid #fc6023;
  color: #fff;
}
#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
#intro .intro-info .btn-services {
  border: 2px solid #fff;
}
#intro .intro-info .btn-services:hover {
  background: #fc6023;
  border-color: #fc6023;
  color: #fff;
} /* About Us Section  --------------------------------*/ #about {
  background: #fff;
  padding: 20px 0;
}
#about .about-container .background {
  margin: 20px 0;
}
#about .about-container .content {
  background: #fff;
}
#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 18px;
}
#about .about-container p {
  line-height: 26px;
}
#about .about-container p:last-child {
  margin-bottom: 0;
}
.explnr_sections .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}
.explnr_sections .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fc6023;
  transition: all 0.3s ease-in-out;
}
.explnr_sections .icon-box .icon i {
  color: #fc6023;
  font-size: 24px;
}
.explnr_sections .icon-box:hover .icon {
  background: #fc6023;
}
.explnr_sections .icon-box:hover .icon i {
  color: #fff;
}
.explnr_sections .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
.explnr_sections .icon-box .title a {
  color: #283d50;
}
.explnr_sections .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
#about .about-extra {
  padding-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#about .about-container { /*   padding-top: 60px; */ display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.explnr_sections .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
#about .about-extra h4 {
  font-weight: 600;
  font-size: 18px;
  padding-left: 80px;
} /* Services Section  --------------------------------*/ #services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}
#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}
#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}
#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#services .title a {
  color: #111;
}
#services .box:hover .title a {
  color: #fc6023;
}
#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}
#why-us {
  padding: 60px 0;
  background: #004a99;
}
#why-us .row-eq-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#why-us .section-header h3, #why-us .section-header p {
  color: #fff;
}
#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}
#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}
#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}
#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}
#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}
#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}
#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}
#why-us .counters {
  padding-top: 40px;
}
#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}
#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
} /* Portfolio Section  --------------------------------*/ #portfolio {
  padding: 20px 0 20px 0; /*  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fc6023;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #fc6023;
  color: #fff;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #fc6023;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fc6023;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}
#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}
#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
} /* Testimonials Section  --------------------------------*/ #testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}
#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}
#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#testimonials .owl-dot.active {
  background-color: #fc6023;
} /* Team Section  --------------------------------*/ #team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}
#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}
#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  transition: none;
  color: #fff;
}
#team .member .social a:hover {
  color: #fc6023;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
} /* Clients Section  --------------------------------*/ #clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}
#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}
#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#clients img {
  transition: all 0.4s ease-in-out;
} /* Contact Section  --------------------------------*/ #contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}
#contact .section-header {
  padding-bottom: 30px;
}
#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fc6023;
}
#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}
#contact .social-links {
  padding-bottom: 20px;
}
#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #fc6023;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #fc6023;
}
#contact .social-links a:hover {
  background: #fc6023;
  color: #fff;
}
#contact .info {
  color: #283d50;
}
#contact .info i {
  font-size: 32px;
  color: #fc6023;
  float: left;
  line-height: 1;
}
#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}
#contact .form #sendmessage {
  color: #fc6023;
  border: 1px solid #fc6023;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
#contact .form button[type="submit"] {
  background: #fc6023;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}
#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.explnr_video_bg {
  height: 230px;
  background-size: cover !important;
  background-position: center !important;
}
#main p {
  font-size: 14px;
}
#about .about-extra ul {
  font-size: 18px;
  line-height: 2;
  padding-left: 0;
  list-style: none;
}
#about .about-extra ul li::before {
  content: "\2022";
  color: #fc6023;
  display: inline-block;
  width: 0.8em;
  font-size: 28px;
  line-height: 0;
  vertical-align: sub;
}
#video-production-process {
  overflow: hidden;
  width: 100%; /*   height: 680px;  background: #edeae8;      position: relative;    background: url(../images/animation/digital.png);    background-position:center;    background-size:cover; */ background: #f6f2db;
}
#video-production-process .video-overlay { /*  background: rgba(0,0,0,0.5); */ pointer-events: none;
  position: absolute;
  height: 730px;
  width: 100%;
  top: 0;
}
#video-production-process .callout-content {
  position: absolute;
  text-align: center;
  padding: 20px 0 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#video-production-process h3 {
  font-size: 20px;
}
#video-production-process img {
  max-width: 100%;
}
#video-production-process .common-heading h3, #video-production-process p, #video-production-process li {
  color: #000 !important;
}
.home-section-started {
  background: linear-gradient(to right, #fc6023, #d91809);
  padding: 20px 0 40px 0;
}
.btn:visited, .btn:link {
  font-size: 17px !important;
  color: #fff !important;
  width: 200px;
  padding: 15 0px !important;
}
.btn-blue {
  background-color: #20266f;
}
.home-section-started h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}
.home-section-started p {
  color: #fff;
  font-size: 20px !important;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.explainer_video_marketing {
  padding: 2em 0;
}
.explainer_video_marketing .media-body, .explainer_video_marketing .media-left, .explainer_video_marketing .media-right {
  display: block;
  text-align: center;
  width: auto;
}
.explainer_video_marketing .icon {
  text-align: center;
}
.explainer_video_marketing .icon > .fa {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  border: 1px solid #D6040C;
  margin-bottom: 13px; /*   display: table-cell; */ -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  text-align: center; /* padding-top: 1.9em; */ font-size: 24px;
  line-height: 85px;
  color: #D6040C;
}
.explainer_video_marketing .icon:hover .fa {
  background-color: #D6040C;
  color: #fff
}
.about-extra h3 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 700
}
.explainer_video_marketing .media-body h5 {
  font-weight: 700;
}
.explainer_video_abt h3 {
  font-size: 22px;
  font-weight: 700;
}
.explainer_video_marketing .service-style {
  padding-top: 1em;
}
.d-flex {
  display: flex;
  align-items: center;
}
.y_chose h3 {
  text-align: left;
}
.work-category-in-details.explainer-video-production {
  background: #3ab577;
}
.work-category-in-details {
  color: #fff;
  padding: 0 !important;
}
.work-category-in-details h3 {
  color: #ff5800;
  font-size: 32px;
  line-height: 28px;
  margin: 0;
}
.work-category-in-details .portfolio-content-home {
  padding: 2em 0 3em 0;
}
.work-category-in-details p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 0;
  color: #fff;
}
.work-category-in-details .item {
  font-size: 14px;
  line-height: 26px;
  min-height: 105px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 15px;
}
.explainer_video_marketing .section-header h3, .explainer_video_marketing .section-header p {
  text-align: left;
}
.single-item {
  position: relative; /*  margin: 0 3%;  transition: transform .8s ease,opacity .8s ease;      transform: translateX(50px); */
}
.single-item:before {
  display: block;
  position: absolute;
  left: 20px;
  border-radius: 50%;
  background-color: #fc6023;
  content: "";
}
.single-item ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}
.single-item ul li:before {
  top: 4px;
  left: -24px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fdce08;
  content: "";
  position: absolute;
  margin-right: 15px;
}
.single-item h2 {
  font-size: 15px;
  color: #9A9A9A;
  text-transform: uppercase;
  font-weight: 400;
}
.single-item i {
  position: absolute;
  left: 0;
  font-size: 40px;
}
.single-item h4 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 14px;
}
.single-item h3 {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 18px;
}
.explainer_video_marketing .section-header h3 {
  margin-top: 0
}
@media (min-width: 992px) {
  .work-category-in-details.explainer-video-production {
    background: url(../images/animation/ev-right-bg.jpg) #3a63b5 no-repeat;
    background-size: 45%;
    background-position: right center;
  }
}
@media only screen and (min-height: 760px) {
  .work-category-in-details .portfolio-content-home {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1100px) {
  .single-item:before {
    top: -25px;
    width: 66px;
    height: 66px;
  }
  .single-item i {
    top: -15px;
    width: 47px;
    height: 47px;
  }
  .single-item {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1099px) {
  .single-item:before {
    top: -25px;
    width: 66px;
    height: 66px;
  }
  .single-item i {
    top: -15px;
    width: 47px;
    height: 47px;
  }
  .single-item {
    padding-left: 100px;
  }
}
@media screen and (max-width: 375px) {
  .single-item svg, .single-item:before {
    display: none;
  }
  .single-item {
    padding-left: 0px;
  }
} /**** Services ****/ .services_cards {
  clear: both;
}
.services_cards .view {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.f-30 {
  font-size: 30px;
}
.all_cards .view {
  max-width: 100%;
}
.zoom img, .zoom video, .zoom div {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.zoom:hover img, .zoom:hover video, .zoom:hover div {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.all_cards .card-body {
  position: absolute;
  background: #fff;
  width: 350px;
  min-height: 100px;
  height: auto;
  background: rgba(255, 255, 255, .9) !important;
  bottom: 20px;
  border-radius: 0 3px 3px 0;
  padding: 15px 30px 20px;
}
.all_cards .card {
  margin: 5px;
  border: 0
}
.all_cards .card-title {
  font-size: 20px;
  color: #ff5200;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.all_cards .card-text {
  margin: 0
}
.services_cards .fa-arrow-circle-o-right {
  font-size: 18px;
}
.card-7, .card-5, .card-4, .card-6 {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.card-12 {
  max-width: 96.66666%;
  -ms-flex: 0 0 96.66666%;
  flex: 0 0 96.66666%;
}
.justify-center {
  justify-content: center;
}
.card-img {
  height: 400px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 768px) {
  .card-7, .card-5, .card-6 {
    max-width: 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
@media (min-width: 992px) {
  .card-7 {
    -ms-flex: 0 0 56.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
  }
  .card-5 {
    -ms-flex: 0 0 39.666667%;
    flex: 0 0 39.666667%;
    max-width: 39.666667%;
  }
  .card-4 {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
  }
  .card-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
.top-footer, .footer {
  background-color: #ff5800 !important;
  color: #fff;
}
.top-footer h4 {
  margin-bottom: 20px !important;
}
.top-footer ul li a {
  color: #ffffff;
}
@media (max-width:1299px) {
  .w-380 {
    width: 250px !important;
  }
  .w-500 {
    width: 400px;
  }
}
.software_slider .nbs-flexisel-item a img {
  width: auto;
  height: 60px;
}
.software_slider .bg-primary {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 200px;
  border: none;
  color: #fff;
  border-radius: 100px;
  text-transform: none;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  max-width: 100px;
  padding: 0px 10px !important;
  font-size: 12px !important;
  line-height: 20px;
  min-width: initial !important;
}
.margin-top-30 {
  margin-top: 30px !important;
} /*** Solutions ***/ .bottom_section .contact-wrapper {
  border-radius: 3px;
  opacity: 1;
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .3);
  padding: 0;
  position: relative;
  background: #fff;
}
.contact_img {
  background-size: cover !important;
  background-position: center !important;
}
.bottom_section .bottom-contactus-content {
  padding: 0px 79px 0 82px !important;
  width: 100%;
  min-height: 171px;
  margin: 0;
  align-items: center;
}
.h-250 {
  height: 250px;
} /*** bus booking pro ***/ .sltn_ovrvw_tboptns {
  background: #f99104 !important;
  padding: 2em 0
}
.bus_bkng_sltn_ovrvw {
  background: #fff !important
}
.bus_bkng_sltn_ovrvw .services-grids img {
  max-width: 70px;
  min-height: 100px;
  margin: 0 auto;
  width: 100%;
  clear: both;
  padding-bottom: 20px;
  display: block
}
.solution_overview .nav-tabs {
  border-bottom: none
}
.solution_overview .nav-tabs a {
  background: 0 0 !important
}
.solution_overview .nav-tabs .icon_border, .solution_overview .nav-tabs .icon_border:hover, .solution_overview .nav-tabs a .btn-warning {
  background: 0 0 !important;
  border: none !important
}
.solution_overview .nav-tabs .active > a, .solution_overview .nav-tabs > li > a:hover {
  color: #fff !important
}
.sltn_ovrvw_tboptns h1 strong {
  color: #fff
}
.white_color {
  color: #fff
}
.bkng_sln_tab .card {
  margin: 30px 0 0 0;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
}
.bkng_sln_tab .tab-pane {
  padding: 15px 0;
}
.bkng_sln_tab .tab-content {
  padding: 20px;
  background: #fff;
}
.bkng_sln_tab .nav-tabs > li > a {
  border: none;
  color: #000;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.solution_overview_new .tab-content h4 {
  padding-bottom: 0px;
  font-weight: 700;
  text-align: center;
}
.solution_overview_new .tab-content p {
  text-align: center;
  margin-top: 0;
}
.solution_overview_new nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: none;
  border-radius: 0;
}
.solution_overview_new .tab-content img {
  padding-bottom: 0;
  min-height: initial;
}
.solution_overview_new nav > div a.nav-item.nav-link {
  border: none;
  padding: 15px 25px;
  color: #fff;
  background: #f99104 !important;
  border-radius: 100px !important;
  margin: 0 3px;
}
.solution_overview_new nav > div a.nav-item.nav-link.active {
  background: #a7a7a7 !important;
  color: #000;
  font-weight: 700;
}
.solution_overview_new nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 0;
  border-top-color: #a7a7a7;
}
.solution_overview_new .tab-content {
  background: none;
  line-height: 25px;
  border: 0;
  padding: 30px 15px !important;
}
.bus_bkng_sltn_ovrvw.solution_overview_new {
  background: #fcdbb8 !important;
  padding-bottom: 0;
}
.solution_overview_new nav > div a.nav-item.nav-link:hover, .solution_overview_new nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #e74c3c;
  color: #fff;
  border-radius: 0;
  transition: background 0.20s linear;
}
.bb_streamline {
  text-align: center; /*  background: linear-gradient(rgba(255, 147, 0, .1), rgba(249, 145, 4, .1)), url(../images/busbookingpro/stream.jpg) no-repeat 0 0; */ background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}
.streamline_tp {
  background: rgba(0, 0, 0, .4);
  padding: 3em 0;
}
.bb_streamline .agileits_w3layouts_more {
  text-align: center;
  margin-top: 3em;
}
.solution_overview_new nav > div a img {
  height: 30px;
}
.heading-agileinfo span {
  display: block;
  font-size: 18px !important;
  margin-top: 1em;
  color: #fff;
  text-transform: initial;
  font-weight: 500;
}
.prmtnlcode_scnd_rw {
  max-width: 325px;
  margin: 0 auto;
}
.dashboard_sctn h3 {
  color: #fff;
}
.orange_color {
  color: #f99104 !important;
}
.index_about {}
.index_about h2 {
  color: #000;
}
.solution_overview_new h3 {
  margin-bottom: 1em;
}
.solution_overview.bus_mgmnt .row {
  align-items: flex-start;
}
.bus_mgmnt .shopping_experience_carosel.shopping_experience_carose_new {
  min-height: 400px !important;
}
.bus_mgmnt .shopping_experience_carosel.shopping_experience_carose_new .image-bar {
  max-height: 280px !important;
}
.bus_mgmnt .shopping_experience_carosel.shopping_experience_carose_new .image-bar img {
  max-width: 270px !important;
  padding-top: 90px;
}
.shopping_experience_carosel.shopping_experience_carosel_new .image-bar {
  max-height: 200px !important;
}
.dashboard_sctn .row {
  align-items: center;
}
.w3-services.web_features.web_services.bus_bkng_web_services .row {
  align-items: flex-start;
}
.video_section_outline {
  margin: 2em auto !important;
}
.video_section_outline h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.video_section_outline p {
  margin: 0 auto;
  padding: 7px 0;
  font-size: 16px;
  line-height: 25px;
}
.video_section_outline h4 {
  margin-bottom: 22px !important;
  font-weight: 600;
  font-size: 22px;
  margin-top: 0 !important;
}
.video_section_outline .submit_btn {
  border: none;
  outline: none !important;
  color: #fff;
  padding: .6em 3em;
  font-size: 1em;
  margin: 1em 1em 0 0;
  -webkit-appearance: none;
  background: #f99104;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  border-radius: 100px;
}
.tour_package_new {
  background: linear-gradient(to top, #000, #f17a00);
  color: #fff;
}
.tour_package_new h3, .tour_package_new h5 {
  color: #fff !important
}
.tour_package_new .w3_featured_services_left {
  background: none !important;
}
.video_section_outline #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 2;
  cursor: pointer;
}
.black_color {
  color: #000 !important;
}
.text-center p {
  text-align: center;
}
.w3ls_banner_bottom_grids.service_about.index_about {
  padding-bottom: 2em;
  margin-top: 0;
}
.agent_mngmnt .row {
  align-items: center;
}
._bus_mng_container p {
  text-align: left !important;
  margin: 0;
}
.bus_mgmnt_img {
  padding-bottom: 10px;
}
._bus_mng_container h4 {
  font-size: 18px;
  margin-bottom: 0 !important;
}
.bus_mgmnt_new .grid1 {
  display: flex;
}
.grid_texts {}
.bus_mgmnt_new .grid1 img {
  height: 50px;
  max-width: initial;
  padding: 0 15px;
}
.align-self-center {
  align-self: center;
}
.web_features.web_features ul li img {
  height: 40px;
}
.services_grids_blocks {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:1500px) {
  .bus_mgmnt .shopping_experience_carosel.shopping_experience_carose_new .image-bar {
    max-height: 277px !important;
  }
  .bus_mgmnt .shopping_experience_carosel.shopping_experience_carose_new .image-bar img {
    max-width: 340px !important;
    padding-top: 68px;
  }
}
.dashboard_features .w3-services-right1-grid p {
  text-align: left;
}
.w3ls_banner_bottom_grids.service_about.index_about p {
  font-weight: 700;
  font-size: 16px;
}
.grid_inner_block {
  padding: 0 15px;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
}
@media (max-width: 1099px) {
  .grid_inner_block {
    padding: 0 0px;
  }
  .four_icon_blck .grid1 {
    padding: 10px;
  }
}
.tour_package .w3_featured_services_left {
  padding: 2em;
}
@media (max-width: 1199px) {
  .shopping_experience_carosel.shopping_experience_carosel_new .image-bar {
    max-height: 175px !important;
  }
  .bus_mgmnt .shopping_experience_carosel.shopping_experience_carose_new .image-bar img {
    max-width: 220px !important;
    padding-top: 105px;
  }
  .bus_mgmnt .shopping_experience_carosel.shopping_experience_carose_new .image-bar {
    max-height: 240px !important;
  }
  .video_img {
    height: 410px !important;
  }
}
.nav_style .navbar-nav .dropdown-menu li a {
  padding: 8px 15px !important;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}
.nav_style .dropdown:hover .dropdown-menu, .nav_style .dropdown:hover .nav-link.dropdown-toggle {
  background: #ee3b24;
  color: #fff !important;
  margin: -3px 0;
}
.nav_style .dropdown:hover .dropdown-menu li a {
  color: #fff !important;
}
.nav_style .navbar-nav .dropdown-menu li:hover a, .nav_style .navbar-nav .dropdown-menu li:focus a, .nav_style .navbar-nav .dropdown-menu li.active a {
  color: #ee3b24 !important;
  background: #ffffff !important;
}
.nav_style .dropdown:hover .dropdown-menu.megamenu, .nav_style .dropdown.has-megamenu:hover .nav-link.dropdown-toggle {
  background: #fff;
  color: #000 !important;
}
.nav_style .dropdown:hover .dropdown-menu.megamenu li a {
  color: #000 !important;
}
.nav_style .navbar-nav .dropdown-menu.megamenu li:hover a, .nav_style .navbar-nav .dropdown-menu.megamenu li:focus a, .nav_style .navbar-nav .dropdown-menu.megamenu li.active a {
  color: #000000 !important;
  background: #ebdfd2 !important;
}
.rental_rgt_img {
  align-self: center;
}
.video_img {
  height: 350px !important;
}
.dashboard_sctn {
  background: #000;
  color: #fff;
}
.web_features i, .web_features svg {
  font-size: 30px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5f01), to(#f99104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
  color: #ff5f01;
  font-size: 20px;
}
.web_services .w3-services-right1-grid h5 {
  font-size: 18px !important;
  font-weight: 700;
  text-align: left;
}
.w3-services-right1-grid p {
  margin: 0;
  text-align: left;
}
.tour_package h5 {
  font-size: 16px !important;
  text-align: left;
}
.w3-services-right1-grid ul li {
  padding-bottom: 15px;
  float: left;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
}
.dashboard_features .w3-services-right1-grid p {
  text-align: left;
}
.web_features .stream_p {
  padding-bottom: 15px;
  text-align: left;
}
.agent_mngmnt h1 {
  text-align: left;
}
.bus_bkng_four_icon_blck {
  background: -webkit-gradient(linear, left top, right top, from(#fa9104), to(#f17a00)) !important;
  background: linear-gradient(to right, #fa9104, #f17a00) !important;
  padding: 40px 0 !important;
  color: #fff;
}
.agent_mngmnt.web_features svg {
  font-size: 20px !important;
}
.route_manage {
  background: linear-gradient(to right, #fa9104, #f17a00);
  padding: 40px 0 !important;
  color: #fff;
}
.route_manage .grid1 h4 {
  font-size: 20px;
}
.route_manage .grid1 img {
  max-width: initial;
  max-height: 80px;
  width: auto;
}
.w3_featured_services_left_grid .row {
  width: auto !important;
  display: block;
}
.w3_featured_services_left_grid .row {
  width: auto !important;
  display: block;
}
.inner_dashboard h5 {
  margin-top: 0 !important;
}
.bus_mgmnt .shopping_experience_carosel {
  background: url(../images/busbookingpro/mac.png) no-repeat;
  background-position: center;
  padding-top: 20px !important;
  background-size: contain;
  padding-bottom: 35px !important;
  max-width: 870px;
  width: 100%; /* margin-top: 50px !important; */ margin-top: 0px !important;
  min-height: 500px !important;
  margin: 0 auto;
}
.bus_mgmnt .shopping_experience_carosel.shopping_experience_carose_new {
  min-height: 400px !important;
} /*** Ski Hire ***/ .about_inner {
  padding: 3em 0 1em 0;
}
#about .heading_style h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
#about h3 {
  text-align: center;
  color: #04287c;
}
#about p {
  text-align: center;
}
.digital-services {
  padding-top: 40px;
  padding: 10px;
}
.icon_img {
  max-height: 150px;
  margin-bottom: 5px;
  overflow: hidden;
}
.round_icon img {
  max-width: 130px;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  width: 100%;
}
#about h6 {
  text-transform: initial;
  font-size: 18px;
  color: #04287c;
  font-weight: 700;
  padding-bottom: 15px;
}
.ski_rental_tab {
  background: #ff6c03;
  background: linear-gradient(to bottom right, #f99104, #c37000);
}
.ski_rental_tab .tab_style .card {
  background: none;
  border: none;
}
.ski_rental_tab .tab_style .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
  border-top: none;
  margin-bottom: 1em;
}
.tab_style .nav-tabs > li {
  float: none;
  display: inline-block;
}
.ski_rental_tab .tab_style .nav-tabs li a {
  padding: 15px 25px !important;
  border-radius: 100px;
  line-height: 25px;
  background: #fff;
  border: none;
}
.ski_rental_tab .tab_style .nav-tabs li a.active {
  background: #04287c;
  color: #ffffff;
}
.ski_rental_software {
  padding: 4em 0 2em;
}
.ski_rental_tab .tab_style .heading_style h1 {
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
}
.ski_rental_tab p {
  color: #fff;
}
.ski_rental_tab .well_ul ul li {
  color: #fff;
}
.well_ul ul li:before {
  font-family: 'Glyphicons Halflings';
  content: "\e067";
  position: absolute;
  left: 25px;
  color: #e60808;
}
.ski_rental_tab .well_ul ul li:before {
  color: #ffffff;
  left: 0;
}
.sltn_to_rent {
  padding: 4em 0 0;
  background: #042f94;
  color: #fff;
  min-height: initial;
}
.more_info.sltn_to_rent.looking_for {
  padding: 2em 0 1em 0;
  min-height: initial;
}
.more_info p {
  color: #fff;
}
.well_ul {
  padding: 30px 0;
}
.sltn_to_rent .well_ul ul {
  padding-left: 100px;
}
.looking_for .service-icon {
  font-family: 'FontAwesome';
  content: "\f109";
  position: absolute;
  left: 15px;
}
.more_info.sltn_to_rent.looking_for h4 {
  color: #fff;
}
.more_info p {
  color: #fff;
}
.skihire_video .video_rgt {
  background: #b8fce9;
}
.img-fluid {
  height: 330px;
  background-position: center !important;
  background-size: cover !important;
}
.skihire_video .video_img {
  height: 400px !important;
}
@media (max-width: 1199px) {
  .popup_video .video_img {
    height: 400px !important;
  }
}
.small_banner {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.want_knw_more {
  background: linear-gradient(rgba(0, 74, 163, 0.8), rgba(0, 71, 156, 0.8)), url(../images/ski/ski-bg-1.jpg) no-repeat;
  background: -moz-linear-gradient(rgba(0, 74, 163, 0.8), rgba(0, 71, 156, 0.8)), url(../images/ski/ski-bg-1.jpg) no-repeat;
  background: -webkit-gradient(rgba(0, 74, 163, 0.8), rgba(0, 71, 156, 0.8)), url(../images/ski/ski-bg-1.jpg) no-repeat;
  background: -webkit-linear-gradient(rgba(0, 74, 163, 0.8), rgba(0, 71, 156, 0.8)), url(../images/ski/ski-bg-1.jpg) no-repeat;
  background: -o-linear-gradient(rgba(0, 74, 163, 0.8), rgba(0, 71, 156, 0.8)), url(../images/ski/ski-bg-1.jpg) no-repeat;
  background: -ms-linear-gradient(rgba(0, 74, 163, 0.8), rgba(0, 71, 156, 0.8)), url(../images/ski/ski-bg-1.jpg) no-repeat;
  background: linear-gradient(rgba(0, 74, 163, 0.8), rgba(0, 71, 156, 0.8)), url(../images/ski/ski-bg-1.jpg) no-repeat;
  padding: 4em 0;
  color: #fff;
}
.rental_sale_left .well_ul ul {
  padding-left: 60px;
}
.looking_for .well_ul ul li:before {
  display: none;
}
.sltn_to_rent ul h4 {
  font-size: 16px;
  text-transform: initial;
}
.ski_rental_software.ski_rental_tab .well_ul {
  padding: 30px 40px;
}
.ski_rental_software.ski_rental_tab .well_ul ul li:before {
  left: 20px;
}
.ski_rental_software .heading_style h1 span {
  font-weight: 700;
  color: #000000;
}
.easy_rest {
  text-align: center;
}
.tech_business {
  background: #f8e5b0 !important;
}
.tech_business .well_ul ul li:before {
  display: none;
}
.tech_powers .service-icon {
  font-family: 'FontAwesome';
  content: "\f109";
  position: absolute;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .ftrs_block .services-grids1, .ski_rental_sales .rental_sale_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.rental_sales .well_ul ul li:before {
  font-family: 'Glyphicons Halflings';
  content: "\e067";
  position: absolute;
  left: 25px;
  color: #fff;
  background: #e60808;
  padding: 5px;
}
.rental_sales .well_ul ul li:before {
  font-size: 15px;
  margin-top: -3px;
}
.rental_sales ul li {
  margin-bottom: 15px;
}
.sltn_to_rent.tech_powers.tech_powers_bg.tech_business p {
  color: #000 !important;
}
.sltn_to_rent.tech_powers.tech_powers_bg.tech_business li h4 {
  color: #e60808 !important;
}
.small_banner ._ski_mng_container .grid1 h4 {
  color: yellow;
  font-size: 18px;
}
.route_mng_optns {
  padding: 0 3em;
}
.about_inner h2 {
  font-size: 22px;
  padding-bottom: 0px;
}
.container.video_section_outline.skihire_video {
  margin: 0em auto;
} /**** Schedule *****/ .blue_color {
  color: #1c50f2;
}
.dark_blue_color {
  color: #201f5d;
}
.appntmnt_fn h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
.appntmnt_fn i {
  font-size: 48px;
  font-weight: 700;
  color: #1e63a9;
  background: none;
}
.pad_t_2em {
  padding-top: 2em;
}
.pad_2em {
  padding: 2em 0;
}
.g-mb-50 {
  margin-bottom: 50px;
}
.font_26 {
  font-size: 26px;
}
.lg_rds_btn {
  border-radius: 25px;
}
.blue_btn {
  background: #276eda;
  color: #fff !important;
}
.start_trl_btn {
  padding: 10px 40px;
}
.font_16 {
  font-size: 16px;
}
.g-mb-20 {
  margin-bottom: 20px;
}
.apnty_section {
  background-size: cover;
  background-position: top center;
}
.schedule_strip.strip {
  padding: 4em 0;
  background: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  text-align: center;
  margin: 2em auto;
  -webkit-box-shadow: 0px 10px 5px 0 rgb(242, 244, 255);
  -moz-box-shadow: 0px 10px 5px 0 rgb(242, 244, 255);
  box-shadow: 0px 10px 5px 0 rgb(242, 244, 255);
}
.apnty_section .strip h3 {
  color: #000;
}
.pad_4em {
  padding: 4em 0;
}
img {
  max-width: 100%;
}
.sign_up {
  background: url(../images/schedule/shape2.png);
  background-size: cover;
  background-position: top center;
  padding: 7em 0;
}
.contact-form {
  max-width: 700px;
  margin: 0 auto;
}
.contact-form input {
  min-height: 42px; /*       background: #f6fbfc !important; */ border: none;
}
.contact-form textarea { /*      background: #f6fbfc !important;    border: none; */ resize: none;
}
.g-recaptcha div {
  text-align: center;
  margin: 0 auto;
}
.apnt_business .sell-icon img {
  max-width: initial;
}
.apnt_business .sell-icon {
  background: none !important;
}
@media (min-width: 576px) {
  .apnt_business .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .apnt_business .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .d_flex {
    display: flex;
  }
  .pad_r_3em {
    padding-right: 3em;
  }
  .apnty_section .strip h3 span {
    display: initial;
  }
  .apnt_business .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.easy_flexible.appntmnt_fn .sell-icon img {
  height: 70px;
  justify-self: center;
  align-self: center;
}
#sm_banner {
  background: #0A69A5;
  background: url(../images/schedule/appointment-sw-sm-banner.jpg) center no-repeat, linear-gradient(45deg, #0A69A5, #004977);
  color: white;
  padding: 30px 0 40px;
}
#sm_banner .choice_wrap {
  display: table;
  margin: 0 auto;
  font-size: 24px;
}
#sm_banner h3 {
  color: white;
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
}
.schedule_video .video_img {
  height: 550px !important;
}
#sm_banner .col-md-12.text-center {
  z-index: 9;
} /*** Pixo Booking ***/ .potential_section .potential_mrgn {
  max-width: 1200px;
  background: #f3f9fb;
  margin: 0 auto;
}
.about_section {
  color: #000;
  padding: 2em 0;
  text-align: center;
}
.tours_ftrs_container {
  max-width: 1200px;
  margin: 0 auto;
}
.potential_section {
  margin: 0 auto;
  padding: 1em 0;
  display: grid;
  text-align: center;
  background: #f0f9fd;
}
.potential_section .icons_outline img {
  max-width: 85px;
}
.ultmt_bkng {
  background: url(../images/pixobooking/ultimate.png) !important;
  padding: 4em 0;
  background-color: #00a6e8 !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 3em !important;
  background-attachment: fixed !important;
  color: #fff;
}
.pxbkng_streemline .service-box .service-icon {
  position: relative;
  left: -17px;
}
.pxbkng_streemline .service-box {
  position: relative !important;
  display: flex !important;
  align-items: center;
}
.ultmt_bkng h1, .ultmt_bkng h4 {
  color: #fff;
}
.ychoose_pixsoft i, .ychoose_pixsoft svg {
  color: #00beff;
}
.ychoose_pixsoft h3 {
  font-size: 18px;
  margin: 5px 0;
  color: #0327be;
  font-weight: bold;
  text-transform: initial !important;
}
.strean_line .service-box {
  padding: 0 0 0 30px;
  margin-top: 0px;
}
.strean_line.pxbkng_streemline p {
  margin: 20px 0 0 0;
}
.ychoose_pixsoft .service-box {
  margin-top: 20px;
}
.bboking_fuel_section {
  background: #00b2ef;
}
.p-tb-2 {
  padding: 2em 0 !important;
}
.bkng_fl {
  background: none;
  padding: 2em 0;
  margin-top: 15px;
}
.bkng_fl_container .bkng_fl_opts {
  padding: 15px;
}
@media (min-width: 651px) {
  .bkng_fl_container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .bkng_fl_container {
    width: initial;
  }
}
@media (min-width: 1200px) {
  .bkng_fl_container {
    width: 1100px;
    margin: 0 auto;
  }
}
.bkng_fl_opts img {
  height: 90px;
  max-width: initial;
}
.bboking_fuel_section h2 {
  color: #ffebaf;
}
.bboking_fuel_section h1 span, .bboking_fuel_section p {
  color: #ffffff;
  font-size: 16px;
}
.pixobkng_strean_line.more_features {
  background: #bae5f8;
  padding: 1em 0 2em 0;
}
.p-tb-3 {
  padding: 3em 0 !important;
}
.pixobkng_strean_line.more_features img {
  width: auto;
  height: initial;
}
.sub_features.strean_line .service-icon {
  max-width: 20px;
}
.strean_line .service-box .service-icon {
  top: 5px;
  left: 0px;
  line-height: 15px;
}
.pixobk_abt h4 {
  font-weight: 500;
}
@media (min-width: 992px) {
  .tours_ftrs_imgs {
    max-height: 226px;
    overflow: hidden;
  }
}
.tours_ftrs_container h4 {
  font-weight: 700;
}
.strean_line .service-box {
  padding: 0 0 0 30px;
  margin-top: 0px;
}
.pxbkng_streemline.strean_line .service-box {
  padding: 0;
}
.strean_line.pxbkng_streemline p {
  padding-left: 10px;
}
.streamline_img_lg {
  max-width: 525px;
  margin: 0 auto;
  display: block;
}
.sell-icon {
  font-size: 1.28571rem !important;
  width: 5.5em;
  height: 5.5em;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 50px;
}
.sell_more .sell-icon svg {
  font-size: 26px !important;
}
.g-bg-teal-opacity-0_1 {
  background-color: rgba(24, 186, 155, 0.1) !important;
}
.g-bg-teal-opacity-0_2 {
  background-color: rgba(0, 190, 214, 0.1) !important;
}
.g-bg-teal-opacity-0_3 {
  background-color: rgba(0, 0, 153, 0.1) !important;
}
.g-bg-teal-opacity-0_4 {
  background-color: rgba(154, 105, 203, 0.1) !important;
}
.sell_more h3 {
  font-size: 18px;
  margin: 5px 0 10px 0;
}
.sell-icon svg {
  position: relative;
  top: 50%;
  font-size: 18px;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
}
.sell_more .sell-icon svg {
  font-size: 26px;
}
.g-bg-teal-opacity-0_1 svg {
  color: #18ba9b !important;
}
.g-bg-teal-opacity-0_2 svg {
  color: #00bed6 !important;
}
.g-bg-teal-opacity-0_3 svg {
  color: #009 !important;
}
.g-bg-teal-opacity-0_4 svg {
  color: #9a69cb !important;
}
@media (min-width: 768px) {
  .sell_more p {
    min-height: 66px;
  }
}
.pixo_booking_sell_more h3 {
  color: #0327be;
}
.pixobkng_strean_line.more_features {
  color: #000 !important;
}
.pixobkng_strean_line.more_features h1 {
  color: #0327be !important;
}
.pixobkng_strean_line.more_features p {
  font-size: 14px !important;
} /*** Shuttle Booking ***/ .top_section {
  padding: 4em 2em 2em 2em;
  display: inline-block;
  width: 100%;
}
.unit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.unit-left, .unit-right {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.icon {
  display: inline-block;
  text-align: center;
}
.icon-info.icon-lg {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 54px;
  background-color: #fe5f15;
  color: #fff;
}
.passenger_experience { /*   background: url(../images/shuttlebooking/home/1.jpg); */
}
.services_item {
  text-align: center;
  padding: 25px 15px;
  border-radius: 10px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 0px;
}
.services_item p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}
.shuttle_video {
  background: #ffccae;
}
.shuttle_video .video_img {
  height: 450px !important;
}
.services_inner h4 {
  font-size: 18px; /* text-transform:uppercase; */
}
.services_inner i {
  color: #31bf06;
  font-size: 38px;
  margin-bottom: 15px;
}
.services_item:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}
.home_about {
  background: #f3c92c;
  padding: 4em 0;
}
.home_about h2 {
  color: #339900;
}
.home_about h2 span {
  color: #000;
  display: block;
}
.home_about h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home_about h4 {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 18px;
}
.home_about p {
  font-size: 16px;
}
.abt_img_outer {
  overflow: hidden;
}
.abt_img {
  position: relative;
  background: url(../images/shuttlebooking/shuttle-booking-pro.jpg);
  border-radius: 0px;
  height: 225px; /*     margin-top: 7em; */ background-size: cover;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.home_about .text-center {
  margin-bottom: 8em;
}
.shuttle_y_choose .unit-body {
  margin-bottom: 15px;
}
.abt_img_outer .abt_img:hover {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.abt_img_contents {
  position: relative;
}
.abt_img_texts {
  position: absolute;
  width: 400px;
  padding: 35px;
  background: #29ab01;
  text-align: center;
  color: #fff;
  margin: 0 60px;
  top: -70px;
}
.abt_img_contents:hover a {
  background: #fff900;
  color: #000 !important;
}
.abt_img_texts p {
  font-size: 18px;
  line-height: 32px;
}
.service_img {
  background-size: cover !important;
  background-position: center !important;
  height: 200px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.service_item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.home_services { /*  background: #f5f5f5;  */ padding: 30px 0 20px 0;
}
.home_services a {
  color: #000;
  text-decoration: none;
}
.service_img_outer {
  overflow: hidden;
}
.service_img_outer:hover .service_img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.key_areas_img {
  position: relative;
  background: url(../images/shuttlebooking/home/key_img.jpg);
  border-radius: 0px;
  height: 450px;
  background-size: cover !important;
  background-position: center !important;
}
.key_areas {
  background: #339900;
  position: relative;
  display: flex;
}
.key_areas ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.key_areas li {
  padding-left: 1.3em;
  font-size: 26px;
  line-height: 50px;
}
.key_areas li:before {
  content: "\f111"; /* FontAwesome Unicode */ font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */ width: 1.3em; /* same as padding-left set on li */
}
.key_areas_texts {
  padding: 4em 8em;
}
.key_areas_texts {
  color: #fff;
}
.key_areas_texts h2 {
  color: #f3c92c;
  text-transform: uppercase;
}
.join_team_img {
  position: relative;
  background: url(../images/shuttlebooking/home/join_team_img.jpg);
  border-radius: 0px;
  height: 300px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
}
.join_team_texts h3 {
  text-transform: uppercase;
  font-weight: 100;
}
.join_team_texts h3 strong {
  font-weight: 700;
}
.join_team {
  margin: 30px 0;
}
.join_team h4 {
  margin: 20px 0;
}
.join_team p {
  line-height: 30px;
}
.join_team .green_btn:hover {
  background: #fff900;
  color: #000000;
  border: 1px solid #fff900;
}
.down_arrow {
  display: block;
  margin: 30px 0;
}
.call_us {
  position: relative;
  background: url(../images/shuttlebooking/home/call_us.jpg) !important;
  border-radius: 0px; /*  height: 300px; */ padding: 4em 1em;
  background-size: cover !important;
  color: #fff;
  background-position: center !important;
  background-attachment: fixed !important;
}
.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0 !important;
}
.call_us a { /*     border: none !important;    color: #2db504 !important;	background:#fff !important;		border-radius: 25px; */ margin-top: 2em;
}
.call_us h4 {
  font-size: 26px;
  font-weight: normal;
}
.call_us h3 {
  font-size: 30px;
}
.call_us .white_color {
  color: #fff;
}
.news_letters h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.news_letters h4 {
  text-transform: initial;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.news_letters p {
  color: #1e7502;
  font-weight: 700;
}
.product_services .service_item {
  -webkit-box-shadow: 0px 10px 5px 0 rgba(198, 204, 200, 1);
  -moz-box-shadow: 0px 10px 5px 0 rgba(198, 204, 200, 1);
  box-shadow: 0px 10px 5px 0 rgba(198, 204, 200, 1);
  margin-bottom: 2em;
}
.service_texts {
  padding: 20px;
}
.shuttle_strean_line img {
  width: 100%;
}
.service-box {
  position: relative;
  margin-top: 15px;
  padding: 0 0 0 30px;
  display: inline-block;
  width: 100%;
}
.shuttle_strean_line .service-box .service-icon {
  top: -13px;
  left: 0px;
}
.service-box .service-icon {
  position: absolute;
  text-align: center;
  font-size: 48px;
  top: -5px;
  left: -17px;
  line-height: 1;
}
.list-unstyled {
  padding-left: 0;
  margin: 0 !important;
  list-style: none !important;
}
.check-list-green li {
  position: relative;
  padding-left: 20px;
}
.check-list-green li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  color: #f9bc1e;
  font-size: 8px !important;
}
.home_abt {
  display: inline-block;
  width: 100%;
  background: #fbfeff;
}
.orange_brdr_btn {}
.orange_btn {
  border: 1px solid #fe5f15;
  color: #fff !important;
  border-radius: 20px;
  font-weight: 700;
  padding: 10px;
  min-width: 150px;
  background: #fe5f15;
}
.pad_2em {
  padding: 2em 0;
}
.route_optimization ul {
  font-size: 16px;
  line-height: 45px;
}
.dynamic_pricing .service_item h4 {
  font-size: 18px;
  font-weight: 700;
}
.product_services .text-center p {
  padding-bottom: 2em;
}
.bottom_part {
  display: inline-block;
  width: 100%;
  background: #fbfeff;
}
.y_chose .unit-body h5 {
  margin-top: 1em;
}
.change_waye {
  background: #fbfeff;
  display: inline-block;
  width: 100%; /*  margin-top: 3em; */
}
.change_waye img {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
  display: block;
}
.more_features {
  background: #fe5f15;
  padding: 3em 0;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.more_features p {
  font-size: 18px;
}
.shuttle_strean_line img {
  width: 100%;
  max-width: 15px;
}
.route_optimization h1, .dynamic_pricing h1 {
  font-weight: 700;
}
.more_features h1 {
  color: #fff;
  margin-top: 0;
}
.shuttle_small_banner h4 {
  color: #fff;
}
.change_waye h2 {
  margin-top: 0;
}
.top_section.y_chose h1 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .unit-lg-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .unit-lg-horizontal > .unit-left + .unit-right, .unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px;
  }
}
.shuttle_strean_line h1 {
  font-size: 36px;
}
.shuttle_more_features.more_features p {
  text-align: right;
} /*** 23/4/20 ***/ .digital_seo_services_img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.sftwr_dvlp_cmpny {
  padding: 2em 0 !important;
}
.sftwr_dvlp_cmpny .heading-style h3 {
  text-align: left;
}
a.btn {
  border-radius: 25px !important;
}
.pxbkng_ychoose .service-box p {
  text-align: left;
  margin: 5px 0 0;
}
.pxbkng_ychoose .service-box img {
  width: auto;
  height: 60px;
}
.popup_video {
  margin-top: 0px;
}
.popup_video .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.popup_video .modal-header {
  color: #ffffff;
}
.popup_video .modal-body {
  padding: 0;
}
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.video_bg_img {
  height: 350px;
  background-position: center;
  background-size: cover;
}
.hover_img {
  position: absolute;
  top: 45%;
  left: 45%;
  max-width: 60px;
  z-index: 9;
}
.potential_section {
  background: #f0f9fd;
}
.bboking_fuel_section {
  background: #00b2ef;
}
.bboking_fuel_section h1 {
  color: #ffebaf;
}
.bboking_fuel_section h1 span, .bboking_fuel_section p {
  color: #ffffff;
}
.bkng_fl {
  background: none;
}
.bkng_fl_opts {
  min-height: initial !important;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.bkng_fl_opts img {
  width: 90px;
}
.sell_more h3 {
  font-size: 18px;
  margin: 5px 0 10px 0;
}
.sell_more_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sell_more_row p {
  margin: 0;
}
.bboking_fuel_section p {
  margin: 0;
}
.y_pix_taxi .text-center p {
  text-align: center;
}
.y_pix_taxi .why-infinite-cab-cnt2 h4 {
  font-size: 18px;
}
.y_pix_taxi .why-infinite-cab-cnt2 p {
  margin-top: 10px;
}
.y_pix_taxi .why-infinite-cab-cnt2 .text-right p {
  text-align: right;
}
.online_taxi .dashboard h3 {
  margin-bottom: 20px;
}
.pizza_site .features-4 .feature-item p {
  text-align: center;
}
.red_banner.pad_t_3em h3 {
  margin-top: 20px;
}
.top_section .unit-body h5 {
  font-size: 18px !important;
  font-weight: 700;
}
.top_section .unit-body p {
  margin: 0;
}
.schedule_strip {
  padding: 4em 0;
  background: rgba(255, 255, 255, 0.7);
  max-width: 700px;
  text-align: center;
  margin: 2em auto;
  -webkit-box-shadow: 0px 10px 5px 0 rgb(242, 244, 255);
  -moz-box-shadow: 0px 10px 5px 0 rgb(242, 244, 255);
  box-shadow: 0px 10px 5px 0 rgb(242, 244, 255);
}
.appntmnt_fn .font_26 {
  font-size: 25px;
  margin: 0;
  line-height: initial;
  text-align: initial;
}
.schedule_contact input {
  height: 42px !important;
  background: #f6fbfc !important;
  border: none;
  border-radius: .25rem;
}
.schedule_contact textarea {
  height: 160px !important;
  width: 100% !important;
  background: #f6fbfc !important;
  border: none !important;
  border-radius: .25rem !important;
}
.apnt_business p {
  text-align: left;
}
#mycarousel .item .carousel-caption h3 {
  color: #fff;
}
.web_strategy.web-methodology { /* padding-bottom: 30px !important;padding-top: 30px !important; */
}
.home_ecom {
  background-image: linear-gradient(to right, #ef4029 22%, #fbfbfb 42%) !important;
}
.web_strategy.web-methodology p:first-child {
  font-size: 18px;
  line-height: 26px;
}
.web_strategy.web-methodology .service-box p {
  font-size: 14px; /*  margin-top: 5px; */
}
.web_strategy.web-methodology .service-box h3 {
  font-family: OpenSans-Regular;
  font-weight: 700 !important;
}
.web_strategy.web-methodology #web-portfolio-style .tablt {
  height: 400px;
  padding: 65px 66px 60px 29px;
  background-size: contain;
  font-weight: 700;
}
.top_section .row {
  flex-wrap: initial;
}
.flex-block {
  width: 20%;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .flex-block {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .top_section .row {
    flex-wrap: wrap;
  }
}
.small_banner.shuttle_small_banner.call_us .overlay {
  opacity: .7;
  background-color: #080d15;
} /**** Pix Taxi ****/ .customer_get h4 {
  font-weight: 700;
  font-size: 18px;
}
.bullet-listing li:before {
  content: "\f05d";
  font-family: FontAwesome;
  color: #ffa401;
  padding-right: 10px;
}
.company_get h6 {
  font-weight: 700;
  font-size: 18px;
}
.company_get img {
  margin-bottom: 15px;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.company_get .col-sm-6:hover img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.key_benefits img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.key_benefits .col_com:hover img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.service_about {
  padding: 2em 0 0 0;
}
.company_get {
  background: #f5fcff;
}
.online_book { /* background-image: url(.../images/skyline.png); */ background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 6em 0 4em;
}
.need_help .form-sec-left input, select#solutionPhoneCode {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  height: 45px;
  float: left;
  border: 1px solid #e9eaea;
  border-radius: 5px;
  padding: 5px 10px 5px 20px;
  box-sizing: border-box;
  color: #333;
  margin-bottom: 15px;
  text-transform: inherit;
}
.need_help .form-holder .form-sec-left {
  width: 49%;
  height: auto;
  float: left;
}
.need_help .form-holder .form-sec-right {
  width: 49%;
  height: auto;
  float: right;
}
.need_help .form-holder .form-button {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin: 10px 0px 0px;
}
.need_help .form-holder textarea {
  width: 100%;
  height: 285px;
  float: left;
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #e9eaea;
  border-radius: 5px;
  padding: 20px 10px 5px 30px;
  box-sizing: border-box;
  color: #333;
  margin-bottom: 30px;
  text-transform: inherit;
  resize: none;
}
.strip h3 span {
  display: block;
}
.address {
  padding: 0;
}
.sec-1 {
  border-right: 1px solid #6b6969;
  padding: 0 80px 0 0;
  text-align: right;
}
.sec-2 {
  padding: 0 0px 0 80px;
}
.sec-1 img {
  float: right;
}
.pixtaxi_abt h3 {
  font-size: 22px;
  margin-top: 15px;
}
.pixtaxi_abt {
  padding: 4em 0 2em 0;
  display: none;
}
.why_pixtaxi ul {
  padding: 0;
}
.why-infinite-cab-cnt2 {
  display: grid;
  margin-top: 60px;
}
.why-infinite-cab-cnt2 i {
  font-size: 34px;
  color: #cd2524;
}
.why-infinite-cab-cnt2 .features-box {
  margin-bottom: 15px;
}
.draw-animation {
  list-style: none;
  padding: 20px 0px;
  margin: auto;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
span.line-move {
  height: 1px; /* background-color: #f9c647; */ position: absolute;
  top: 75px;
  margin: auto;
  opacity: 1;
  z-index: 1;
  width: 74%; /* animation: lineMove 2s linear forwards; */ right: 0px;
  left: 0px;
  border-bottom: 1px solid #f9c647;
}
.draw-animation li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 15px 0px;
  position: relative;
  opacity: 1;
  z-index: 9;
}
.draw-animation li img {
  width: 80px;
}
.our_process ul li h4 {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #000;
  margin-top: 15px;
  padding-top: 0px;
}
.taxi_site img {
  max-width: 100%;
}
.blue_btn {
  background: #02a3bd;
  color: #fff;
  font-weight: 600;
}
.full_row {
  padding-top: 60px;
}
.strip {
  background-color: #02a3bd;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
}
.btn-quote {
  background: #ffa401 !important;
  background-color: #ffa401;
  bgcolor: #ffa401;
  position: relative;
  color: #fff;
  min-width: 150px;
  overflow: hidden;
  display: inline-block;
  background-color: rgb(255, 164, 1);
}
.taxi-desc-list li {
  list-style: none;
  display: flex;
}
.taxi-desc-list li:before {
  content: "\f05d";
  font-family: FontAwesome;
  color: #ffa401;
  padding-right: 10px;
}
.taxi-desc-list {
  font-size: 18px;
  padding: 5px 0px;
  line-height: 40px;
}
.taxi_pnts {
  background: #f5fcff;
}
.key_benefits .fullrow .col_com {
  width: 33.33%;
  height: auto;
  min-height: 360px;
  float: left;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 4% 0%;
  box-sizing: border-box;
}
.key_benefits h3 {
  font-weight: 700;
  font-size: 30px;
}
.key_benefits h2 {
  font-weight: 700;
  font-size: 18px;
}
.border_r_non {
  border-right: none !important;
}
.border_t_non {
  border-top: none !important;
}
.border_l_non {
  border-left: none !important;
}
.key_benefits .fullrow .col_com p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  padding: 0px 5%;
  margin: 0;
  box-sizing: border-box;
  min-height: 144px;
}
.key_benefits .fullrow .col_com h2 {
  font-size: 20px;
  padding: 30px 0px;
  color: #000;
  margin: 0;
  line-height: 20px;
}
.driver_dashboard {
  clear: both;
  background: #02a3bd;
  color: #fff;
}
.bullet-listing {
  padding: 0;
}
.bullet-listing li {
  line-height: 26px;
  font-size: 17px;
  list-style: none;
  display: flex;
}
.u-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding: .625rem 1.125rem;
  border-radius: 6.1875rem;
  transition: .2s ease-in-out;
}
.u-label--sm {
  font-size: .85rem;
  padding: .5rem 1rem;
}
.u-label--purple {
  color: #796eff;
  background-color: rgba(121, 110, 255, .1);
}
.max-width-10 {
  max-width: 5rem;
}
.mb-9, .my-9 {
  margin-bottom: 4rem !important;
}
.strip h3, .driver_dashboard h3 {
  color: #fff;
  font-size: 30px;
  margin: 0;
}
.full_row h3, .y_pix_taxi h3 {
  font-size: 30px;
  margin: 0;
}
.why-infinite-cab-cnt2 { /*  display: grid;    margin-top: 60px; */ display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}
.text-right {
  text-align: right !important;
}
@media (min-width: 768px) {
  .why-infinite-cab-cnt2 {
    grid-template-columns: 5fr 7fr 5fr;
    grid-gap: 20px;
  }
}
.taxi_mngmnt h5 {
  font-size: 18px;
}
.strip_banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 104, 0.8)), to(rgba(0, 20, 21, 0.8))), url(../images/pixtaxi/sm-banner.jpg) no-repeat;
  background: linear-gradient(rgba(0, 91, 104, 0.8), rgba(0, 20, 21, 0.8)), url(../images/pixtaxi/sm-banner.jpg) no-repeat;
  padding: 4em 0;
}
.taxi_pnts {
  background: #c7eafa;
}
.y_pix_taxi .why-infinite-cab-cnt2 svg {
  font-size: 48px;
  color: #0327be;
  margin-bottom: 10px;
}
.menu_last_blocks h4 {
  font-size: 18px;
} /*** Pizza ***/ .pizza_site {
  font-size: 15px;
}
.pizza_blocks.pizza_blocks {
  background: #ff5800;
}
.index_abt img {
  width: 100%;
}
.pad_t_3em {
  padding-top: 3em !important;
}
.pad_5em {
  padding: 5em 0;
}
.pad_t_2em {
  padding-top: 2em;
}
.ftrs_sctn {
  background: #fafafa;
  display: inline-block;
  padding: 5em 0 4em 0;
  width: 100%; /* 	border-bottom:1px solid #ccc; */
}
.ftrs_sctn .icon {
  min-width: 60px;
  height: 50px;
  text-align: center;
  background: #e5eef0;
  vertical-align: middle;
  padding: 19px 15px;
  font-size: 26px;
  color: #000;
  line-height: 16px;
}
.ftrs_sctn .d-flex:hover .icon {
  background: #e00606;
  color: #fff;
}
.ftrs_sctn h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.ftrs_sctn h3 small {
  display: block;
  color: #000;
}
.ftrs_sctn h5 {
  font-weight: 700;
  margin-top: 0;
  font-size: 18px !important;
}
.ftrs_sctn img {
  width: 100%;
  margin-top: 8em;
  max-width: 755px;
  position: absolute;
}
.ftrs_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.blank_sctn {
  min-height: 12em;
  display: none;
}
.red_banner {
  background: #cf0000;
}
.red_banner h3 {
  color: #fff;
}
.red_banner .red_btn {
  background: #ff0000;
}
.small_banner { /* padding:6em;background-size: cover !important;background-attachment: fixed !important;background-position: center !important; */
}
.pizza_sell_more {
  background: url(../images/pizza/banner.jpg) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
}
.yellow_color {
  color: #f1c500;
}
.small_banner h3 {
  font-size: 3em;
  color: #fff;
}
.app_dwnload_img img {
  width: 100%;
}
.app_dwnload_txts {
  padding-top: 10em;
}
.app_dwnload_txts h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.app_dwnload_txts p {
  font-size: 18px;
}
.gray_banner {
  background: #fafafa;
}
.gray_banner h3 {
  color: #cf0000;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
.app_dwnload {
  padding: 4em 0 1em 0;
}
.red_btn {
  background: #e00606;
  color: #fff !important;
}
.start_trl_btn {
  padding: 10px 40px;
}
.lg_rds_btn {
  border-radius: 25px;
}
.pizza_site h3 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 0.5rem;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.ftrs_sctn .mb-4 {
  margin-bottom: 3.5rem !important;
}
.how_work img {
  width: 100%;
}
.how_work ul li {
  font-size: 17px;
  display: flex;
}
.how_work ul li::before {
  content: "\f00c";
  color: rgb(224, 6, 0);
  font-weight: 700;
  padding: 0px 10px 0px 0px;
  font: normal normal normal 14px/1 FontAwesome;
}
.pizza_site h3 {
  line-height: 1.2;
}
.pizza_site .how_work h3 {
  margin-bottom: 0.5rem;
}
.feature-item .title {
  font-weight: 700;
  text-transform: uppercase;
}
.light_blue_bg {
  background: #f5fcff;
}
@media (max-width: 1199px) {
  .ftrs_sctn img {
    position: relative;
  }
}
@media (max-width: 1299px) {
  .ftrs_sctn img {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .small_banner {
    background-attachment: initial !important;
  }
}
@media (min-width: 1500px) {
  .ftrs_sctn .ftrs_txts {
    padding-left: 8%;
  }
}
@media (min-width: 1700px) {
  .ftrs_sctn .ftrs_txts {
    padding-left: 10%;
  }
} /*** Menu Rs ***/ .cust_benefits {
  padding: 2em 0;
}
.cust_benefits.menu_abt h4 {
  font-size: 18px;
  font-weight: 700;
}
.cust_benefits.menu_abt h4, .cust_benefits.menu_abt p {
  color: #000 !important;
}
.white-lp-wrap {
  display: inline-block;
  width: 100%;
}
.section .container .col-card-copy {
  width: 45%;
  min-width: 45%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  float: left;
}
.section .container .card-image {
  width: 55%;
  min-width: 55%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.bg-light-blue {
  background-color: #bfd9fc;
}
.bg-light-yellow {
  background-color: #f8e5b0 !important;
}
.bg-light-green {
  background-color: #abf8d7 !important;
}
.bg-extra-light-green {
  background-color: #cbf8e0 !important;
}
.bg-light-yellow {
  background-color: #f8e5b0 !important;
}
.h100 {
  height: 100%;
}
.clearfix {
  clear: both;
} /*** Pizza ***/ .pizza_site {
  font-size: 15px;
}
.index_abt img {
  width: 100%;
}
.pad_t_3em {
  padding-top: 3em !important;
}
.pad_5em {
  padding: 5em 0;
}
.pad_t_2em {
  padding-top: 2em;
}
.ftrs_sctn {
  background: #fafafa;
  display: inline-block;
  padding: 5em 0 4em 0;
  width: 100%; /* 	border-bottom:1px solid #ccc; */
}
.ftrs_sctn .icon {
  min-width: 60px;
  height: 50px;
  text-align: center;
  background: #e5eef0;
  vertical-align: middle;
  padding: 19px 15px;
  font-size: 26px;
  color: #000;
  line-height: 16px;
}
.ftrs_sctn .d-flex:hover .icon {
  background: #e00606;
  color: #fff;
}
.ftrs_sctn h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.ftrs_sctn h3 small {
  display: block;
  color: #000;
}
.ftrs_sctn h5 {
  font-weight: 700;
  margin-top: 0 !important;
  font-size: 18px !important;
}
.ftrs_sctn img {
  width: 100%;
  margin-top: 8em;
  max-width: 755px;
  position: absolute;
}
.ftrs_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.blank_sctn {
  min-height: 12em;
  display: none;
}
.red_banner {
  background: #cf0000;
}
.red_banner h3 {
  color: #fff;
}
.red_banner .red_btn {
  background: #ff0000;
}
.small_banner { /* padding:6em;background-size: cover !important;background-attachment: fixed !important;background-position: center !important; */
}
.pizza_sell_more {
  background: url(../images/pizza/banner.jpg) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
}
.yellow_color {
  color: #f1c500;
}
.small_banner h3 {
  font-size: 3em;
  color: #fff;
}
.app_dwnload_img img {
  width: 100%;
}
.app_dwnload_txts {
  padding-top: 10em;
}
.app_dwnload_txts h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.app_dwnload_txts p {
  font-size: 18px;
}
.gray_banner {
  background: #fafafa;
}
.gray_banner h3 {
  color: #cf0000;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}
.app_dwnload {
  padding: 4em 0 1em 0;
}
.red_btn {
  background: #e00606;
  color: #fff !important;
}
.start_trl_btn {
  padding: 10px 40px;
}
.lg_rds_btn {
  border-radius: 25px;
}
.pizza_site h3 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 0.5rem;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.ftrs_sctn .mb-4 {
  margin-bottom: 3.5rem !important;
  align-items: flex-start;
}
.how_work img {
  width: 100%;
}
.how_work ul li {
  font-size: 17px;
  display: flex;
}
.how_work ul li::before {
  content: "\f00c";
  color: rgb(224, 6, 0);
  font-weight: 700;
  padding: 0px 10px 0px 0px;
  font: normal normal normal 14px/1 FontAwesome;
}
.pizza_site h3 {
  line-height: 1.2;
}
.pizza_site .how_work h3 {
  margin-bottom: 0.5rem;
}
.feature-item .title {
  font-weight: 700;
  text-transform: uppercase;
}
.light_blue_bg {
  background: #f5fcff;
}
@media (max-width: 1199px) {
  .ftrs_sctn img {
    position: relative;
  }
}
@media (max-width: 1299px) {
  .ftrs_sctn img {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .small_banner {
    background-attachment: initial !important;
  }
}
@media (min-width: 1500px) {
  .ftrs_sctn .ftrs_txts {
    padding-left: 8%;
  }
}
@media (min-width: 1700px) {
  .ftrs_sctn .ftrs_txts {
    padding-left: 10%;
  }
}
.pizza_site .media {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ftrs_sctn .dsplay_cntnts img {
  width: 50px;
  margin-top: 0 !important;
  padding: 0 15px 0 0;
  height: auto;
  align-self: start;
}
.brand_logo {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.ftrs_sctn img {
  width: 100%;
  margin-top: 8em;
  max-width: 755px;
  position: absolute;
}
.Pizza_ftrs.ftrs_sctn img {
  margin-top: 0em !important;
}
.auto_width {
  width: auto !important;
}
.ftrs_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.Pizza_ftrs .ftrs_container, .kebab_ftrs .ftrs_container {
  justify-content: center;
}
.kebab_site .ftrs_sctn .ftrs_txts, .pizza_site .ftrs_sctn .ftrs_txts {
  padding-left: 15px !important;
}
.ftrs_sctn .dsplay_cntnts .ml-3, .ftrs_sctn .dsplay_cntnts .mx-3 {
  margin-left: 4rem !important;
}
.ftrs_sctn h2 small {
  display: block;
  color: #000;
}
.pizza_blocks ._ski_mng_container .grid h4, .kebab_site ._ski_mng_container .grid h4 {
  color: #fff !important;
  font-size: 16px;
}
@media (max-width: 1250px) {
  .kebab_site .ftrs_sctn .mb-4, .pizza_site .ftrs_sctn .mb-4 {
    margin-bottom: 1.5rem !important;
    max-width: 100% !important;
    flex: 100% !important;
  }
}
@media (max-width: 1199px) {
  .ftrs_sctn img {
    position: relative;
  }
}
@media (min-width: 992px) {
  .Pizza_ftrs .ftrs_container {
    display: flex;
  }
}
.pizza_site .ftrs_sctn {
  background: #ffe0e0;
}
.kebab_video .video_img, .pizza_video .video_img {
  height: 515px !important;
  min-height: 100%;
}
@media (max-width: 1299px) {
  .kebab_video .video_img, .pizza_video .video_img {
    height: 555px !important;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .pizza_blocks.route_manage .services-grids1 .col-md-2 {
    -ms-flex: 0 0 13.666667%;
    flex: 0 0 13.666667%;
    max-width: 13.666667%;
  }
} /*** Kebab ***/ .kebab_sell_more {
  background: url(../images/kebab/banner.jpg) !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 3em !important;
}
.ftrs_sctn.kebab_ftrs {
  background: #def1ef;
  padding: 4em 0;
}
.kebab_abt_img {
  background: url(../images/kebab/kebabsw_sw.jpg);
  height: 250px;
  background-position: center;
  background-size: cover;
} /*** Solutions Updates 23-02-21 ***/ .services-grids h4 {
  font-size: 17px;
  font-weight: 700;
}
._bus_mng_container p {
  text-align: left !important;
  margin: 0;
}
.bus_mgmnt_img {
  padding-bottom: 10px;
}
._bus_mng_container h4 {
  font-size: 18px;
  margin-bottom: 0 !important;
  font-weight: 700;
}
.build_brands h4 {
  font-weight: 700;
  font-size: 18px;
}
.we_offer img.large-img { /* transform: rotate(30deg); */ height: 850px;
  object-fit: cover;
  margin-left: 15px;
}
.d-inline-block {
  display: inline-block;
}
#responsive-website.orange {
  background: #fbd13d !important;
}
#responsive-website .explainer-img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media (max-width:991px) {
  .we_offer img.large-img {
    height: initial;
  }
}
#web-services .srcl1 {
  background: #DF362D;
  border-bottom: 4px solid #DF362D;
}
#web-services .srcl2 {
  background: #059DC0;
  border-bottom: 4px solid #059DC0;
}
#web-services .srcl3 {
  background: #FF9636;
  border-bottom: 4px solid #FF9636;
}
#web-services .service_block {
  padding: 0px;
}
#web-services .service_block .service-sec-list {
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#web-services .service_block .service-sec-list:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
#web-services .srvc-bg-nx h5, #web-services .srvc-bg-nx p, #web-services .srvc-bg-nx svg {
  color: #fff;
}
.custome_field {
  position: absolute;
  right: 50px;
  z-index: 99999999999;
  bottom: 5%;
  left: auto;
  text-align: right;
  width: 300px;
}
.transition_effect_scale_02 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.transition_effect_scale_02:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.transition_effect_scale_02:hover.box_shaow {
  box-shadow: 2px 2px 25px 1px #7c7ca4;
}
#makes_different .service-contents {
  height: 100%;
}
#web_app_services .check-list li {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: self-start;
  font-size: 14px;
  text-align: justify;
}
#plane_video video { /*  height: 400px; */ width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -10px;
}
.flex-direction-column {
  flex-direction: column !important;
}
.web_app_dvlp {
  background: #fff0c8
} /*** Stack Gallery ***/ .stack_gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden; /*height: 100vh;*/ font-family: 'Roboto', sans-serif;
}
.stack_gallery .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000;
}
.stack_gallery .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: initial;
  max-width: 1200px;
  width: calc(100% - 100px);
  height: 400px;
} /* @media screen and (max-width: 718px) {	 .stack_gallery  .options {		 min-width: 520px;	}	 .stack_gallery  .options .option:nth-child(5) {		 display: none;	}} @media screen and (max-width: 638px) {	 .stack_gallery  .options {		 min-width: 440px;	}	 .stack_gallery  .options .option:nth-child(4) {		 display: none;	}} @media screen and (max-width: 558px) {	 .stack_gallery  .options {		 min-width: 360px;	}	 .stack_gallery  .options .option:nth-child(3) {		 display: none;	}} @media screen and (max-width: 478px) {	 .stack_gallery  .options {		 min-width: 280px;	}	 .stack_gallery  .options .option:nth-child(2) {		 display: none;	}}*/ .stack_gallery .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
  background-size: auto 120% !important;
  background-position: center !important;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.stack_gallery .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100% !important;
  min-width: 300px;
}
.stack_gallery .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.stack_gallery .options .option.active .label {
  bottom: 20px;
  left: 20px;
}
.stack_gallery .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.stack_gallery .options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}
.stack_gallery .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.stack_gallery .options .option:not(.active) .label {
  bottom: 10px;
  left: 4px;
}
.stack_gallery .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.stack_gallery .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.stack_gallery .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.stack_gallery .options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
.stack_gallery .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
  text-align: left;
}
.stack_gallery .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.stack_gallery .options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}
.stack_gallery .options .option .label .info .sub {
  transition-delay: 0.1s;
  font-size: 14px;
  white-space: break-spaces;
  line-height: 18px;
}
.stack_gallery_outer {
  background: #F8EA8C;
}
.stack_gallery_outer .btn {
  width: initial;
  min-width: initial;
  padding: 5px 10px !important;
}
.stack_gallery_outer .solution-logo {
  max-height: 35px;
  padding: 3px;
}
@media (min-width:999px) {
  .stack_gallery_outer .btn {
    display: none;
  }
}
#dgrm_section {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 1));
}
#dgrm_section img {
  max-height: 550px;
}
#dvlpmnt_choices .nav > li {
  background: none;
  border: 0;
}
#dvlpmnt_choices .nav-tabs .nav-link {
  border: 1px solid #ff7d00;
  background: #ff7d00;
  color: #fff;
}
#dvlpmnt_choices .nav-tabs .nav-link.active {
  border: 1px solid #ffc690;
  background: #ffc690;
  color: #000;
}
#dvlpmnt_choices .nav-tabs .nav-link:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  border: solid 10px transparent;
  border-bottom-color: transparent;
  margin-left: -10px;
}
#dvlpmnt_choices .nav-tabs .nav-link.active {
  border-bottom-color: #fff;
}
#dvlpmnt_choices .nav > li {
  width: 24.33%;
}
#dvlpmnt_choices .nav-tabs {
  width: 100%;
}
#dvlpmnt_choices .tab-content {
  padding: 8px;
}
#dvlpmnt_choices .company-logo {
  text-align: center;
  display: flex;
  padding: 10px 0;
}
#dvlpmnt_choices .company-logo img {
  max-height: 102px;
}
#satisfied_customer .explainer-img {
  max-height: 500px;
  object-fit: contain;
}
.cust_benefits h4 {
  font-size: 18px;
  font-weight: 700;
}
#about.force_behind .round_icon img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}
.more_info.sltn_to_rent.looking_for {
  background: #003370;
}
.sltn_to_rent ul h4 {
  color: #ffbc00 !important;
  padding: 0;
}
.ski_rental_software.ski_rental_tab .tab-pane img {
  height: 400px;
  object-fit: contain;
  transition: all .3s ease-in-out;
}
.ski_rental_software.ski_rental_tab .tab-pane img:hover {
  transform: scale(1.07);
}
@media screen and (min-width: 768px) {
  .ftrs_block .services-grids1, .ski_rental_sales .rental_sale_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.bg-light-yellow {
  background: #FFF4BD;
}
.all_features .col-sm-6.col-md-4 {
  margin-bottom: 1em;
}
.strean_line .service-box .service-icon {
  top: 0px;
  left: 0px;
}
.strean_line img {
  width: 100%;
  max-width: 40px;
}
.strean_line .service-box .service-icon {
  max-width: initial;
}
.strean_line .service-box {
  margin-top: 20px;
  padding: 0 0 0 55px;
}
@media (min-width: 992px) {
  .first-half .service-box {
    padding: 0 55px 0 0;
    text-align: right;
  }
  .first-half .service-icon {
    left: auto !important;
    right: 0;
  }
}
.passenger_experience .sell-icon {
  background: none !important;
}
.passenger_experience h3 {
  font-size: 20px;
}
.passenger_experience {
  background: #FFF4BD;
  padding-top: 4em;
}
.experience_2 .pe_img_lg {
  max-width: 100%;
  height: 530px;
  background-size: cover !important;
  background-position: center !important;
}
.solution_overview_new nav > div a.nav-item.nav-link {
  margin-bottom: 10px;
  max-width: 350px;
}
.bg-sky-blue {
  background: #c3fffb !important;
}
.web_features#services {
  background: #bfd9fc;
}
.web_features#services h5 {
  font-size: 16px !important;
}
.solution_overview.bus_mgmnt_new {
  background: #c3fffb !important;
}
.solution_overview_dgm p {
  text-align: justify !important;
}
.agent_mngmnt {
  background: #3F4447 !important;
  color: #fff;
}
.agent_mngmnt ul li img {
  width: 50px;
  padding-right: 9px;
  justify-content: center;
  align-items: center;
  height: auto !important;
}
.agent_mngmnt ul li .col-md-1.col-xs-1.no-pad-left, .driver_manage ul li .col-md-1.col-xs-1.no-pad-left, .w3-services-right1-grid ul li .col-md-1.col-xs-1.no-padding {
  padding: 0;
  flex: initial;
  max-width: 50px;
}
.bg-yellow {
  background: #fce48c !important;
  color: #000;
}
.w3-services-right1-grid h5 {
  font-size: 15px !important;
  font-weight: 700;
}
.dashboard_container {
  padding: 0 2em;
}
.w3-services-right1-grid ul li {
  padding-bottom: 15px;
}
.web_features ul li img {
  padding-right: 9px;
}
.tour_img {
  height: 400px;
  background-size: cover !important;
  background-position: center !important;
}
.driver_manage {
  background: #48292C;
  color: #fff;
}
.driver_manage_img {
  background-size: cover !important;
  background-position: center !important;
  height: 400px;
}
.tours_ftrs_section h4 {
  font-size: 20px;
}
.sub_features.more_features .service-icon {
  max-width: 25px;
}
.potential_section .icons_outline img {
  max-width: 350px;
}
.product_about_section .our_process ul li img {
  width: 350px;
}
@media (max-width:1299px) {
  .box-set .box-set-item {
    padding: 1em 3em;
  }
}
.modal .form-group, .modal .md-form {
  padding: 0 15px;
}
.m-w-300 {
  min-width: 300px;
}
.modal-header .close {
  font-size: 46px;
  color: red;
  opacity: 1;
}
.modal-header {
  font-size: 20px;
  font-weight: 700;
}
.mx-w-400 {
  max-width: 400px;
}
.product_about_section .mx-w-400 {
  margin: 0 auto;
}
.contact_top p {
  display: flex;
  align-items: center;
}
.m-w-200 {
  min-width: 200px;
}
#call-to-action h2, #call-to-action h4 {
  color: #fff;
}
.product_about_section .draw-animation {
  display: flex;
}
.text-blue {
  color: #097fb1;
}
.potential_section h4 {
  color: red;
}
.bg-light-blue {
  background: #bae5f8;
}
.ychoose_Pixo .service-icon img {
  padding-top: 9px;
}
.bg-freesia {
  background: #EFE7BC;
}
.bg-chatelle {
  background: #C8C0CB;
}
.bg-cornflower {
  background: #cafcea;
}
.m-auto {
  margin: 0 auto !important;
}
.mw-500 {
  max-width: 500px;
} /*** browser issue ***/ .row:before, .row:after {
  display: none;
}
.modal .btn {
  margin-top: 15px;
  min-width: 200px;
}
@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1340px;
  }
}
.pxbkng_streemline.strean_line .service-icon img {
  max-width: 20px;
}
.pxbkng_streemline.strean_line p {
  margin: 0;
}
.pxbkng_streemline.strean_line .streamline_img_lg {
  max-width: 525px;
}
.more_features.sub_features.strean_line.pixobkng_strean_line img {
  max-width: 100% !important;
}
.bg-white {
  background: #fff !important;
}
.bg-white.orange_btn {
  background: #fff !important;
}
.pixobkng_strean_line.more_features p {
  color: #000 !important;
  margin: 0 0 10px 0;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}
.sub_features.more_features .service-box {
  margin-top: 0;
}
canvas {
  background: #fff;
}
.modal .orange_btn {
  background: #0327be;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0327be), to(#0d4cff)) !important;
  background: linear-gradient(to right, #0327be 0, #0d4cff 100%) !important;
  -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 202 / 20%);
  box-shadow: 0 10px 15px 0 rgb(175 0 202 / 20%);
  color: #fff !important;
}
.btn:visited, .btn:link {
  font-size: 15px !important;
  color: #fff !important;
  width: auto; /*  padding: 10px 15px !important;*/
}
.btn-main {
  line-height: 48px !important;
}
@media (max-width: 991px) {
  .kebab_video .video_img, .pizza_video .video_img {
    height: 355px !important;
    min-height: 100%;
  }
} /*** Multi banner ***/ .main_banner {
  position: relative;
  display: block; /*   padding: 4em 0;*/ background-position: center !important;
  background-size: cover !important;
}
.inner-image-wrapper { /* position: absolute; */ /* top: 50%; */ /* left: 0; */ width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; /* transform: translate3d(0,-50%,0); */ padding-left: 0px;
  padding-right: 0px;
}
.inner-image-container {
  position: relative;
  width: 70%;
  display: block;
  overflow: hidden;
}
.inner-image-container .item2 { /*position: absolute;    top: -1px;    left: 50%;    -webkit-transform: translateX(-50%);    transform: translateX(-50%);*/
}
.inner-image-container .banner3 {
  animation: imageScrollAnimation 9s cubic-bezier(.694, 0, .335, 1) infinite;
  animation-delay: 2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
}
@-webkit-keyframes imageScrollAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  28% {
    -webkit-transform: translateY(-23%);
    transform: translateY(-23%);
  }
  58% {
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
  }
  88% {
    -webkit-transform: translateY(-63%);
    transform: translateY(-63%);
  }
  92% {
    -webkit-transform: translateY(-63%);
    transform: translateY(-63%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes siteScrollAnimationDesktop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  28% {
    -webkit-transform: translateY(-23%);
    transform: translateY(-23%);
  }
  58% {
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
  }
  88% {
    -webkit-transform: translateY(-65.6%);
    transform: translateY(-65.6%);
  }
  92% {
    -webkit-transform: translateY(-65.6%);
    transform: translateY(-65.6%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.foreground_image:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 178%;
}
.main_banner:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 154.17%;
}
@media (min-width: 768px) {
  .foreground_image:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 63%;
  }
  .main_banner:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 50.44%;
  }
}
#technologies-we-use .item-block { /* height:150px;  */
}
#technologies-we-use .item-block img {
  position: relative;
  height: auto;
}
.foreground_image {
  position: relative;
  width: 70%;
  display: block;
  overflow: hidden;
  -webkit-transform: translateY(1.5vh);
  transform: translateY(1.5vh);
  -webkit-transition: opacity 700ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 700ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 700ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 700ms cubic-bezier(.215, .61, .355, 1);
  -o-transition: transform 700ms cubic-bezier(.215, .61, .355, 1), opacity 700ms cubic-bezier(.694, 0, .335, 1);
  transition: transform 700ms cubic-bezier(.215, .61, .355, 1), opacity 700ms cubic-bezier(.694, 0, .335, 1);
  transition: transform 700ms cubic-bezier(.215, .61, .355, 1), opacity 700ms cubic-bezier(.694, 0, .335, 1), -webkit-transform 700ms cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: calc(500ms + var(--reveal-delay));
  -o-transition-delay: calc(500ms + var(--reveal-delay));
  transition-delay: calc(500ms + var(--reveal-delay));
}
.foreground_image.item1 {
  transform: translateY(15%);
  opacity: 1;
  z-index: 99;
  top: 20%;
  max-height: 500px;
}
.foreground_image.item2 {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.foreground_image.item2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
}
.outer {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.inner-image-wrapper {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  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;
  -webkit-transform: translate3d(0, -50%, 0); /* transform: translate3d(0,-50%,0); */ padding-left: 16px;
  padding-right: 16px;
}
#accordion .card {
  border: 0;
  margin-bottom: 5px;
}
#accordion .card .card-header {
  background: #ff3c00;
  color: #fff;
}
#accordion .card .card-header .mb-0 a {
  color: #fff;
  display: block;
  width: 100%;
}
#accordion h3 {
  color: #fff !important;
}
#accordion .card .card-header .mb-0 i, #accordion .card .card-header .mb-0 svg {
  color: #ffe337 !important;
}
#image-coloms.values {
  background: #dffaff !important;
}
.transition-scale1 {
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.transition-scale1:hover {
  transform: scale(1.02);
}
.transition-scale2 {
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.transition-scale2:hover {
  transform: scale(1.07);
}
#image-coloms img.transition-scale1 {
  max-height: 550px;
  margin: 0 auto;
}
@media(max-width:991px) {
  #image-coloms img.transition-scale1 {
    margin-top: 35px;
  }
}
#technologies-we-use .company-logo li {
  padding: 10px;
}
.banner_slider { /*     background: url(../images/ecommerce/banner.jpg); */ padding: 4em 0;
  background-size: cover !important;
}
.banner_slider #mycarousel {
  max-width: 800px;
  margin-right: 4em;
  margin-left: auto;
}
.four_boxes .col {
  padding: 0;
}
.four_boxes .services_lists {
  padding: 15px;
  text-align: justify;
}
.four_boxes .col img {
  width: 100%;
  height: 690px;
  object-fit: cover;
}
.four_boxes .col .service-contents img {
  width: auto;
  padding-right: 10px;
}
.accordion_style a {
  color: #ef5205;
}
ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #ee3b24;
}
ul.faq li > div {
  margin-left: 70px;
  padding-bottom: 20px;
}
.faq-style h4, .terms-of-use h4, .privacy-style h4 {
  font-weight: 700;
  font-size: 18px;
}
.career-style h4 {
  font-weight: 700;
  font-size: 20px;
  color: #ef5205;
}
#methodology_services {
  color: #fff;
  background-size: cover !important;
}
#methodology_services .container {
  position: relative;
}
#methodology_services .service-box {
  padding: 0px;
}
#methodology_services .service-icon {
  position: relative;
  left: 0px !important;
  text-align: left;
  align-items: flex-start;
}
#methodology_services .service-box h5 {
  padding-left: 0px;
  font-size: 18px !important;
}
#methodology_services .service-box p { /*text-align:justify;*/
}
#methodology_bg {
  background: #ef5205;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 80%;
  left: 0;
}
#methodology_services .service-icon .icon img {
  height: 40px;
  object-fit: fill;
  max-width: 100%;
}
#methodology_services .img-responsive {
  height: 600px;
  object-fit: cover;
}
#multi_store_bg {
  background: #F51720;
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  width: 80%;
  right: 0;
}
#multi-store_muti-vendor .img-responsive {
  height: 500px;
  object-fit: cover;
  object-position: right;
}
#fast-effective {
  background: #fff7e3;
}
.bg-danger {
  background-color: #db192b !important;
}
.app_agency .service-contents {
  padding: 20px;
  box-shadow: 0px 4px 22px #ccc;
}
.app_agency .service-contents h5 a, .app_agency .service-contents p {
  color: #fff !important;
}
.d-table {
  display: table;
  height: 100%;
  margin-bottom: 15px;
}
.app_agency img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
#modern-design {
  background: #ff5800;
  color: #fff;
}
#mobile-app-develope .decor-top .decor {
  fill: #ff5800 !important;
}
.transition-scale2 {
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.transition-scale2:hover {
  transform: scale(1.07);
}
#web-app-develope .sw-lg-img {
  height: 465px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
#software_solutions .blocks .card .card-body .industry_overlay_texts {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  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;
  color: #fff;
  flex-direction: column;
}
#software_solutions .blocks .card .card-body .industry_overlay_texts h5 {
  min-height: initial;
  margin-bottom: 0 !important;
}
#boost_website.values .card .card-body {
  background: #ff5821;
}
#boost_website.values .card {
  padding: 0px;
  overflow: visible;
}
.text-danger {
  color: #df0f23 !important;
} /*Profile Circle Wrapper*/ .profile-circle-wrapper {
  position: relative;
  height: 397px;
  width: 517px;
  margin: auto;
  pointer-events: fill;
  cursor: pointer;
  -webkit-transform: perspective(100px), translate3d(0, 0, 0);
  transform: perspective(1000px);
}
.folder-img {
  position: relative;
  top: 210px;
  left: 25px;
  z-index: 1;
}
.profile-inner {
  position: absolute;
  height: 397px;
  width: 517px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: 3s all;
  transition: 3s all;
}
.profile-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #ededed;
  border-radius: 50%;
  margin: 25px auto 0;
}
.circle-lg {
  height: 465px;
  width: 465px;
}
.circle-md {
  height: 335px;
  width: 335px;
  margin-top: 85px;
}
.circle-sm {
  height: 220px;
  width: 220px;
  margin-top: 145px;
}
.profile-icon {
  position: absolute;
  display: block;
  height: 55px;
  width: 55px;
  margin: 0 auto;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.profile-icon img {
  -webkit-transform: rotate(-90deg);
  display: block;
}
.icon-1 {
  top: 40px;
  left: 35px;
  -webkit-transform-origin: 350% 182px;
  transform-origin: 350% 182px;
}
.icon-2 {
  top: 40px;
  left: 370px;
  -webkit-transform-origin: -135px 185px;
  transform-origin: -135px 185px;
}
.icon-3 {
  top: 210px;
  left: 425px;
  -webkit-transform-origin: -355% 12px;
  transform-origin: -355% 12px;
}
.icon-4 {
  top: 422px;
  left: 140px;
  -webkit-transform-origin: 160% -191px;
  transform-origin: 160% -191px;
}
.icon-5 {
  top: -28px;
  left: 130px;
  -webkit-transform-origin: 50% 193px;
  transform-origin: 50% 193px;
}
.icon-6 {
  top: 65px;
  left: -15px;
  -webkit-transform-origin: 328% 100px;
  transform-origin: 328% 100px;
}
.icon-7 {
  top: 200px;
  left: -20px;
  -webkit-transform-origin: 328% -35px;
  transform-origin: 328% -35px;
}
.icon-8 {
  top: -15px;
  left: 120px;
  -webkit-transform-origin: -28% 117px;
  transform-origin: -28% 117px;
}
.icon-9 {
  top: 175px;
  left: 80px;
  -webkit-transform-origin: 46% -68px;
  transform-origin: 46% -68px;
}
.icon-8, .icon-9 {
  height: 65px;
  width: 65px;
} /*Circle SM Animation*/ .circle-animation .icon-3-img, .circle-animation .icon-4-img, .circle-animation .icon-2-img, .circle-animation .icon-1-img {
  -webkit-animation: rotateCircle 80s 3.01s infinite linear;
  animation: rotateCircle 80s 3.01s infinite linear backwards;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}
.circle-animation .icon-1, .circle-animation .icon-2, .circle-animation .icon-3, .circle-animation .icon-4 {
  -webkit-animation: rotateCircle 80s 3s infinite linear;
  animation: rotateCircle 80s 3s infinite linear;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
} /*Circle MD Animation*/ .circle-animation .icon-5-img, .circle-animation .icon-6-img, .circle-animation .icon-7-img {
  -webkit-animation: rotateCircle 90s 1.01s infinite linear;
  animation: rotateCircle 90s 1.01s infinite linear;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.circle-animation .icon-5, .circle-animation .icon-6, .circle-animation .icon-7 {
  -webkit-animation: rotateCircle 90s 1s infinite linear;
  animation: rotateCircle 90s 1s infinite linear;
}
.circle-animation .icon-8, .circle-animation .icon-9 {
  -webkit-animation: rotateCircle 35s 2s infinite linear;
  animation: rotateCircle 35s 2s infinite linear;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
} /*Circle LG Animation*/ .circle-animation .icon-8-img, .circle-animation .icon-9-img {
  -webkit-animation: rotateCircle 35s 2.01s infinite linear;
  animation: rotateCircle 35s 2.01s infinite linear;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}
@-webkit-keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.profile-icon {
  display: none;
} /*** Animation Closed ***/ #goole_adwords { /* background: #DBF5F0;  */
}
#digital-marketing .card {
  padding: 0 !important;
  overflow: visible;
}
#digital_marketing {
  background: #bcffdf !important;
}
.transition_up {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.transition_up:hover {
  transform: translate3d(0, -10px, 0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
#what-get .service_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  box-shadow: 0px 12px 33px rgb(14 49 178 / 10%);
  padding: 20px;
  border-bottom-style: solid !important;
  border-radius: 5px !important;
  height: 100%;
}
#what-get .cont_box {
  padding: 0;
}
.bg-light-red {
  background: #ffafaf !important;
  border-bottom-color: #ff4834 !important;
}
.bg-light-orange {
  background: #ffcfaf !important;
  border-bottom-color: #ff9b34 !important;
}
.bg-light-violet {
  background: #d0afff !important;
  border-bottom-color: #7034ff !important;
}
.bg-cyan-blue {
  background-color: #6AF2F0;
  border-bottom-color: #0bc8f3 !important;
}
.bg-light-pink {
  background: #ffafeb !important;
  border-bottom-color: #ff34f8 !important;
}
.bg-turquoise {
  background: #00bcd4 !important;
  border-bottom-color: #ff4834 !important;
}
.bg-rosered {
  background: #FF2768 !important;
  border-bottom-color: #ff4834 !important;
}
.bg-red {
  background: #E10032 !important;
  color: #fff;
}
.bg-pink {
  background: #F90067 !important;
  color: #fff;
}
.bg-parrot-green {
  background: #00ba0b !important;
  color: #fff;
}
.bg-ocean-blue {
  background-color: #03a9f4;
  color: #fff;
}
.bg-burgundy {
  background: #b00303 !important;
  color: #fff;
}
.bg-purple {
  background: #9505E3 !important;
  color: #fff;
}
.bg-forest-green {
  background: #098709 !important;
  color: #fff;
}
.bg-chilli-pepper {
  background: #F51720 !important;
  color: #fff;
}
.bg-orange {
  background: #ff8a02 !important;
  color: #fff;
}
.bg-neon-green {
  background: #8cfca1 !important;
  border-bottom-color: #53db6e !important;
}
.bg-gold {
  background: #F8CF40 !important;
  border-bottom-color: #ff9800 !important
}
.bg-yellow-green {
  background: #C7F954 !important;
  border-bottom-color: #8dcb00 !important;
}
.bg-hot-pink {
  background: #ff83ea !important;
  border-bottom-color: #ef14cb !important;
}
.bg-aqua-blue {
  background: #28d1ff !important;
  border-bottom-color: #0782a8 !important;
}
#business-benefits .card {
  padding: 0 !important;
  overflow: visible;
  height: 100%;
}
#absolute_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
}
#business-benefits .texts-box h5 {
  font-size: 17px !important;
}
#business-benefits .img-responsive {
  height: 600px;
  object-fit: cover;
}
#digital_marketing .ico-checked {
  color: #ff9500;
}
.video_service {
  display: flex;
  overflow: hidden;
  height: 250px;
  margin-bottom: 15px;
}
.video_service_img {
  height: 100%;
  object-fit: cover; /*     height: 350px; */
}
@media (max-width:1199px) {
  .vide_service_section {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
#y_choose .icon-box .description {
  margin-left: 66px;
}
#what_makes .icon-box .description {
  margin-left: 0;
}
#what_makes .icon-box .icon {
  float: none;
}
#what_makes .icon-box {
  background: none;
  color: #fff;
}
#core_values .core-value-img { /*max-width: 250px!important;*/
}
#core_values {
  color: #fff;
}
#core_values #absolute_bg {
  right: 0;
  left: auto;
}
#specialize_in .prod_desc {
  position: absolute;
  padding: 0px 20px 30px 20px;
  left: 0px;
  right: 0px;
  margin: 0px;
  transition: all ease .5s; /* z-index: 11;*/ top: 78%;
  text-shadow: 0px 0px 5px rgb(255 255 255 / 80%);
  color: #000000;
  font-weight: 500;
  font-size: 15px !important;
  letter-spacing: -1px;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  text-align: center;
}
#specialize_in .prod_desc p {
  display: none;
}
.expertlist {
  position: relative;
}
#specialize_in .prod_details:hover .prod_desc {
  top: 0%;
  transition: all ease .5s;
}
#specialize_in .prod_details:hover .prod_desc p {
  display: block;
}
.prod_img img {
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.bg-dark-blue {
  background: #011038 !important;
  color: #fff;
}
#what-get.what_makes_us .service_box {
  box-shadow: none !important;
  border-bottom-style: none !important;
}
#footer .footer-links.bottom-links li a {
  font-weight: normal;
}
#core_competencies .abstract_bg { /*     border-radius: 10px !important;    background: #ff5800 !important; */
}
#core_competencies .abstract_bg .white-box {
  background: #ef5205 !important;
  color: #fff;
}
#core_competencies .abstract_bg .white-box h4, #core_competencies .abstract_bg .white-box p {
  color: #fff !important;
} /*** Responsive ***/ p {
  text-align: justify;
}
#header .navbar {
  z-index: 9;
}
.nav-item.dropdown > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 5px;
}
.dropdown-menu {
  left: 0;
  top: calc(100% + 0px);
  z-index: 99;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: ease all 0.3s !important;
  border-radius: 8px;
  border: 0;
}
.dropdown-item {
  color: #ff5800;
  font-size: 14px !important;
  font-weight: normal !important;
}
.top_social a {
  padding: 0 10px;
  font-size: 20px;
}
.software_slider .bg-primary {
  margin-top: 0 !important;
}
.software_slider p {
  font-size: 12px !important;
  line-height: 18px;
  min-height: 40px;
}
.top_section.y_chose.all_features .row {
  flex-wrap: wrap;
}
.carousel-wrap .owl-carousel .item .item-block .item-contents {
  word-break: break-word;
}
.navbar-light .navbar-toggler {
  background: #ff5800;
  color: #fff;
  height: 30px;
  width: 40px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
}
#core_values .description p {
  text-align: center
}
.wide-block span {
  color: #ff5821
}
.service-box.style-left p {
  text-align: left !important;
}
.service-box.style-right p {
  text-align: right !important;
}
.apnt_business.appntmnt_fn.d_flex.pad_t_2em .sell-icon img {
  max-width: 100%;
}
.cust_benefits.menu_abt img {
  height: 120px;
}
.menurs_build_brands .w3_featured_services_left_grid img {
  height: 60px;
}
.menu_last_blocks.route_manage.text-center.route_mng .ski_mgmnt_img img {
  height: 100px
}
.draw-animation li img {
  height: 80px;
}
.shuttle_top img {
  height: 80px;
}
.more_features.sub_features.strean_line.shuttle_more_features p {
  text-align: left;
}
.more_features.sub_features.strean_line.shuttle_more_features .first-half p {
  text-align: right;
}
.top_section.y_chose.all_features img, .shuttle_want_know img {
  height: 80px;
}
.career_img {
  max-width: 650px;
  width: 100%;
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
.apnt_business.appntmnt_fn p {
  text-align: center;
}
.carousel-caption img.auto_width.branding {
  height: 80px !important;
}
@media (max-width:1299px) {
  .four_boxes .col img {
    height: 100%;
  }
  .carousel-wrap .owl-carousel .item .item-block .item-contents h4 {
    font-size: 24px;
    padding-bottom: 34px;
  }
  .carousel-wrap .owl-carousel .item .item-block img {
    height: 380px;
  }
}
@media (max-width:1199px) {
  #web-app-develope .sw-lg-img {
    height: 565px !important;
  }
  #app-develope .sw-lg-img {
    height: 500px !important;
  }
  #software-develope .card-body .sw-lg-img {
    height: 545px !important;
  }
  #header .container.d-flex {
    align-items: self-start;
  }
  #video_section video {
    height: 100% !important;
  }
  .item-background .video_section video, .carousel-item .video_section, .item-background .c-item-img {
    min-height: 600px;
    object-fit: cover;
    width: 100%;
    height: 600px !important;
  }
  #creative_design .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:1099px) {
  #multi_store_bg, #absolute_bg, #methodology_bg {
    width: 100% !important;
  }
  .item-background .video_section video, .carousel-item .video_section, .item-background .c-item-img {
    min-height: 500px;
    height: 500px !important;
  }
}
@media (max-width:991px) {
  #core_competencies .abstract_bg {
    margin: 1em 0 4em 0;
  }
  #core_competencies .abstract_bg .white-box {
    max-width: 500px !important;
  }
  #explainer-video .flexvertical, #explainer-video .flexvertical .common-heading {
    text-align: right !important;
  }
  #web-app-develope .sw-lg-img, #app-develope .sw-lg-img, #software-develope .card-body .sw-lg-img {
    height: 600px !important;
  }
  #core_values .core-value-img {
    max-width: 300px;
  }
  #fresh_idea .appntmnt_abt .col-lg-6.col-sm-12.d-flex {
    padding: 0;
  }
  .item-background .video_section video, .carousel-item .video_section, .item-background .c-item-img {
    min-height: 400px;
    height: 500px !important;
  }
  #sd_qualities .media-middle {
    text-align: center;
    margin: 0 auto;
  }
  #sd_qualities .media-middle img {
    margin: 0 auto;
    text-align: center;
    max-width: 200px;
  }
  .navbar {
    justify-content: center !important;
  }
  .brand_logo {
    width: 90%;
    justify-content: start !important;
  }
  #makes_different .col-lg-4.col-sm-6.col-xs-12 {
    margin-bottom: 15px;
  }
  #technologies-we-use h2 span, #payments h2 span {
    display: inline-block !important;
  }
  #intro .intro-img, #intro .intro-info {
    width: 100%;
    float: none;
  }
  .video_section_outline .video_rgt {
    padding: 10px 25px;
  }
  .sm-order-2 {
    order: 2;
  }
  .tours_ftrs_section.text-center.mb-4 {
    padding: 0 15px;
  }
  .inspired_by_passion .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section .container .col-card-copy, .section .container .card-image {
    width: 100% !important;
  }
  .build_brands.p2 .w3_featured_services_left_grid {
    margin-bottom: 15px;
  }
  .brand_success.bg-light-yellow.pb-1 {
    margin-top: 1em;
  }
  .brand_success.p2.video_section_outline .btn {
    margin-bottom: 15px;
  }
  .why-infinite-cab-cnt2 {
    display: block;
  }
  .why-infinite-cab-cnt2 .text-right, .why-infinite-cab-cnt2 .content-description {
    text-align: left !important;
  }
  .more_features.sub_features.strean_line img {
    max-width: 500px !important;
  }
  .kebab_site .brand_logo, .pizza_site .brand_logo {
    justify-content: center !important;
    width: 100%;
  }
  #web-control .btn {
    margin-bottom: 15px;
  }
  .route_mng_optns {
    padding: 0 1em;
  }
  .ski_rental_tab .tab_style .nav-tabs li a {
    padding: 8px 9px !important;
    font-size: 14px;
  }
  .sltn_to_rent .well_ul ul {
    padding-left: 65px;
  }
  .main_carousel .carousel-caption h3 {
    font-size: 30px !important;
    line-height: 30px;
  }
  .taxi_site img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .small_banner {
    padding: 2em 1em !important;
  }
  #industries .card-img-top.lg {
    height: 260px !important;
  }
  #industries .card-body {
    min-height: 215px;
  }
  #footer .footer-links.bottom-links li {
    padding: 0 5px !important;
    font-size: 12px;
  }
  .free-quote .d-i-f {
    display: block !important;
  }
  #industry-inner .no-border-cards .card .card-img-top {
    margin-top: 0;
  }
  #industry-inner .no-border-cards .card h3, #industry-inner .no-border-cards .card p {
    padding: 10px;
  }
  #industry-inner .no-border-cards .card .btn {
    margin: 10px;
  }
  #industry-inner .no-border-cards .card .card-img-top {
    margin-top: 0 !important;
  }
  .bottom_section .bottom-contactus-content {
    padding: 15px !important;
  }
  .shuttle_more_features.more_features p {
    text-align: left;
  }
  .four_boxes .col img {
    height: 700px;
  }
  .more_features.sub_features.strean_line.shuttle_more_features .first-half p {
    text-align: left;
  }
}
@media (max-width:767px) {
  .item-background .video_section video, .carousel-item .video_section, .item-background .c-item-img {
    min-height: 400px;
    height: 400px !important;
  }
  .services_grids_blocks {
    flex-wrap: wrap;
  }
  .grid_inner_block {
    width: 100%;
  }
  #web-app-develope .sw-lg-img, #app-develope .sw-lg-img, #software-develope .card-body .sw-lg-img {
    height: 400px !important;
  }
  #methodology_services .img-responsive, #multi-store_muti-vendor .img-responsive {
    height: initial
  }
  #complete-package .four_boxes {
    display: block;
  }
  .four_boxes .col img {
    height: 500px;
  }
  #business-benefits .img-responsive {
    height: initial;
  }
  .white_texts.main_carousel .carousel-caption h6 {
    font-size: 28px !important;
  }
  .potential_section .icons_outline img {
    max-width: 100%;
  }
  .potential_section {
    padding: 1em;
  }
  .main_carousel .carousel-caption h3 {
    font-size: 26px !important;
    line-height: 26px;
  }
  #footer .footer-links.bottom-links {
    display: inline-block !important
  }
  #footer .footer-links.bottom-links li {
    float: left;
    width: 33.333%;
  }
  #footer .footer-newsletter {
    margin-top: 0 !important;
  }
  h3, .h3 {
    font-size: 30px !important;
  }
  #dvlpmnt_choices .nav > li {
    width: 23.33%;
  }
  h1, .h1, h1 .common-heading span {
    font-size: 34px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 30px 0 !important;
  }
}
@media (max-width:632px) {
  .enquire-form {
    padding-top: 0;
  }
  .sign_up {
    padding: 0em 0;
  }
  .sign_up .btn {
    margin-bottom: 15px;
  }
  .ski_rental_software.ski_rental_tab .tab-pane img {
    height: auto;
  }
  #stage {
    display: none;
  }
}
@media (max-width:600px) {
  #save_time .lg-img img {
    height: initial;
  }
  .our_software_slider.p4 {
    padding: 1em !important;
  }
  #sw-features .features-bg img {
    height: auto !important;
  }
  h3, .h3 {
    font-size: 26px;
  }
  #dvlpmnt_choices .company-logo {
    display: block;
  }
  #topbar .contact-info ul {
    text-align: center;
  }
  .video_service_img {
    object-fit: contain;
    height: auto;
  }
  .video_service {
    display: block;
    height: initial;
  }
  .solution_overview_dgm .web_features {
    padding: 15px;
  }
  .solution_overview_new nav > div a.nav-item.nav-link {
    font-size: 13px;
    line-height: 0px;
    max-width: 100%;
  }
  .ftrs_sctn .dsplay_cntnts .ml-3, .ftrs_sctn .dsplay_cntnts .mx-3 {
    margin-left: 1rem !important;
  }
  .draw-animation li {
    float: none;
    width: 100%;
  }
}
@media (max-width:575px) {
  .item-background .video_section video, .carousel-item .video_section, .item-background .c-item-img {
    min-height: 300px;
    height: 300px !important;
  }
  .white_texts.main_carousel .carousel-caption h6 {
    font-size: 22px !important;
  }
  .main_carousel .carousel-caption h3 {
    font-size: 30px !important;
  }
  #web-app-develope .sw-lg-img, #app-develope .sw-lg-img, #software-develope .card-body .sw-lg-img {
    height: 350px !important;
  }
  .four_boxes .col img {
    height: 400px;
  }
  .common-heading {
    padding: 0 15px;
  }
  .service-contents h5 {
    text-align: left;
  }
  .carousel-indicators li {
    width: 9px !important;
    height: 13px !important;
    margin-left: 3px !important;
  }
  .ski_rental_software.ski_rental_tab .card .nav li {
    margin-bottom: 5px;
    width: 100% !important;
  }
  .popup_video .video_img {
    height: 300px !important;
  }
  .video_section_outline.p-tb-1 {
    margin: 0em auto !important;
    padding: 0 !important;
  }
  .common-heading h2, .common-heading h3, .common-heading span {
    font-size: 28px !important;
  }
  .f-single-features.green, .f-single-features.blue {
    margin-top: 0px !important;
  }
  #dvlpmnt_choices .nav > li {
    width: 100%;
    margin-bottom: 5px;
  }
  #mobile-app-develope h5 {
    text-align: center;
  }
  .features li .text {
    padding-left: 10px;
  }
  #mobile-app-types .count span {
    width: 70px !important;
  }
  .carousel-caption img.auto_width.branding {
    height: 50px !important;
  }
  .inspired_by_passion .nav > li {
    width: 100%;
    margin-bottom: 5px !important
  }
}
@media (max-width:456px) {
  .item-background .video_section video, .carousel-item .video_section, .item-background .c-item-img {
    min-height: 200px;
    height: 200px !important;
  }
  .white_texts.main_carousel .carousel-caption h6 {
    font-size: 18px !important;
  }
  .main_carousel .carousel-caption h3 {
    font-size: 20px !important;
  }
  .popup_video .video_img {
    height: 250px !important;
  }
  #core_competencies .abstract_bg {
    height: initial !important;
    background: none !important;
  }
  h1, .h1, h1 .common-heading span {
    font-size: 28px !important;
  }
  h3, .h3 {
    font-size: 24px !important;
  }
  .build_brands.p2 {
    padding: 1em !important
  }
}
@media (max-width:414px) {
  .four_boxes .col img {
    height: 330px;
  }
  #topbar .contact-info ul {
    text-align: center;
  }
  #topbar .contact-info li {
    padding: 0 5px;
    margin: 0 !important
  }
  .brand_logo {
    width: auto;
  }
  .popup_video .video_img {
    height: 200px !important;
  }
  #footer .footer-links.bottom-links li {
    width: 50%;
  }
  #core_competencies .align-items-center .f-24 {
    font-size: 18px !important;
  }
  #core_competencies .align-items-center .f-18 {
    font-size: 15px !important;
  }
  .driver_manage_img {
    height: 200px;
  }
  .video_section_outline h2 {
    font-size: 18px;
  }
  .video_section_outline h4 span {
    display: block;
  }
  #software-solutions .card-body, .all_cards .card-body {
    width: auto !important;
  }
}
@media (max-width:320px) {
  .item-background .video_section video, .carousel-item .video_section, .item-background .c-item-img {
    min-height: 150px;
    height: 150px !important;
  }
  .four_boxes .col img {
    height: 300px;
  }
  .popup_video .video_img {
    height: 180px !important;
  }
  #core_competencies .align-items-center .f-24 {
    font-size: 16px !important;
  }
  #mobile-app-types .count span {
    width: 50px !important;
  }
  #mobile-app-types .features li .title {
    font-size: 18px !important;
  }
  .main_carousel .carousel-caption h3 {
    font-size: 18px !important;
    margin-top: 0;
    line-height: 18px;
  }
  .carousel-caption h6 {
    display: none;
  }
  .carousel-caption img {
    height: 50px !important;
  }
}
@media (max-width: 1199px) and (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
} /*** Browser test ***/ #creative_design, .explainer-img {
  height: auto;
  object-fit: contain;
}
img { /*    height: auto; */ object-fit: contain;
}
@media (max-width:1299px) {
  .explainer-img {
    height: 500px;
  }
}
@media (max-width:991px) {
  .explainer-img {
    height: 400px;
  }
  #multi-banner .carousel {
    z-index: 1 !important;
  }
  .banner_slider #mycarousel {
    max-width: 600px;
    margin: 0 auto;
  }
  #complete-package .four_boxes {
    display: block;
  }
  #payments .order-2.order-sm-1 {
    order: 1
  }
  #payments .order_sm_2 {
    order: 2
  }
}
@media (max-width:767px) {
  .banner_slider #mycarousel {
    max-width: 400px;
  }
}
@media (max-width:515px) {
  .banner_slider #mycarousel {
    max-width: 300px;
  }
}
@media (max-width:375px) {
  .banner_slider #mycarousel {
    max-width: 250px;
  }
}
.carousel-wrap .owl-carousel .item .item-block p {
  text-align: left;
}
.mb-15px {
  margin-bottom: 15px
}
#web-services .custome_field {
  text-align: left;
}
.bg-orange-gradient {
  background: #ff2907 !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff2907), to(#fc5723)) !important;
  background: linear-gradient(to right, #ff2907 0, #fc5723 100%) !important;
}
#loader {
  position: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  background: url(../images/loading.gif) 50% 50% no-repeat #fff;
}
.footer-top .footer-top-inner .footer-top-content {
  max-width: 700px !important;
}
.footer-top .footer-top-inner {
  /*    background-image: url(../images/pixosoft-contact.jpg) !important; */
  position: relative;
  height: 413px
}
.footer-top-content {
  position: relative;
}
.explnr_sections .overlay {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 15px !important;
}
.c-item-img {
  display: block;
}
@media (max-width: 1099px) {
  .carousel-item .c-item-img {
    min-height: 500px !important;
    height: 500px !important;
  }
}
@media (max-width: 991px) {
  .carousel-item .c-item-img {
    min-height: 400px !important;
    height: 450px !important;
  }
  .contact-us-packages {
    margin-bottom: 41px;
  }
  .free-wedsite-consultation img {
    padding-top: 58px;
  }
  .navbar-nav .dropdown-item:last-child {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .carousel-item .c-item-img {
    min-height: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 575px) {
  .carousel-item .c-item-img {
    min-height: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 456px) {
  .carousel-item .c-item-img {
    min-height: 200px !important;
    max-height: 200px !important;
  }
}
#all-inclusive h4 {
  font-size: 15px;
  color: #2d2d2d;
  line-height: 26px;
}
@media (min-width: 2600px) {
  .c-item-img {
    min-height: 1000px;
  }
}
.package-text p {
  text-align: left;
}
@media (max-width: 414px) {
  #topbar .contact-info li {
    display: inline !important;
  }
  .phone-no-pixosoft {
    display: block;
    padding-top: 10px;
  }
}
@media (max-width: 343px) {
  .top_social a {
    padding: 0 3px;
    font-size: 15px;
  }
}
.pizzasw-feature-list {
  background: linear-gradient(310deg, #ed3d04 32%, #fdf3f2 30%);
}
.pizzasw-features-list {
  border-radius: 4px;
  background: #f9b100;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 30%);
  padding: 21px 2px;
  width: 100%;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 22px;
}
.festures {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid grey;
  border-radius: 50%;
  /* display: block; */
  border-bottom: 4px solid #9b9493;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -style
}
.festures-style img {
  margin: 12px;
}
.pizzasw-features-list p {
  text-align: center;
  font-size: 16px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  /* padding-left: 40px; */
  color: #000;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.festures-style {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid grey;
  border-radius: 50%;
  /* display: block; */
  border-bottom: 4px solid #9b9493;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.red_color {
  color: #ec3d04;
}
.how_work-features ul li svg:not(:root).svg-inline--fa {
  width: 30px;
  margin-top: 18px;
}
.pizzasw-software-online {
  position: absolute;
  bottom: -60px;
  right: -11px;
  ;
}
.pizzasw-software-online img {
  max-width: 373px;
}
.how_work-features ul {
  font-size: 16px;
}
.dpbl {
  font-size: 16px;
  padding-bottom: 12px;
  text-align: justify;
}
.bg-green {
  background: #59981A !important;
  color: #fff;
}
.bg-pink {
  background: #FF0080 !important;
  color: #fff;
}
.bg-danger {
  background-color: #db192b !important;
  color: #fff;
}
.bg-primary {
  background-color: #0052f1 !important;
  color: #fff;
}
.bg-warning {
  background: #ff5800 !important;
  color: #fff;
}
.bg-success {
  background-color: #28a745 !important;
  color: #fff;
}
#what-get.what_makes_us .service_box {
  box-shadow: 0px 12px 33px rgb(14 49 178 / 40%) !important;
  padding: 20px;
  border-bottom-style: solid !important;
  border-radius: 5px !important;
  height: 100%;
}
.industry_type {
  padding-bottom: 40px;
}
.how_we_make-mobile-app .row, .how_we_make-mobile-app .col-sm-4 {
  flex-wrap: wrap;
  display: flex;
}
.how_we_make-mobile-app .service-contents {
  margin-bottom: 39px;
  padding: 46px 10px;
  box-shadow: 1px 1px 12px 1px #515151c2;
}
@media only screen and (max-width: 770px) and (min-width: 700px) {
  .carousel-item .c-item-img {
    min-height: 329px !important;
    height: 383px !important;
  }
}
@media (max-width: 420px) {
  .btn:visited, .btn:link {
    font-size: 12px !important;
  }
}
.btn:visited, .btn:link {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .pizzasw-software-online {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .custome_field {
    right: -41px !important;
  }
  .service-box.style-right .service-icon {
    right: -1px !important;
  }
  #technologies-we-use {
    padding: 0px 15px !important;
  }
  .service-box.style-left .service-icon {
    left: -2px !important;
  }
  #payments {
    padding-top: 20px !important;
  }
  #accordion .card .card-header .mb-0 a h3 {
    font-size: 18px !important;
  }
  #business-benefits .pr-4 {
    padding-right: 0em !important;
  }
  .explainer-img {
    height: 238px;
  }
  .service-box .service-icon {
    left: -5px !important;
  }
  .sell-icon {
    margin-top: 14px !important;
  }
  .video_section_outline .video_rgt {
    padding: 10px 25px !important;
  }
  .package_lists {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .feature_outer {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .btn-main {
    font-size: 12px !important;
  }
  .button-row {
    display: unset !important;
  }
  .total-cost {
    top: 0 !important;
    font-size: 12px;
    padding: 12px !important;
  }
  .card-header h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 770px) and (min-width: 600px) {
    .dropdown-item{
            font-size: 12px !important;
    }
    
}
.sub_features.more_features .service-box1 .service-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;
    margin-bottom: 15px;
    background-color: #fff6edc7;
    padding: 10px 10px;
    border-radius: 10px;    min-height: 138px;
    box-shadow: 2px 2px 15px #1e1b1b;
}
.sub_features.more_features .service-box1 .service-icon {
    max-width: 43px;
    padding-bottom: 14px;
}
.pixobkng_strean_line.more_features p {
    color: #000!important;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.service-box1 .service-box .service-icon {
    position: unset;
}
.service-box1 {
    align-items: stretch!important;
}
.sub_features.more_features .service-box1 .service-box p{text-align:center;
}
.img-circle {
    position: absolute;
    top: 4%;
    width: 44% !important;
    left: -1%;
    max-height: unset;
    -webkit-animation: rotate-center 100s linear infinite both;
    animation: rotate-center 100s linear infinite both;
    overflow: hidden;
    z-index: -2;
}
  @-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    .sw_services1:before{
    content: "";
    background: linear-gradient(180deg,rgba(50,119,247,.08),#fff 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}