body {
  font-family: 'Open Sans', sans-serif;
  color: #64686d;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #41bdee;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #22a9df;
}

.bg-head-bar {
  display: none !important;
}
.bg-fs-head-bar {
  background-color: #2f3338 !important;
}

.small-font {
  font-size: 0.8em;
}

.faded-font {
  color: #9b9b9b;
}

.small-font {
  font-size: 0.8em;
}

.fa-icon {
  color: #60646a;
}

#page-content {
  flex: 1 0 auto;
}
.fa-icon-left-set {
  margin-left: 20px;
}
#sticky-footer {
  flex-shrink: none;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #fff;
  background-color: #14b1e7;
  opacity: 1;
}
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/*================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
.carousel-item > div {
  float: left;
}

.carousel-by-item [class*='cloneditem-'] {
  display: none;
}

#myBtn {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(52, 56, 59, 0.8);
  color: white;
  cursor: pointer;
  border-radius: 0;
  font-size: 18px;
  padding: 5px 10px;
}

h2 {
  color: #313538;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin: 32px 53px 19px;
}

/*
    h2::after {
        content: "";
        width: 100px;
        position: absolute;
        margin: 0 auto;
        height: 4px;
        border-radius: 1px;
        background: #1abc9c;
        left: 0;
        right: 0;
        bottom: -20px;
    } */

.carousel {
  margin: 0 auto;
  padding: 0 70px;
}

.carousel .item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
}

.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.carousel .testimonial-wrapper {
  padding: 0 10px;
}

.carousel .testimonial {
  color: #64686d;
  position: relative;
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: 15px;
}

.carousel .testimonial::after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}

.carousel .star-rating li {
  padding: 0 2px;
}

.carousel .star-rating i {
  font-size: 16px;
  color: #ffdc12;
}

.carousel .overview {
  padding: 3px 0 0 15px;
}

.carousel .overview .details {
  padding: 5px 0 8px;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #14b1e7;
}

.carousel .carousel-indicators {
  bottom: -37px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 1px 2px;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #14b1e7;
  border: 5px double;
}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: bottom;
}

.fostrap-logo {
  width: 100px;
  margin-bottom: 15px;
}

h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}

@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}

@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}

@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
}

.features {
  font-size: 13px;
  align-content: justify;
  font-family: 'Open Sans', sans-serif;
  color: #64686d;
}

.card {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto !important;

  line-height: 1.42857143;
  background-color: #f9f9f9;
  border-radius: 5px;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        */
  transition: box-shadow 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card {
  width: 100%;
  height: 200px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}

.img-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.25s ease;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-content {
  padding: 15px 0px;
  text-align: left;
}

.card-title {
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
  color: #313538;
}

.card-title a {
  color: #313538;
  text-decoration: none !important;
}

.card-read-more a {
  width: auto;
  display: inline-block;
  margin: 0 7px 10px 0;
  padding: 6px 23px;
  background: #fbfbfb;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  text-shadow: 0 1px 0 white;
  text-decoration: none;
  color: #424346;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}
.card-read-more a:hover {
  background-color: #edeeef;
}
h3.lined {
  overflow: hidden;
  position: relative;
}
h3.lined:before {
  left: -20px;
  margin: 0 0 0 -200%;
  content: '';
  width: 200%;
  height: 0.75em;
  display: inline-block;
  margin: 0 -200% 0 0;
  position: relative;
  left: 20px;
  bottom: 0.2em;

  vertical-align: bottom;
}

h3.lined::after {
  content: '';
  width: 200%;
  height: 0.75em;
  display: inline-block;
  margin: 0 -200% 0 0;
  position: relative;
  left: 20px;
  bottom: 0.2em;
  background: url(../images/bg-head.jpg) repeat-x;
  vertical-align: bottom;
}
#Testimonials {
  padding-top: 30px;
}
.txtstyle {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.slider-navigation {
  background: aquamarine;
  padding: 30px 15px;
  text-align: center;
}

#slider-thumbs {
  margin-top: -100px;
}

#slider-thumbs .list-inline li {
  width: 25%;
  padding: 0px;
  margin-right: -4px;
  cursor: pointer;
}

#slider-thumbs .list-inline li:first-child {
  padding-left: 5px;
}

.slider-nav-arrow {
  text-align: center;
  margin-bottom: 0px;
  visibility: hidden;
}

.selected .slider-nav-arrow {
  visibility: visible;
}

.selected .slider-navigation {
  opacity: 0.5;
}

#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}

#myCarousel h4 {
  font-size: 50px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
}

#myCarousel p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #d5d5d5;
}

#myCarousel .carousel-item a {
  background: #b2b3b3;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  padding: 13px 32px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#myCarousel .carousel-item a:hover {
  background: #025c80;
  color: #fff;
}

#myCarousel .carousel-item h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 100%;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#myCarousel .container {
  max-width: 1450px;
}

#myCarousel .carousel-item {
  height: 100%;
  min-height: 500px;
}

#myCarousel {
  position: relative;
  z-index: 1;
  background: url(../images/slider/bg1.png) center center no-repeat;
  background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
  height: 40px;
  width: 40px;
  padding: 12px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background-color: #2bc5ed;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#services {
}

#services .services-top {
  padding: 70px 0 50px;
}

#services .services-list {
  padding-top: 50px;
}

.services-list .service-block {
  margin-bottom: 25px;
}

/* .services-list .service-block .ico {
    font-size: 38px;
    float: left;
} */

.services-list .service-block .text-block {
  margin-left: 58px;
}

.services-list .service-block .text-block .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #313538;
}

.services-list .service-block .text-block .info {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.services-list .service-block .text-block .text {
  text-align: left;
  font-size: 13px;
  letter-spacing: normal;
  word-spacing: normal;
  color: #64686d;
}

.highlight {
  color: #2ac5ed;
  font-weight: bold;
}

a {
  color: #14b1e7;
}

header {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 100px;
}

header:before {
  animation: fade-slide-down 1s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  background-size: cover;
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: fade-slide-down 1s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
}

header:after {
  animation: rotate-up 0.2s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  background: #f9fcff;
  content: '';
  height: 40rem;
  left: -5%;
  position: absolute;
  right: -5%;
  top: 90%;
  transform-origin: 0 0;
  z-index: 0;
  -webkit-animation: rotate-up 0.2s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
}

.header-subtitle {
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.header-button {
  transform: translateZ(0.1px);
  position: relative;
  z-index: 10;
}

.animate-pop-in {
  animation: pop-in 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}

.rocky-dashed {
  animation-delay: 0.6s;
}

.header-title {
  animation-delay: 0.5s;
}

.header-subtitle {
  animation-delay: 1s;
}

/* Animations */

@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(-4rem) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rotate-up {
  100% {
    transform: rotateZ(-4deg);
  }
}

/******Navbar******/

.dropdown-menu {
  margin-top: 0px;
}

.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
  background: #14b1e7;
  color: white;
}

.dropdown-menu > li.show > a {
  color: white;
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}

.textstyle {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 12px;
}

.linkstyle {
  font-weight: 500;
  color: black;
}

.linkstyle1 {
  /* font-weight: 500; */
  color: #14b1e7;
}

.card-body {
  padding: 15px;
}

.textstyle2 {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: -56px;
  margin-bottom: 1rem;
}

.cardtxt {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: -24px;
}

.titletxt {
  border-top: 0px solid #e4e4e4;
  border-bottom: 0px solid #e4e4e4;
}

.map-container-6 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container-6 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.locnicon {
  font-size: 26px;
  color: #0ea6e0;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #c61d19;
}

.has-error .form-control {
  border-color: #c61d19;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) */
}

.has-error .form-control:focus {
  border-color: #c61d19;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #c61d19;
  border-color: #c61d19;
}

.has-error .form-control-feedback {
  color: #c61d19;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
/*sh- mangesh changes*/
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
/*sh- mangesh changes*/
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  padding-left: 12px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.contact-form {
  margin-top: 15px;
}

.contact-form .textarea {
  min-height: 114px;
  resize: none;
}

.form-control-feedback {
  line-height: 50px;
  top: 0px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#map_wrapper {
  height: 400px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

input[type='text'],
select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #42c6f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}

input[type='text']:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type='email'],
select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #42c6f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type='email']:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type='number'],
select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #42c6f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type='number']:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav > .nav.nav-tabs {
  border: none;
  color: #fff;
  background: #272e38;
  border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
  border: none;
  padding: 18px 20px;
  /* color: #f1f1f1; */
  background: #f1f1f1;
  border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after {
  content: '';
  position: relative;
  bottom: -60px;
  left: -18%;
  border: 15px solid transparent;
  border-top-color: #14b1e7;
}

.tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top: 5px solid #14b1e7;
  border-bottom: 5px solid #14b1e7;
  padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  background: #14b1e7;
  color: #fff;
  border-radius: 0;
  transition: background 0.2s linear;
}

.bt_price thead th,
.gold thead th,
.price_lst thead th {
  background-color: #42c6f3;
  color: #fff;
}

.bt_price tbody td,
.bt_price thead th,
.gold tbody td,
.gold thead th {
  padding: 4px 8px;
}

table.gold,
table.jd {
  width: 100%;
}

.price_lst,
table.bt_price,
table.gold,
table.jd {
  border-collapse: inherit;
}

.bt_price tbody tr td,
.bt_price tr td,
.gold tr td,
.jd thead th {
  border-bottom: 1px solid #ddd !important;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  /* padding: 0; */
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

html {
  -webkit-font-smoothing: antialiased;
}

nav {
  display: block;
  /* background: #374147; */
}

.menu {
  padding-left: 0px;
  background: transparent;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {
  font-weight: 400;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.menu li.dropdown-new a {
  padding-right: 30px;
}
.menu li a:hover,
.menu li:hover > a {
  /* color: #fff;
  background: #16a4df; */
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 179px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
  display: none;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: #797979;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
}

.menu ul li a:hover,
.menu ul li:hover > a {
  background: #16a4df;
  color: #fff;
}

.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 179px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: transparent;
  color: grey;
  text-transform: uppercase;
  font-weight: 400;
}

.responsive-menu:hover {
  background: transparent;
  color: gray;
  text-decoration: none;
}

a.homer {
  background: #16a4df;
  color: #fff !important;
}
.ulfont {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mainWrap {
    width: 768px;
  }
  .menu ul {
    top: 37px;
  }
  .menu li a {
    font-size: 12px;
  }
  a.homer {
    background: #16a4df;
    color: white !important;
  }
}

@media (max-width: 767px) {
  #return-to-top {
    display: none !important;
  }
  .menu li.search {
    padding-left: 15px;
  }
  .responsive-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }
  .menu {
    display: none;
  }
  .responsive-menu {
    display: block;
  }
  nav {
    margin: 0;
    background: none;
  }
  .menu li {
    display: block;
    margin: 0;
  }
  .menu li a {
    background: transparent !important;
    color: #797979;
  }
  .menu li a:hover,
  .menu li:hover > a {
    background: #16a4df;
    color: white !important;
  }
  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
    background: #16a4df;
  }
  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }
  .menu ul ul {
    left: 0;
    transform: initial;
  }
  .menu li > ul ul:hover {
    transform: initial;
  }
}

@media (max-width: 480px) {
  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }
  .menu {
    display: none;
    padding-left: 0%;
  }
  .responsive-menu {
    display: block;
  }
  nav {
    margin: 0;
    background: none;
  }
  .menu li {
    display: block;
    margin: 0;
  }
  .menu li a {
    background: #fff;
    color: #797979;
  }
  .menu li a:hover,
  .menu li:hover > a {
    background: #14b1e7;
    color: #fff;
  }
  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }
  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }
  .menu ul ul {
    left: 0;
    transform: initial;
  }
  .menu li > ul ul:hover {
    transform: initial;
  }
}

@media (max-width: 320px) {
  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }
  .menu {
    display: none;
  }
  .responsive-menu {
    display: block;
  }
  nav {
    margin: 0;
    background: none;
  }
  .menu li {
    display: block;
    margin: 0;
  }
  .menu li a {
    background: #fff;
    color: #797979;
  }
  .menu li a:hover,
  .menu li:hover > a {
    background: #9ca3da;
    color: #fff;
  }
  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }
  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }
  .menu ul ul {
    left: 0;
    transform: initial;
  }
  .menu li > ul ul:hover {
    transform: initial;
  }
}

.nav-tabs-wrapper {
  display: block;
  overflow: hidden;
  height: calc(1.5rem+1rem+2px);
  /** 1.5 is font-size, 1 is padding top and bottom, 2 is border width top and bottom */
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}

.nav-tabs {
  /* overflow-x: auto; */
  flex-wrap: nowrap;
  border-bottom: 0;
}

.nav-item {
  margin-bottom: 0;
  &:first-child {
    padding-left: 15px;
  }
  &:last-child {
    padding-right: 15px;
  }
}

.nav-link {
  white-space: nowrap;
}

.dragscroll:active,
.dragscroll:active a {
  cursor: -webkit-grabbing;
}

.nav-tabs-wrapper-border {
  display: block;
  width: 100%;
  border-top: 1px solid #ddd;
}

.tab-pane {
  padding: 1rem;
}

.table-responsive {
  display: table;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #14b1e7;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgb(20, 177, 231);
}

#return-to-top:hover i {
  color: #fff;
  top: 7px;
}

a:hover {
  color: #5bc4f1;
  text-decoration: none;
}

a:active {
  color: #313538;
  text-decoration: none;
}

/**********Login Modal Register css************/

.input-group {
  width: 100%;
  margin-bottom: 20px;
}

.input-group .form-line {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.input-group .form-line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  border-bottom: 2px solid #057d8c;
}

.input-group .form-line + .input-group-addon {
  padding-right: 0;
  padding-left: 10px;
}

.input-group .help-info {
  float: right;
  font-size: 12px;
  margin-top: 5px;
  color: #999;
}

.input-group label.error {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
  color: #f44336;
}

.input-group .form-line.error:after {
  border-bottom: 2px solid #f44336;
}

.input-group .form-line.success:after {
  border-bottom: 2px solid #4caf50;
}

.input-group .form-line.warning:after {
  border-bottom: 2px solid #ffc107;
}

.input-group .form-line.focused:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.input-group .form-line.focused .form-label {
  bottom: 25px;
  left: 0;
  font-size: 12px;
}

.input-group .input-group-addon {
  border: none;
  background-color: transparent;
  padding-left: 0;
  font-weight: 600;
}

.input-group .input-group-addon .material-icons {
  font-size: 18px;
  color: #555;
}

.input-group input[type='text'],
.input-group .form-control {
  border: none;
  box-shadow: none;
}

/******************* responsive tabs *********************/

.res_img {
  height: 55px;
  margin-left: 4rem;
  margin-right: 4rem;
}

.custmombrdcrum {
  font-size: 9px !important;
  margin-top: 5px;
  padding: 3px 0px;
}
.HrBrdr {
  border: 1px dashed;
  margin-top: 20px;
}
.m-t-18 {
  margin-top: 18px;
}

/* shashi */
.font-12-set {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  color: #9b9fa2;
}
.container-menu {
  /* background-color: #f9f9f9; */
  background-color: rgb(20, 177, 231) !important;
  padding: 12px 0px;
}
.li-logo {
  display: inline-block;
}
.search input {
  width: 100px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #313538;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(121, 108, 108);
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #14b1e7;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: rgba(255, 255, 255, 0.38) !important; */
}

.owl-nav button:focus {
  outline: none;
}
.owl-carousel button.owl-dot {
  background-color: #b9e0f0;
}

h2.header-title {
  margin: 0px;
  padding: 15px;
}
.home-service {
  background-color: #fafafa;
  border-top: 1px solid #e4e4e4;
  padding: 20px;
}
.bg-head-bar {
  height: 42px;
  overflow: hidden;
  background: #2f3338 url(../images/page-head-bg.gif) repeat;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);

  color: #9b9fa2;
}
.round-view {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  border: 1px solid #129ece;
  color: #e7fdfe;
  text-shadow: 0 1px 1px #129ece;
  background: #14b1e7 !important;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  text-align: center;
}
.shadow-1 {
  box-shadow: 1px 10px 7px -6px #ababab;
}
.quote-text {
  position: relative;
  margin-left: 70px;
  padding-left: 36px;
  color: #64686d;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.quote-ava {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  margin-top: 5px;
  background: #fafafa url(../images/ava.jpg);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.quote-text:before {
  color: #14b1e7;
}
.quote-text:before {
  content: '“';
  position: absolute;
  top: -9px;
  left: 0;
  font-size: 54px;
  font-family: 'Open Sans', sans-serif;
}

.quote-author-name {
  margin-top: 16px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 600;
}
.quote-author-position {
  margin-top: 5px;
  font: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #64686d;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-35 {
  margin-top: 35px;
}
.client {
  display: inline-block;
  width: 200px;
  margin: 0 10px 20px;
  position: relative;
}
.tooltips-data {
  position: absolute;
  top: -10px;
  left: -9999px;
  z-index: 99;
  padding: 5px 11px 5px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background: rgba(36, 39, 42, 0.8);
  border-radius: 2px;
  white-space: nowrap;
  line-height: 20px;
  font-weight: 400;
  font-size: 11px;
  color: #dee2e6;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, left 0s ease-in-out 0.2s,
    top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, left 0s ease-in-out 0.2s,
    top 0.2s ease-in-out;
}
.client img {
  max-width: 100%;
}
.tooltips:hover .tooltips-data {
  top: -5px;
  left: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out, left 0s ease-in-out,
    top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, left 0s ease-in-out,
    top 0.2s ease-in-out;
}
.tooltips-data:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -2px;
  border-top: 4px solid #4e5153;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
}
.footer-textSet {
  text-align: right;
}
.container-fluid .content .container {
  padding-bottom: 10px;
}
.col-sm-6 .card .card-img-top {
  width: auto !important;
}
.btn-outline-secondary {
  color: #fff;
  background-color: #14b1e7;
  border-color: #14b1e7;
}
.btn-outline-secondary:hover {
  color: #14b1e7;
  border-color: #14b1e7;
  background-color: #fff;
}
.card-text.cardtxt.text-left {
  margin: 0px 0px 15px 15px;
}
label.checkbox-inline {
  padding: 8px 14px 0px 0px;
}
.col-md-4 .card.border-primary.mb-3:nth-child(3) {
  padding-bottom: 10px;
}
.mapset {
  padding: 40px 0px;
}
#pageheight {
  min-height: calc(100vh - 221px);
}
body {
  overflow: auto;
}
.menu li.last a {
  padding: 7px 21px;
  background: #fff;
  border-radius: 20px;
  color: #14b1e7;
}
.menu li.last a {
  padding: 7px 21px;
  background: #fff;
  border-radius: 20px;
  color: #14b1e7;
}
.menu li.last a:hover {
  background: #1c8bbd;
  color: #fff;
}
.dropdown-new a::before {
  content: '';
  position: absolute;
  height: 2px;
  bottom: -5px;
  left: 0px;
  background-color: rgb(255, 255, 255);
  visibility: hidden;
  width: 0px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .client img {
    padding: 0px 20px;
  }
  .menu {
    display: flex;
  }
  .webmenu {
    padding: 7px 0px;
    margin-left: auto;
  }
  .text-right {
    margin-right: 0px;
  }
  .search button {
    padding-right: 0px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 2px;
  }
  .soc-icon {
    padding: 10px 0px;
  }
  #HomeSlider img {
    width: 100%;
  }
  #demo.carousel {
    padding: 0px;
  }
}

#resp-img2 {
  max-height: 50px;
  padding: 0px;
  margin: 0px;
}
.mobmenuset {
  display: none;
}
.downarrow::after {
  content: '';
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #fff !important;
  border-width: 0px 1px 1px 0px;
  display: inline-block;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  top: 14px;
  right: 15px;
}

.downarrow1::after {
  content: '';
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #797979 !important;
  border-width: 0px 1px 1px 0px;
  display: inline-block;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  top: 14px;
  right: 15px;
}

.menu ul li:hover > .downarrow1::after {
  content: '';
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #fff !important;
  border-width: 0px 1px 1px 0px;
  display: inline-block;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  top: 14px;
  right: 15px;
}
#rhlSection .card.border-primary .card-body img{
  width: 50px;
  margin-bottom: 20px; margin-left: 5px;
}
@media only screen and (max-width: 766px) {
  #rhlSection .card.border-primary.mb-3:nth-child(3) .card-body img {
    margin-top: -35px !important;
  }
  #rhlSection .card.border-primary.mb-3:nth-child(2) .card-body img {
    margin-top: -25px !important;
  }
  .mobmenu1 a {
    color: #fff;
  }
  .mobmenu1 {
    position: relative;
  }
  .mobmenu1 #resp-menu {
    position: absolute;
    right: 20px;
    top: 16px;
  }
  .mobmenu1 .mobmenulogo {
    width: 100%;
    display: block;
    text-align: left;
  }
  .mobmenu1 .res_img {
    margin-left: 0px;
  }
  .mobmenu1 .webmenu {
    display: none;
  }
  .mobmenu1 .mobmenuset {
    display: block;
  }

  .mobmenu1 .li-logo {
    display: none;
  }
  .menu li a:hover,
  .menu li:hover > a {
    color: #fff !important;
  }
  .mobmenu1 .mobmenuset a {
    color: #fff !important;
  }
  .mobmenu1 .mobmenuset a:hover {
    color: #fff !important;
  }
  .mobmenu1 .arrow {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 4px;
    right: 12px;
  }
  .mobmenu1 .arrow::after {
    content: '';
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: #fff !important;
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    top: 8px;
    right: 12px;
  }
  .mobmenu1 .menu ul li a {
    box-shadow: none;
  }
  .mobmenu1 .sub-menu li {
    padding-left: 0px;
  }
  .mobmenu1 .sub-menu2 li {
    padding-left: 10px;
  }

  .mobmenu1 .sub-menu .arrow::after {
    /* height: 5px;
  width: 5px; */
  }
  .mobmenu1 .mobmenuset .sub-menu li a {
    color: #fff !important;
  }
  .menu ul:after {
    display: none;
  }
}

/*nn*/
.search .btn:focus {
  box-shadow: none;
}

.loader-container {
  justify-content: center;
  align-items: center;
  position: relative;
}

#jobLoader {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* footer */
#footer {
  color: #fff;
  font-size: 14px;
  background-color: #14b1e7 !important;
  /* background: linear-gradient(
    45deg,
    rgba(20, 156, 216, 0.9) 0%,
    rgba(47, 141, 182, 0.9) 100%
  ); */
  /* url('../images/hero-bg.jpg') center center no-repeat;
  background-size: cover; */
}

#footer .footer-top {
  padding: 0px 0 10px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#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: #fff;
  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: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#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: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(11, 141, 198, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type='submit']:hover {
  background: #219dce;
}

#footer .copyright-wrap {
  border-top: 1px solid #7dcbeb;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: rgba(255, 255, 255, 0.1); */
  background-color: #fff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 15px;
}

#footer .social-links a:hover {
  /* background: rgba(255, 255, 255, 0.2); */
  background-color: #fff;
  color: #fff;
  text-decoration: none;
}
#footer .social-links i {
  color: #14b1e7;
}

#footerbottom {
  border-top: 1px solid #fff;
  padding: 10px 10px 10px 0px;
  margin-top: 10px;
}
.footerset1 {
  padding-left: 3px;
}
#footermenu {
  padding-top: 20px;
  color: #fff;
}
.footerlink {
  padding-bottom: 15px;
}
.footerlink a {
  color: #fff;
  font-size: 13px;
  /* font-weight: 600; */
  text-decoration: none;
}
.footerlink a:hover {
  color: #fff;
}
.copyright {
  font-size: 12px;
}
.setin-menu h1 {
  text-align: left;
  padding: 40px 50px 10px 0px;
  color: #14b1e7;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pt15 {
  padding-top: 15px;
}

.blueH2 {
  color: #14b1e7;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0px;
}

.our-services {
  padding: 30px 0px 12px 0px;
}
#MailServe_list .section-title {
  padding-bottom: 0px;
}
.servicesSlider {
  padding: 0px 20px 30px 20px;
}
.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.servicesSlider .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0px 0px 20px 0px;
  /* box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); */
}
.servicesSlider .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}
.servicesSlider .icon-box .icon {
  text-align: center;
}
.servicesSlider .icon-box .icon img {
  width: 54px;
  display: inline-block;
}
.servicesSlider a .icon-box h4 {
  color: #4c4c4c;
  font-size: 19px;
}
.servicesSlider a .icon-box p.set-height1 {
  color: #4c4c4c;
}
.servicesSlider a .icon-box .readmore {
  margin-bottom: 0px;
  color: #14b1e7 !important;
}
.servicesSlider .icon-box h4 {
  padding-top: 10px;
}
#slider1 {
  padding: 0px 20px;
}
.ellipsis {
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
.ellipsis1 {
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
#slider01 .item p {
  color: #4c4c4c;
}
.pagestyle p {
  font-size: 14px;
  line-height: 20px;
  color: #7a7b7d;
  margin-bottom: 15px;
}

.hometopfix {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
}
.hometopfix .old-class {
  background-color: transparent !important;
}
.slidertext {
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.slidertext-price {
  position: absolute;
  right: 0;
  left: 0;
  top: 110px;
}
.Sliderdetails {
  color: #fff;
  max-width: 755px;
  text-align: center;
}
.Sliderdetails h1 {
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 33px;
}
.Sliderdetails h4 {
  font-size: 16px;
  margin-top: 60px;
  letter-spacing: 3px;
  color: #fff;
}
.Sliderdetails p {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
}
.btn-bg-white {
  margin-top: 15px;
}
.btn-bg-white a {
  background-color: #fff;
  color: #14b1e7;
  font-size: 15px;
  padding: 10px 10px;
  font-weight: 600;
  border-radius: 20px;
  min-width: 170px;
  display: inline-block;
  margin: 0px 10px 15px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pagemin-height {
  min-height: 450px;
}
.Sliderdetails p.mob-bold {
  font-weight: 400;
}
#services .owl-dots {
  bottom: -10px;
}
/* /home page new */
#ddlaboutUsdiv .form-group.form_need2:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .webshowslider {
    display: none;
  }
  .mob-imgset {
    display: block !important;
    background-image: linear-gradient(to bottom right, #1d99cc, #8fb0b5);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 470px;
  }
  .hometopfix .old-class.menuactive {
    background-color: rgb(20, 177, 231) !important;
  }
  .mobmenuset {
    background-color: rgb(20, 177, 231) !important;
  }
  .setin-menu h1 {
    font-size: 28px;
  }
  .career-count h4,
  .job-details-h1,
  .job-details-h3 {
    font-size: 20px;
  }
  .textstyle,
  .textstyle2,
  .cardtxt,
  .joblist-card .joblist-h3,
  .joblist-card .joblist-h3,
  .joblist-card p,
  .joblist-card p,
  .footerlink a {
    font-size: 17px !important;
  }
  .setin-menu h1 {
    letter-spacing: 2px;
  }
}

/* menu */
.container-menuNew {
  display: flex;
  align-items: center;
}

.main-menu.scrolled .web-nav {
  background: #14b1e7;
  color: #fff;
}

.web-nav {
  background-color: transparent;
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 1000;
}

.web-nav .p-navset {
  margin-right: 15px;
}

.web-logo {
  margin-right: auto;
}

.web-logo img {
  height: 50px;
}

.web-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.web-menu li {
  position: relative;
}

.web-menu li a {
  color: white;
  text-decoration: none;
  padding: 8px 22px;
  display: block;
}

.web-menu li.last a {
  background: #fff;
  border-radius: 20px;
  color: #16a4df;
}

.web-menu li.last a:hover {
  background: #16a4df;
  color: #fff;
}

.web-submenu > li:hover > a {
  background: #16a4df;
  color: #fff;
}

.web-submenu2 li:hover a {
  background: #16a4df;
  color: #fff;
}

.web-submenu,
.web-submenu2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  color: #797979;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.web-submenu li {
  position: relative;
}

.web-submenu2 {
  top: 0;
  left: 100%;
}

.web-submenu li:hover .web-submenu2 {
  display: block;
}

.web-submenu li a,
.web-submenu2 li a {
  padding: 8px 22px;
  color: #797979;
  background: #fff;
  font-size: 13px;
}

.web-submenu li a {
  min-width: 130px;
}

.web-submenu2 li a {
  min-width: 190px;
}

/* .web-submenu li a:hover,
.web-submenu2 li a:hover {
  background: #16a4df;
  color: #fff;
} */

.web-nav ul.web-submenu > li > a:hover {
  background: #16a4df;
  color: #fff;
}

.web-nav ul.web-submenu li a:hover .web-submenu2 li a {
  color: #797979;
  background: #fff;
}

.web-menu li:hover .web-submenu {
  display: block;
}

/* Mobile Menu */
.web-menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0px 10px;
  background: transparent;
  color: white;
  border: none;
}

.web-menu li:hover a.drop2::before {
  content: '';
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #797979;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  top: 14px;
  right: 10px;
}

.web-menu li a.drop2::before {
  content: '';
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #797979;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  top: 14px;
  right: 10px;
}

.web-submenu > li:hover > a.drop2::before {
  border-color: #fff !important;
}

.drop1::before {
  content: '';
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: #fff !important;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  top: 14px;
  right: 7px;
}

.main-menu.active .web-nav {
  background: #14b1e7;
  color: #fff;
}
.main-menu.scrolled1 .web-nav {
  background: #14b1e7;
  color: #fff;
}
.setpagetop {
  margin-top: 80px;
}
.set-mr15 {
  margin-right: 15px;
}
.mobile-nav {
  width: 25px;
}
@media (max-width: 991px) {
  .container-menuNew {
    padding-left: 0px;
    padding-right: 0px;
  }
  .setpagetop {
    margin-top: 56px;
  }
  .web-nav {
    padding: 8px 15px;
  }

  .web-menu-toggle:hover,
  .web-menu-toggle:focus,
  .web-menu-toggle:active {
    outline: none;
  }

  .web-logo img {
    height: 40px;
  }

  .web-menu-toggle {
    display: block;
  }

  .web-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #14b1e7;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px 15px 20px 15px;
  }

  .web-menu.active {
    display: flex;
  }

  .web-menu li {
    width: 100%;
  }

  .web-submenu,
  .web-submenu2 {
    display: none;
    position: static;
    width: 100%;
    background-color: #444;
  }

  .web-menu li.open > .web-submenu,
  .web-submenu li.open > .web-submenu2 {
    display: block;
  }

  .web-submenu li a,
  .web-submenu2 li a {
    padding: 10px;
  }

  .web-menu li a {
    padding: 12px;
  }
}
