@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}


.languageDropdown {
  border-radius: 5px;
  border: 1px solid #efefef;
  padding: 3px;
}


@media (max-width:550px) {
  .languageDropdown {
    border: 1px solid #efefef;
  }
}

/*! fancyBox v3.3.5 fancyapps.com */
body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px 6px 0
}

.fancybox-slide--iframe {
  padding: 44px 44px 0
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  vertical-align: top
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor
}

.fancybox-button--share svg path {
  stroke-width: 1
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s
}

.fancybox-close-small:focus {
  outline: none
}

.fancybox-close-small:hover svg {
  opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -37px;
  top: -34px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAOmexJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, .3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, .5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x>ul {
  overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px)
  }
}

/* Owl Carousel v2.3.4 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: right;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

/*Owl theme*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 2px 4px;
  padding: 2px 10px !important;
  background: #53b0ff !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #53b0ff !important;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: none;
  outline: none;
  border: none
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 10px 4px;
  background: #53b0ff;
  display: block;
  opacity: 1;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0b7cdc;
  opacity: 1;
}



#prd-scrl.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: -42px;
  left: 0;
  margin: auto;
  width: 50px;
  height: 60px;
  outline: none;
  border-radius: 0px;
  background: url(../images/next.png) no-repeat !important;
}

#prd-scrl.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  right: 38px;
  left: 0;
  margin: auto;
  width: 50px;
  height: 60px;
  outline: none;
  border-radius: 0px;
  background: url(../images/prev.png) no-repeat !important;
}



/*Back to top button */
#back-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 9999;
  width: 31px;
  display: block;
  transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
}

#back-top a {
  width: 30px;
  display: block;
  height: 58px;
  overflow: hidden;
  outline: none;
  text-decoration: none;
}

#back-top span {
  width: 30px;
  height: 58px;
  display: block;
  background: url(../images/top.png) no-repeat;
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border-radius: 5px 5px 0 0px
}

#back-top:hover {
  bottom: -1px;
  outline: none;
  text-decoration: none;
}

/*Project Name: Eurekainfinity.com [Created by WEBLINKINDIA.NET on 21/05/2024: Puneet Chauhan]*/

@font-face {
  font-family: "IranSans";
  src: url("../fonts/IRANSans.ttf");
}

body {
  background: #fff;
  font: 0.99em/26px 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  color: #6b6868;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
}

h1 {
  font-size: 1.6em;
  line-height: 26px;
  color: #000;
  text-align: right;
}

h2 {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #000;
}

h3 {
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
}


.hnd-fnt {
  font-family: "Hind Vadodara", sans-serif;
}

.rad-fnt {
  font-family: "Radio Canada Big", sans-serif;
}

.red {
  color: #c00202;
}

.letter_s {
  letter-spacing: 3px;
}

.mw_98 {
  max-width: 98%;
  height: auto;
}

.mw_96 {
  max-width: 90%;
  height: auto;
  margin: auto;
}

.w97 {
  width: 80%;
}

.w100 {
  width: 100%;
}

.fs11 {
  font-size: 11px;
}

.fs14 {
  font-size: 1em;
}

.fs16 {
  font-size: 1.143em;
}

.fs18 {
  font-size: 1.286em;
}

.fs20 {
  font-size: 1.429em;
}

.fs22 {
  font-size: 1.571em;
}

.fs26 {
  font-size: 1.857em;
}

.weight500 {
  font-weight: 500
}

.weight600 {
  font-weight: 600
}

.border1 {
  border: 1px solid #c3bcbc;
}

.bb {
  border-bottom: 1px solid #ccc;
}

.dn {
  display: none;
}

.rel {
  position: relative;
}

.scrol-div {
  height: 280px;
  overflow-y: scroll
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #7e7e7e;
}

.blue {
  color: #0b7cdc;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}

hr {
  margin-top: 20px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #9d9d9d;
}

.shadow {
  box-shadow: inset 0 0px 22px 0 rgba(0, 0, 0, 0.1), 0 0px 18px 0 rgba(0, 0, 0, 0.10);
}

.hand {
  cursor: pointer;
}

.bg-blue {
  background: #fbe1ed;
  border: 1px solid #9c3062;
}

.bg-gray {
  background: #B9B9B9;
}

a {
  text-decoration: none
}

.redis-col {
  color: #d62629;
}

.blu-col {
  color: #2aabe4;
}

.grs-col {
  color: #484848;
}

::-webkit-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #333 !important;
}

::-moz-placeholder {
  color: #333 !important;
}

:-ms-input-placeholder {
  color: #333;
}

/*custom upload*/
.DG-custom-file {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100% !important;
  margin-bottom: 0px;
  border-radius: 5px;
  border: 1px solid #ccc !important;
}

.DG-custom-file input[type=file] {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -99999px !important;
  top: -99999px !important;
  visibility: hidden
}

.DG-custom-file small {
  width: 70% !important
}

.DG-custom-file b {
  min-width: 107px !important;
  padding: 6px 5px;
  background: #f1f1f1;
  margin-right: 8px
}

.DG-custom-file label {
  display: flex;
  align-items: center
}

.minmax {
  min-width: 1200px;
  max-width: 100%;
}

.letter_s {
  letter-spacing: 3px;
}

.container {
  width: 1260px;
  padding: 0;
  max-width: 100%;
}

.row {
  padding: 0;
  margin: 0;
}

.row>.no_pad {
  padding: 0;
  margin: 0;
}


.zomm-effct img {
  transition: all ease-in-out 0.5s;
}

.zomm-effct img:hover {
  transform: scale(1.1)
}

.t2_fixer {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: all linear 0.6s;
  height: auto
}

.t2_fixer .header {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background: #000;
  padding: 8px 0px;
  height: auto;
  transition: all linear 0.6s;
}

.t2_fixer .mnu-sect {
  background: #000;
  transition: all linear 0.6s;
}

header {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px 0px 55px;
}

.tp-rgt {
  width: auto;
  height: auto;
  float: right;
  margin-top: 0px;
}

.call_sec {
  font: 17px "Hind Vadodara", sans-serif;
  color: #000;
  padding: 5px 0px;
  float: right;
  font-weight: 600;
  margin-right: 45px;
}

.call_sec p:nth-child(1) {
  float: right;
  width: 50px;
  height: 50px;
  background: #A1C741;
  border-radius: 50%;
  text-align: center;
  padding: 10px 0px;
}

.call_sec p:nth-child(2) {
  float: left;
  margin-right: 20px;
  width: auto;
  letter-spacing: 0.5px;
}

.call_sec p:nth-child(2) b {
  display: block;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #A1C741;
  letter-spacing: 0.4px;
}

.call_sec p:nth-child(2) span {
  font-size: 18px;
  text-align: left;
  color: #000;
  font-weight: 400
}

.call_sec p:nth-child(2) a {
  font-size: 19px;
  text-align: left;
  color: #000;
  font-weight: 500
}

.call_sec p:nth-child(2) a:hover {
  color: #0075BC
}

.call_dis {
  display: none;
}

.call_dis1 {
  display: none;
}

.call_dis2 {
  display: block;
}

.call_dis3 {
  display: block;
}


.social-top {
  display: inline-block;
  margin-top: 0px;
  float: left
}

.social-top a {
  display: inline-block;
  color: #000;
  font-size: 19px;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 5px 0px;
}

.social-top a:hover {
  background: #d6ffd6;
}

.social-top a img {
  width: 18px;
  height: 18px;
  margin: -4px auto 0;
}

/* top header end */


.header {
  width: 100%;
  height: auto;
}

.logo_area {
  text-align: left;
  margin-bottom: 10px;
}

/* header section end */


/* banner area section start */
.banner-area {
  width: 100%;
  text-align: center;
  height: auto;
  position: relative
}

.banner-area img {
  display: block;
  max-width: 100%;
  margin: auto;
}

/* banner area section end */


/* Menu bar section start */
.menu {
  width: 100%;
  height: 55px;
  background: #004671;
  position: absolute;
  z-index: 99;
  bottom: -85px;
  left: 0;
  right: 0;
}

.dropdown-menu li {
  position: relative;
  float: right;
  border-bottom: 1px solid #dbdbdb;
  padding: 3px 0;
  width: 100%;
}

.dropdown-menu li:last-child {
  border-bottom: 0px solid #dbdbdb;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px
}

.dropdown-menu .submenu-left {
  right: 100%;
  left: auto
}

.navbar {
  margin: 4px 0;
  float: right;
}

.dropdown-item {
  padding: 5px 10px;
  font-size: 1.1em;
  white-space: normal;
  word-wrap: break-word
}

.navbar-toggler {
  background-color: #fff;
  padding: 0
}

.nav-link {
  margin: 0 6px !important;
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1.6em;
  /* padding: 9px 20px !important; */
  padding-right: 20px;
  padding-top: 9px;
}

.nav-link:focus,
.nav-link.act {
  color: #f26690;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #ffeebb;
}

.dropdown-menu {
  background-color: #fff;
  border-radius: 0px;
}

.nav-link i {
  font-size: .7em;
}

.dropdown-item {
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none !important;
  color: #46b2f4 !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #000 !important;
  background: #83d0ff
}

.dropdown-menu {
  width: 280px;
}

.dropdown-toggle::after {
  color: #4d9fd1;
  margin-right: 6px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #46b2f4;
}

#hom .navbar-nav>li>a.hom,
#abo .navbar-nav>li>a.abo,
#sol .navbar-nav>li>a.sol,
#serv .navbar-nav>li>a.serv,
#con .navbar-nav>li>a.con {
  color: #000 !important;
  background: #83d0ff
}


.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.dropdown-submenu>a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 3px;
  margin-right: -2px;
  content: " ";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropdown-submenu:hover>a:after {}

.dropdown-submenu>.dropdown-menu li>a {
  color: #000;
  padding: 2px 20px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}

.dropdown-submenu>.dropdown-menu li>a:hover {
  color: #fff;
}

/* Menu bar section start */


/* welcome section start */
.wel-bg {
  width: 100%;
  min-height: 500px;
  padding: 45px 0px 55px;
  background: #fafdff url(../images/bg.jpg) center left no-repeat;
}

.wel-lft {
  width: 100%;
  height: auto;
  padding: 15px 0px;
  text-align: right;
}

.wel-lft h1 {
  font-size: 45px;
  font-weight: 600;
  color: #004671;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  line-height: 45px;
  position: relative;
  text-align: right;
}

.wel-lft h1 span {
  display: block;
  font-size: 20px;
  color: #A1C741;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}

.wel-lft h1:after {
  content: '';
  width: 10%;
  height: 3px;
  display: block;
  background: #A1C741;
  position: absolute;
  z-index: 9;
  bottom: -16px;
  right: 0;
}

.wel-lft h1:before {
  content: '';
  width: 10%;
  height: 3px;
  display: block;
  background: #A1C741;
  position: absolute;
  z-index: 9;
  bottom: -22px;
  right: 12px
}

.wel-mis {
  width: 100%;
  height: auto;
  margin: 30px 0px 6px
}

.wel-mis p:nth-child(1) {
  width: 85px;
  height: 85px;
  float: right;
  background: #0075BC;
  border-radius: 50%;
  text-align: center;
  padding: 20px 0px;
}

.wel-mis p:nth-child(2) {
  width: 80%;
  height: auto;
  float: right;
  margin-right: 15px;
  margin-top: 8px;
  color: #686868;
  font-size: 17px;
  letter-spacing: 0.4px;
}

.wel-mis p:nth-child(2) b {
  display: block;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-size: 22px;
  color: #004671;
  font-weight: 500;
  text-transform: uppercase;
}

/* welcome section end */


/* service section start */
.serv-bg {
  width: 100%;
  min-height: 450px;
  background: url(../images/serv-bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 45px 0px;
}

.serv-bg h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  line-height: 45px;
  position: relative;
}

.serv-bg h2 span {
  display: block;
  font-size: 20px;
  color: #A1C741;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-style: italic
}

.serv-bg h2:after {
  content: '';
  width: 5%;
  height: 2px;
  display: block;
  background: #A1C741;
  position: absolute;
  z-index: 9;
  bottom: -20px;
  left: 0;
  right: -20px;
  margin: auto;
}

.serv-bg h2:before {
  content: '';
  width: 5%;
  height: 2px;
  display: block;
  background: #A1C741;
  position: absolute;
  z-index: 9;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto
}

.srv-txt {
  font-size: 19px;
  color: #fff;
  margin-top: 40px;
  font-weight: 300;
  padding: 10px 168px;
  line-height: 26px;
}

.serv-abs {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  margin: auto;
  z-index: 9;
}

.s-ar {
  width: 400px;
  height: 420px;
  margin: 10px auto;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all linear 0.5s;
}

.s-ar:hover {
  transform: translateY(-10px)
}

.s-bx {
  width: 400px;
  height: 250px;
  background: #fff;
  overflow: hidden
}

.s-cnt {
  width: 100%;
  height: auto;
  padding: 18px 15px;
  text-align: center;
}

.s-cnt p:nth-child(1) {
  font-size: 21px;
  font-weight: 500;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  line-height: 26px;
  height: 53px;
  overflow: hidden;
  letter-spacing: 0.5px;
}

.s-cnt p:nth-child(1) a {
  color: #0075BC;
}

.s-cnt p:nth-child(1) a:hover {
  color: #000000;
}

.s-cnt p:nth-child(2) {
  font-size: 18px;
  color: #444444;
  line-height: 21px;
  height: 70px;
  overflow: hidden;
  margin-top: 5px;
  font-weight: 500
}

.s-spc {
  width: 100%;
  height: 350px;
  background: #fff;
}

/* service section end */


/* solution section start */
.sol-bg {
  width: 100%;
  min-height: 750px;
  background: #fff url(../images/sect-img.jpg) -227px 0 no-repeat;
  position: relative
}

.sol-inn-abs {
  width: 740px;
  height: 690px;
  background: #f5f5f5;
  position: absolute;
  left: -46px;
  top: 60px;
  z-index: 9;
  padding: 30px;
}

.sol-inn-abs h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  line-height: 45px;
  position: relative;
  text-align: right;
}

.sol-inn-abs h2 span {
  display: block;
  font-size: 25px;
  color: #A1C741;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-weight: 500;
  line-height: 28px;
  font-style: italic
}

.sol-inn-abs h2:after {
  content: '';
  width: 5%;
  height: 2px;
  display: block;
  background: #A1C741;
  position: absolute;
  z-index: 9;
  bottom: -20px;
  right: 13px;
  left: 0;
}

.sol-inn-abs h2:before {
  content: '';
  width: 5%;
  height: 2px;
  display: block;
  background: #A1C741;
  position: absolute;
  z-index: 9;
  bottom: -25px;
  left: 0;
  right: 0;
}

.sol-cnt {
  font-size: 18px;
  margin-top: 40px;
  line-height: 25px;
  text-align: right;
}

.sol-cnt b {
  display: block;
  color: #0075BC;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
}

.rd-but {
  margin-top: 12px;
}

.rd-but a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  color: #0075BC
}

.rd-but a:hover {
  color: #A1C741
}

/* solution section end */



/* counter bg section start */
.count-bg {
  width: 100%;
  min-height: 200px;
  background: #253035;
}

.company_stats_lst {
  margin: 0 auto;
  padding: 2em 0px;
  width: 100%;
  overflow: hidden;
}

.company_stats_lst ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.company_stats_lst ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 25%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-width: 0px 1px 0px 0
}

.company_stats_lst ul li:last-child {
  border-width: 0px 0px 0px 0px
}

.company_stats_w {
  padding: 15px 35px;
  text-align: left;
}

.company_stats_w b {
  display: inline-block;
  font-size: 64px;
  line-height: 1.5em;
  font-weight: 600;
  color: #fff;
  position: relative
}

.company_stats_w b:after {
  content: '';
  display: block;
  height: 3px;
  background: #A1C741;
  width: 70px;
}

.company_stats_w i {
  font-size: 3.9em;
  line-height: 1.5em;
  color: #A1C741;
  font-style: normal;
  font-weight: 600;
}

.company_stats_w span {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  height: 38px;
  overflow: hidden;
}

.company_goals {
  padding: 1em 0 0 3em;
  width: 100%;
  margin: 1em auto
}

/* counter bg section end */


/* hom contact section start */
.hm-cnt-bg {
  width: 100%;
  min-height: 100px;
  padding: 33px 0px;
  background: #A1C741;
}

.hm-cnt-bg p:nth-child(1) {
  width: auto;
  float: right;
  text-align: left;
  color: #fff;
  font-size: 29px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
}

.hm-cnt-bg p:nth-child(2) {
  float: left;
  margin-top: 10px;
}

.hm-cnt-bg p:nth-child(2) a {
  background: #253035;
  text-align: center;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: uppercase;
  color: #fff;
}

.hm-cnt-bg p:nth-child(2) a:hover {
  background: #0075BC
}

/* hom contact section end */


/* accordian */
.accordion-button:not(.collapsed) {
  color: #004671;
  background-color: #f7f7f7;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  letter-spacing: 0.6px
}

.accordion-button {
  font-weight: 400 !important;
  font-size: 20px !important;
  letter-spacing: 0.6px;
  color: #0075BC;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
}

.accordion-body {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  padding: 12px 15px 10px;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
}

.accordion-body ul,
ol {
  font-weight: 700;
  font-size: .9em;
  line-height: 1.6em;
  margin-top: 15px;
  color: #505050
}

/* accordian end */


/* content setion start */
.lgt-blu {
  color: #0075BC
}

.lgt-grn {
  color: #A1C741
}

.drk-blu {
  color: #253035
}

.mid-blu {
  color: #004671
}

.bb1 {
  border-bottom: 1px solid #efefef;
}

.lgt-blubg {
  background: #d0edff
}

.h-flx {
  min-height: 260px;
  width: 100%;
  display: block
}

.bdr-rgt {
  border-right: 1px solid #fff;
}

.ab_lst {
  width: 100%;
  height: auto;
  margin: 10px 0px;
}

.ab_lst ul {
  margin: 0 !important;
  padding: 0 !important;
}

.ab_lst ul li {
  width: 100%;
  position: relative;
  font-size: 18px;
  color: #404040;
  font-weight: 500;
  line-height: 0px;
  margin-bottom: 0px;
  text-align: right;
  list-style: none;
}

.ab_lst ul li img {
  padding-left: 8px;
}

.ab_lst ul li i {
  color: #000;
  margin-right: 12px;
}

.abo-txt {
  text-align: right;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #565656;
  padding: 0 0px 0 0;
  margin-top: 10px;
  font-weight: 300
}

.ab-cont {
  width: 100%;
  height: auto;
  padding: 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 25px;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
}

/* content setion end */


/* Sitemap */
.sitemap_cont {
  width: 100%;
}

.sitemap2 {
  width: 100%;
  height: auto;
  margin: 15px 0px;
}

.sitemap2 a {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  width: 32%;
  border: 1px solid #d6d6d6;
  display: inline-block;
  padding: 5px 25px;
  float: left;
  margin: 5px 5px;
  border-radius: 5px;
  background: url(../images/arr-1.png) 8px center no-repeat;
  text-align: left
}

.sitemap2 a:hover {
  background: #0075BC url(../images/arr-4.png) 8px center no-repeat;
  text-decoration: none;
  color: #fff;
  border: 1px solid #0075BC;
}

/* Sitemap */


/* contact page section start */
.contact_top_sect {
  padding: 20px 0px 30px;
}

.contact_top_sect h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}


.contact_top_sect a:hover {
  color: #000 !important;
}

.get-txt {
  text-align: right;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 1px;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  margin-bottom: 25px;
}


.con_sec1 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase
}

.con_sec2 {
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  color: #0f80ba;
  letter-spacing: 1px;
}

.contact_form_cont {
  padding: 25px 24px 35px;
  font-size: 1.1em;
  width: 100%;
  border: 1px solid #e3e3e3;
}

.contact_form_cont input[type=text],
.contact_form_cont textarea,
.contact_form_cont select {
  border: #e3e3e3 1px solid !important;
  padding: 10px 12px;
  width: 100%;
  font-size: 17px;
  background: none;
  font-weight: 500
}

.contact_form_L {
  width: 100%;
  float: left;
  padding-right: 10px
}

.contact_form_R {
  width: 98.7%;
  float: left
}

.cont_frm_hed {
  font-size: 20px;
  font-weight: 600;
  color: #1a71cb;
}

.cont_frm_subhed {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left
}

.cont_sub {
  text-align: center;
  border-radius: 4px;
  padding: 13px 27px;
  font-size: 20px;
  color: #FFFFFF;
  background: #7ab629;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer
}

.cont_sub:hover {
  background: #000;
}

.cont_sub1 {
  text-align: center;
  border-radius: 4px;
  padding: 13px 27px;
  font-size: 20px;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer
}

.cont_sub1:hover {
  background: #d62629;
  color: #fff;
}

.contact_all_dtls {
  text-align: left;
  background: #fff;
  padding: 3px 3px 3px;
  border-radius: 6px;
  border: 1px solid #efefef
}

.contacts_list {
  margin: 15px 0;
  border: 0px solid #efefef;
  padding: 0px;
  text-align: left
}

.contacts_list ul {
  margin: 0px;
  padding: 0px
}

.contacts_list ul li {
  list-style: none;
  display: flex;
  padding: 0 16px 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ededed;
}

.contacts_list ul li:last-child {
  border-bottom: 0px solid #e5e5e5;
  margin-bottom: 0px;
}

.contacts_list ul li b {
  width: 45px;
  height: 45px;
  line-height: 48px;
  margin-right: 15px;
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 5px;
  background: #979797;
}

.contacts_list .cont_info_dtl {
  width: calc(100% - 40px);
  font-size: 17px;
  color: #666;
  display: inline-block;
  letter-spacing: 0.3px;
  margin-top: 6px;
}

.contacts_list .cont_info_dtl span:nth-child(1) {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase
}

.contacts_list .cont_info_dtl span:nth-child(2) {
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  margin-top: 6px;
}


.contacts_list .cont_info_dtl em {
  font-style: normal;
  color: #000
}

.contacts_list .cont_info_dtl a {
  display: inline-block;
  color: #000;
  text-decoration: none
}

.contacts_list .cont_info_dtl a:hover {
  color: #4e4e4e;
  text-decoration: underline
}

/* contact page section ends */


/*Button-style*/
.btn1,
.btn1:visited {
  background: #0F52BA;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font: 400 15px/35px "Hind Vadodara", sans-serif;
  height: 35px;
  padding: 0px 25px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn1:hover {
  background: #000;
  color: #fff;
}

.btn2,
.btn2:visited {
  background: #757575;
  display: inline-block;
  text-align: "Hind Vadodara", sans-serif;
  height: 35px;
  padding: 0px 25px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn2:hover {
  background: #000000;
  color: #fff;
}

.btn3,
.btn3:visited {
  background: #74b53f;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font: 600 15px/35px "Hind Vadodara", sans-serif;
  height: 35px;
  padding: 0px 25px;
  cursor: pointer
}

.btn3:hover {
  background: #222;
  color: #fff;
}

/*Button-style*/


/*Footer*/
.footer_bg {
  background: #253035;
  height: auto;
  padding: 30px 0 0;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
}

.footer_bg h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2em;
  color: #a1c741;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  letter-spacing: 0.3px;
}

.footer_bg h3:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  margin-top: 7px;
}

.ft_rgt {
  width: 50%;
  float: left
}

.ft_lft {
  width: 50%;
  float: left
}

.ft_link2 ul {
  margin: 0;
  padding: 0
}

.ft_link2 ul li {
  list-style: none;
  display: block
}

.ft_link2 ul li>a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  text-transform: capitalize;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

.ft_link2 ul li>a:hover {
  color: #A1C741
}

.ft_link2 ul li>a:before {
  content: "-";
  display: inline-block;
  color: #fff;
  font-weight: 600;
  margin-right: 12px;
  font-size: 18px
}

.ft_link2 ul li>a:hover:before {
  color: #A1C741
}

.ft-shp {
  margin-top: 30px;
  display: flex;
}

.footer_btm {
  padding: 6px 0px;
  margin-top: 35px;
  background: none;
  border-top: 1px solid #4a5960;
}

.copy_txt {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  font-weight: 600;
  padding: 11px 0px;
}

.copy_txt a {
  color: #A1C741;
}

.copy_txt a:hover {
  color: #fff;
  text-decoration: underline;
}

.foot_logo {
  text-align: right
}

.cop-rgt {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: right;
  padding-top: 10px;
}

.f_dd_box {
  margin: 10px 0 0 0
}

.ft_bx {
  width: 50%;
  float: left
}

.contact_addrs {
  font-size: 16px;
  color: #fff;
  width: 90%
}

.add_cou {
  font-size: 17px;
  color: #fff;
  border-bottom: 1px solid #4a5960;
  line-height: 25px;
  padding-bottom: 6px;
  margin-bottom: 7px;
  text-align: right;
}

.add_dtl {
  margin-bottom: 0.8em;
  text-align: right;
  padding-right: 10px;
  border-bottom: 1px solid #4a5960;
  line-height: 20px;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.add_dtl:after {
  content: '';
  display: block;
  clear: both;
}

.add_dtl span {
  display: block;
  margin-right: 35px;
  font-size: 16px;
  color: #fff;
  /* margin-top: 3px; */
  line-height: 25px;
  font-weight: 500;
}

.add_dtl b {
  display: block;
  width: 30px;
  height: 22px;
  float: right;
  color: #A1C741;
  text-align: right;
  line-height: 22px;
  font-size: 17px;
}

.add_dtl a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500
}

.add_dtl .email {
  color: #fff;
}

.add_dtl .email:hover {
  color: #A1C741;
}

.ft-socio {
  width: auto;
  float: right;
  margin-top: 10px;
}

.ft-socio a {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #A1C741;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-right: 4px;
  padding: 6px 0px;
}

.ft-socio a:hover {
  background: #0075BC
}

.ft-socio a img {}

/*Footer-end*/



/*FORM*/
.myform label {
  text-align: right;
}

.myform .sub_hed {
  color: #7a7a7a;
  text-align: left;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-weight: 600
}

/* TREE */
.breadcrumb_bg {
  background: #d7d7d7;
}

nav .breadcrumb {
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  text-align: center !important;
  display: inline-flex !important;
}

.breadcrumb {
  margin: 0;
  font-size: 16px;
  color: #000;
  background: none;
  padding: 6px 0px;
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #000;
  padding-left: 5px;
  float: right;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
  color: #07407b;
}

.breadcrumb li.active {
  color: #000;
}

/* TREE CLASSES */

/* CMS AREA */
.mid_area {
  padding-top: 20px;
  min-height: 300px;
}

.cms_area {
  font: 18px/28px "Hind Vadodara", sans-serif;
  color: #666;
  font-weight: 500;
  padding-bottom: 45px;
}

.cms_area h1 {
  color: #36353a;
  font-weight: 500;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 12px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 35px;
  text-align: right;
}

.sub_hed,
.sub_hed2 {
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-size: 19px;
  color: #323746;
  font-weight: 700;
  margin-bottom: 0.8em
}

.sub_hed:before,
.sub_hed2:before {
  content: '\f0a4';
  display: inline-block;
  font-family: 'IranSans', "Whitney A", "Whitney B", 'Arial', sans-serif;
  font-weight: 600;
  margin-right: 10px
}

.sub_hed2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase
}

.sub_hed:after {
  content: '';
  display: block;
  height: 0px;
  background: #73747d;
  margin-top: 0px;
}

.cms_pc {
  float: right;
  margin: 5px 0 10px 10px;
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
}

/* CMS AREA ENDS */



/* upload resume */
.resume_box {
  width: 80%;
  margin: 50px auto;
  min-height: 210px
}

.resume_box input[type=text],
.resume_box select,
.resume_box textarea,
.resume_box input[type=file] {
  box-shadow: 0 10px 10px rgba(0, 0, 0, .07) inset;
  border-radius: 2px;
  border: 2px solid #ddd;
  padding: 8px;
  width: 100%;
}

/* upload resume */

fieldset {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0em;
  padding-right: 0em;
  border: 1px solid #dadada;
  margin-bottom: 0px;
}


.btn-danger {
  color: #fff;
  background-color: #07407b;
  border-color: #07407b;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 18px !important;
  line-height: 20px;
}

.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background-color: #91c238;
  border-color: #91c238;
  outline: none;
  box-shadow: none;
}

.btn-danger2 {
  color: #fff;
  background-color: #f5801a;
  border-color: #c1600b;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 18px !important;
  line-height: 20px;
}

.btn-danger2:hover,
.btn-danger2:focus {
  color: #91c238;
  background-color: #fff;
  border-color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-danger3 {
  color: #fff;
  background-color: #3843c2;
  border-color: #3843c2;
  font-size: 19px;
  font-weight: 700;
  padding: 11px 25px !important;
  line-height: 20px;
  text-transform: uppercase;
}

.btn-danger3:hover,
.btn-danger3:focus {
  color: #fff;
  background-color: #36353a;
  border-color: #36353a;
  outline: none;
  box-shadow: none;
}




@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #back-top {
    right: 15px;
  }
}

/*animated*/
.animated {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.animated2 {
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.animated3 {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.animated4 {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes fade_eff {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fade_eff {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.fade_eff {
  animation-name: fade_eff;
  -webkit-animation-name: fade_eff;
}

@keyframes scale_eff {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes scale_eff {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.scale_eff {
  animation-name: scale_eff;
  -webkit-animation-name: scale_eff;
}

@keyframes drop_eff {
  0% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  80% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes drop_eff {
  0% {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
  }

  80% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.drop_eff {
  animation-name: drop_eff;
  -webkit-animation-name: drop_eff;
  -moz-animation-name: drop_eff;
  -o-animation-name: drop_eff;
}


@keyframes drop_eff2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes drop_eff2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

.drop_eff2 {
  animation-name: drop_eff2;
  -webkit-animation-name: drop_eff2;
}

@keyframes drop_eff3 {
  0% {
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes drop_eff3 {
  0% {
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.drop_eff3 {
  animation-name: drop_eff3;
  -webkit-animation-name: drop_eff3;
  -moz-animation-name: drop_eff3;
  -o-animation-name: drop_eff3;
}


@keyframes drop_eff4 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

@-webkit-keyframes drop_eff4 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

.drop_eff4 {
  animation-name: drop_eff4;
  -webkit-animation-name: drop_eff4;
}


@keyframes drop_eff5 {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

@-webkit-keyframes drop_eff5 {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

.drop_eff5 {
  animation-name: drop_eff5;
  -webkit-animation-name: drop_eff5;
}


@-webkit-keyframes shake_eff {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

@keyframes shake_eff {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

.shake_eff {
  -webkit-animation-name: shake_eff;
  animation-name: shake_eff;
}



@media only screen and (max-width:1366px) {
  .nav-link {
    font-size: 1em;
  }

}


/* ================= Desktop/Laptop below 1280px  ================= */
@media only screen and (max-width:1279px) {
  .container {
    width: 100% !important;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*NAVIGATION*/
}

/* ================= Desktop/Laptop below 1152px  ================= */
@media only screen and (max-width:1151px) {
  .call_sec span {
    padding: 0px 15px 0px 0px;
    margin-right: 0px;
  }

  .call_sec {
    margin-right: 30px;
  }

  .call_sec a {
    font-size: 16px;
  }

  header {
    padding: 8px 0px 30px;
  }

  /* header section end */

  .menu {
    width: 95%;
    margin: auto;
    bottom: -56px;
    padding: 0px 5px;
  }

  .nav-link {
    font-size: 1.1em;
    margin: 0 1px !important;
    padding: 11px 20px !important;
  }

  /* menu end */


  /* serv section start */
  .s-ar {
    width: 323px;
    height: 370px;
  }

  .s-bx {
    width: 323px;
    height: 202px;
  }

  .s-spc {
    height: 277px;
  }

  .srv-txt {
    padding: 10px 30px;
  }

  /* serv section end */


  /* sol-section start */
  .sol-bg {
    background: #fff url(../images/sect-img.jpg) -581px 0 no-repeat;
  }

  .sol-inn-abs {
    width: 540px;
  }

  .sol-cnt {
    font-size: 17px;
    margin-top: 34px;
    line-height: 21px;
  }

  .sol-inn-abs {
    padding: 20px;
  }

  .ab_lst {
    margin: 10px 0px 0px;
  }

  .rd-but {
    margin-top: 3px;
  }


  .company_stats_w b {
    font-size: 57px;
  }

  .company_stats_w {
    padding: 15px;
  }

  .company_stats_lst {
    padding: 1em 0px;
  }

  /* sol-section end */


  /* Sitemap */
  .sitemap2 a {
    width: 31.8%;
  }

  .add_txt {
    line-height: 21px;
  }


  /*Footer*/
  .copy span {
    display: inline-block
  }

  .contact_addrs {
    font-size: 14px;
    width: 100%
  }

  .contacts_list .cont_info_dtl span:nth-child(1) {
    font-size: 19px;
  }

  .ft_link2 ul li>a {
    line-height: 18px;
    font-size: 14px;
  }

  .cop-rgt {
    font-size: 14px;
  }

  .add_dtl a {
    font-size: 15px;
  }

  .add_dtl span {
    font-size: 15px;
  }

  .fs22 {
    font-size: 1.4em;
  }

  .cms_area h2 {
    font-size: 1.1em;
  }

}

/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (max-width: 991px) {
  .call_sec {
    color: #fff;
    line-height: 20px;
    position: relative;
    padding: 5px 0px;
    float: right;
    text-align: right;
    width: auto;
    margin-right: 0px;
    margin-left: 15px;
  }

  .call_sec a {
    font-size: 16px;
  }

  .call_sec span {
    padding: 0px 12px 0px 0px;
  }

  .call_sec p:nth-child(2) b {
    font-size: 16px;
  }

  .call_sec p:nth-child(2) a {
    font-size: 15px
  }

  .call_sec p:nth-child(2) {
    margin-left: 9px;
    margin-top: 6px
  }

  .tp-rgt {
    float: right
  }

  header {
    padding: 5px 0px;
  }

  .logo_area {
    margin-bottom: 0;
    margin-top: 9px;
  }

  .wel-bg {
    min-height: inherit;
    padding: 18px 0px;
    background: #fafdff;
    height: auto;
    text-align: center
  }

  .bdr-rgt {
    border: none;
  }

  .cms_area h1 {
    font-size: 25px;
  }

  /* header section end */


  /* navbar section start */
  .menu {
    position: static;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 6px;
    margin-top: -56px;
    float: right;
    padding: 0px 0px;
  }

  .navbar {
    margin: 1px 7px;
  }

  .navbar-toggler {
    margin: 6px 0 0 0;
  }

  .offcanvas-body {
    background-color: #fff !important;
  }

  .offcanvas-header {
    background-color: #fbfbfb !important;
    border-bottom: 1px solid #ddd;
  }

  .offcanvas-header .text-white {
    color: #000 !important;
  }

  .navbar-nav>li {
    border-bottom: 1px solid #f5f5f5 !important;
  }

  .nav-link:focus,
  .nav-link:hover {
    border-bottom: 1px solid #e7e7e7;
  }

  .color-sec a:hover,
  a:focus {
    border-color: #d2b000 !important;
  }

  .dropdown-menu {
    width: 100%;
    background: #f7f7f7;
    border: none;
  }

  .dropdown-submenu>.dropdown-menu li>a {
    border-bottom: 0px;
  }

  .dropdown-menu .submenu .dropdown-item {
    font-size: .9em;
    padding: 0 10px
  }

  .dropdown-item {
    font-size: 1.1em
  }

  .nav-link {
    font-size: 1.2em;
    padding: 10px 10px !important;
  }

  .navbar-nav>li {
    border-bottom: 1px solid #04686c
  }

  .navbar-nav>li .dropdown-toggle::after {
    float: right;
    margin-top: 7px
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem
  }

  .dropdown-menu .submenu {
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
    background-color: #fff !important;
    border-radius: 5px
  }

  .dropdown-item {
    padding: 4px 10px
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #000
  }

  .top_cate_area {
    border: 0;
    padding: 0 0 5px 0
  }

  .top_wish {
    margin: 10px 0 0 12px
  }

  .srch_area {
    top: 70px
  }

  .offcanvas {
    background: #033335
  }

  .nav-link {
    color: #000
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background: #033335
  }

  .dropdown:hover>ul.dropdown-menu {
    width: 100%;
  }

  .dropdown-toggle::after {
    color: #000;
  }

  .inner_header .navbar {
    margin: -15px 0 0 435px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  /* navbar section end */


  /* sol-section start */
  .sol-bg {
    background: #f5f5f5;
    min-height: inherit;
    height: auto
  }

  .sol-inn-abs {
    width: 100%;
    height: auto;
    position: static
  }

  .sol-inn-abs {
    padding: 30px 20px;
  }

  .wel-lft h1 {
    font-size: 37px;
    line-height: 39px;
  }

  /* sol-section end */


  /* counter section start */
  .company_stats_w {
    text-align: left;
    padding: 21px 5px 21px 12px;
  }

  .company_stats_w b {
    font-size: 42px;
  }

  .company_stats_w i {
    font-size: 42px;
  }

  .company_stats_w b:after {
    width: 40px;
  }

  .company_stats_w span {
    font-size: 15px;
    font-weight: 500
  }

  .company_stats_lst {
    margin: 0 auto;
    padding: 10px 0px;
    width: 100%;
  }

  .count-bg {
    min-height: 175px;
  }

  .hm-cnt-bg p:nth-child(1) {
    float: none;
    text-align: center
  }

  .hm-cnt-bg p:nth-child(2) {
    float: none;
    text-align: center;
    margin-top: 22px;
  }

  /* counter section end */


  /* Sitemap */
  .sitemap2 a {
    width: 48%;
  }

  .sitemap a {
    width: 48%;
    float: left
  }

  /* Sitemap */


  /*FOOTER*/
  .footer_bg {
    padding: 2em 0 0;
  }

  .contact_addrs {
    margin-bottom: 2em
  }

  .developed_txt,
  .copy_txt {
    font-size: 1em
  }

  .md-spac {
    margin-top: 35px;
  }

  .foot_logo {
    float: none;
    text-align: center;
    margin-top: 25px;
  }

  .cop-rgt {
    text-align: center
  }

  .fs22 {
    font-size: 1.1em;
  }

}


/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (max-width:767px) {
  .call_sec {
    line-height: 30px;
    margin-right: 0px;
  }

  .call_sec span {
    display: block;
    padding-left: 0px;
    border-bottom: 1px solid #fff;
    border-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }

  .call_sec span:last-child {
    border-bottom: 0px;
  }

  .call_sec a {
    color: #fff;
    font-size: 15px;
  }

  .call_sec i {
    color: #fff;
  }

  .call_dis {
    display: block;
    padding: 9px 5px;
    background: #0075BC;
    width: 65px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-top: 7px;
  }

  .call_dis a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
  }

  .call_dis a:hover {
    color: #fff;
  }

  .call_dis2 {
    padding: 10px 10px;
    width: 302px;
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 4px;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none
  }


  .call_sec p:nth-child(1) {
    float: left;
    width: 50px;
  }

  .call_sec p:nth-child(2) {
    float: left;
    margin-top: 6px;
    margin-left: 15px;
    width: auto;
    line-height: 20px;
  }

  .call_sec p:nth-child(2) b {
    font-size: 18px;
  }

  .call_sec p:nth-child(2) span {
    font-size: 16px;
  }

  .top2 {
    position: static
  }

  header {
    padding: 5px 0px 8px;
  }

  .logo_area {
    margin-bottom: 0;
    margin-top: 0;
  }

  /* header section end */


  /* navbar section start */
  .menu {
    margin-top: -48px;
  }

  .navbar {
    margin: 1px 7px;
  }

  .navbar-toggler {
    margin: 6px 0 0 0;
  }

  /* navbar section end */

  /* welcome section start */
  .wel-lft h1 {
    font-size: 41px;
    line-height: 41px;
    text-align: center
  }

  .wel-lft {
    text-align: center
  }

  .wel-mis p:nth-child(1) {
    float: none;
    margin: 0 auto
  }

  .wel-mis p:nth-child(2) {
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  .wel-lft h1:before {
    left: 0;
    right: -10px;
    margin: auto;
    width: 15%;
  }

  .wel-lft h1:after {
    left: -10px;
    right: 0;
    margin: auto;
    width: 15%;
  }

  /* welcome section end */


  /* serv section start */
  .serv-bg h2 {
    line-height: 34px;
  }

  .srv-txt {
    font-size: 17px;
    margin-top: 22px;
    padding: 10px 0px;
    line-height: 19px;
  }

  .serv-abs {
    top: 160px;
  }

  .serv-bg h2:before {
    width: 12%;
  }

  .serv-bg h2:after {
    width: 12%;
  }

  .s-spc {
    height: 162px;
  }

  .serv-abs {
    top: 202px;
  }

  .sol-bg {
    margin-top: 65px;
  }

  .sol-inn-abs {
    margin-top: 5px;
  }

  .rd-but {
    margin-top: 26px;
  }

  .company_stats_w i {
    font-size: 35px;
  }

  .company_stats_w b:after {
    width: 35px;
  }

  .company_stats_w span {
    font-size: 13px;
    font-weight: 400
  }

  /* serv section end */


  /*Footer-start*/
  .footer_bg {
    padding: 1em 0 0;
    min-height: 342px
  }

  .f_dd_box {
    display: none;
    margin: 15px 0 0 0
  }

  .dd_next {
    margin: 0px 0 3px 0;
    padding: 7px 0 7px;
    background: url(../images/plus1.svg) no-repeat 100% center;
    cursor: pointer;
    border-bottom: 1px solid #61725f;
  }

  .dd_next_act {
    background: url(../images/minus1.svg) no-repeat 100% center
  }

  .footer_bg h3:after {
    display: none
  }

  .footer_bg h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 25px;
  }

  .copy_txt {
    text-align: center
  }

  .ft_logo {
    float: none;
    margin: auto
  }

  .developed_txt b {
    margin: 0.5em auto;
    float: none;
    display: block
  }

  .developed_txt {
    text-align: center
  }

  .opening_hours {
    padding: 0px;
    margin: 0px 0px;
    float: left
  }

  .md-spac {
    margin-top: 0px;
  }

  .ft_link ul li,
  .ft_link2 ul li {
    border-bottom: 1px dashed #adadad;
  }

  .ft_link ul li>a,
  .ft_link2 ul li>a {
    font-size: 1.2em;
    line-height: 25px;
  }

  .cop-rgt {
    padding-top: 10px;
  }

  .foot_logo {
    margin-top: 25px;
  }

  .ft_rgt {
    width: 100%;
  }

  .ft_lft {
    width: 100%;
  }

  /*Footer-end*/


  .contact_form_L {
    width: 100%;
    padding-right: 0px;
  }

  .contact_form_R {
    width: 100%;
  }

  .sitemap a {
    width: 100%;
    float: none;
    margin: 5px 0px;
  }

  .sitemap .fs18 {
    font-size: 16px;
  }

  .breadcrumb_bg {
    display: none;
  }

  .abt_heading_wrapper h1 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .fs22 {
    font-size: .9em;
  }

  .cms_area h2 {
    font-size: 1em;
  }

}

@media only screen and (max-width:600px) {
  .inner_bnr {
    height: auto
  }

  /* CMS AREA */
  .mid_area {
    padding: 20px 0px;
  }

  /* CMS AREA ENDS */

  .sitemap .fs18 {
    font-size: 15px;
  }
}

@media only screen and (max-width:515px) {

  /*Footer*/
  .ft_bx {
    width: 100%;
    float: none
  }

  .footer_mid .call_sec span {
    display: block;
  }
}

/* ================= Mobile (Portrait) below 480px  ================= */
@media only screen and (max-width:479px) {
  .call_dis {
    padding: 9px 5px;
    float: right;
    margin-top: 12px
  }

  .ent-cod {
    width: 42.5% !important
  }

  .logo_area {
    text-align: center
  }

  .menu {
    float: left;
    margin-top: -50px;
  }

  .wel-lft h1 {
    font-size: 18px;
    line-height: 20px;
  }

  .serv-abs {
    top: 230px;
  }

  .s-spc {
    height: 245px;
  }

  .cms_area h1 {
    font-size: 23px;
    line-height: 27px;
  }

  /* header */


  /* sol section start */
  .sol-bg {
    margin-top: 0px;
  }

  .sol-inn-abs h2 {
    font-size: 31px;
    line-height: 28px;
  }

  .sol-inn-abs h2:after {
    width: 15%;
  }

  .sol-inn-abs h2:before {
    width: 15%;
  }

  .ab_lst ul li {
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 4px;
  }

  /* sol section end */

  /* counter section start */
  .company_stats_w b {
    font-size: 30px;
  }

  .company_stats_w i {
    font-size: 25px;
  }

  .company_stats_w b:after {
    width: 30px;
  }

  .company_stats_w span {
    font-size: 17px;
  }

  .company_stats_lst ul li {
    width: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-width: 1px 1px 1px 1px;
  }

  .company_stats_lst ul li:last-child {
    border-width: 1px 1px 1px 1px;
  }

  /* counter section end */


  /* Sitemap */
  .sitemap2 a {
    width: 100%;
    margin: 5px 0;
  }

  /*FOOTER*/
  .footer-social-icons {
    text-align: center;
  }

  .footer-social-icons .social-icons {
    display: block;
    width: 100%
  }

  .footer_btm .copy {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
  }

  .copy b {
    float: none;
    padding-left: 10px;
    margin-top: 0;
    display: block;
  }

  .add_dtl span {
    font-size: 16px;
  }

  .ft_link ul li a {
    font-size: 16px;
  }

  .fur_colum p:nth-child(3) {
    height: auto;
  }
}



/* whatsap css */
#whatsapp {
  position: fixed;
  right: 40px;
  bottom: 10%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 1;
  z-index: 99990;
}

#whatsapp #whatsappMain {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0);
  width: 70px;
  height: 70px;
  color: #40c351;
  z-index: 9;
  -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
  -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
  animation: zcwmini2 1.5s 0s ease-out infinite;
}

#whatsapp #whatsappMain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-image: url('../images/whatsapp.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: zcwphone2 1.5s linear infinite;
  -moz-animation: zcwphone2 1.5s linear infinite;
  animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-moz-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-webkit-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-moz-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@-webkit-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
  }
}

@-moz-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
  }
}

@keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
  }
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
  }
}

@-moz-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
  }
}

@keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0)
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0)
  }
}

/* whatsap css */