@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden !important;
}

:root {
  --blue: #040ba1;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--blue) !important;
  text-transform: uppercase;
}

.underline {
  width: 5%;
  height: 4px;
  background-color: var(--blue);
  margin: 0 auto;
  margin-bottom: 2rem;
}

p {
  font-size: 1rem !important;
}

/*! 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;
  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: left;
  -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: 10px;
  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: #060303 !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #ff4203 !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;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0px;
  background: #020033;
  display: block;
  opacity: 1;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #F30030;
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #F30030;
  opacity: 1;
}

#ser_scroll.owl-theme .owl-nav [class*=owl-] {
  padding: 0px 10px;
  height: 49px;
  width: 49px;
  font-size: 0;
}

#ser_scroll.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none
}

#ser_scroll.owl-theme .owl-nav button.owl-prev {
  background: url(../images/arw_L.png)top left no-repeat !important;
  position: absolute;
  left: -6px;
  top: 34% !important
}

#ser_scroll.owl-theme .owl-nav button.owl-next {
  background: url(../images/arw_R.png)top right no-repeat !important;
  position: absolute;
  right: -6px;
  top: 34% !important
}

#ser_scroll.owl-theme .owl-nav {
  margin-top: 10px;
}

#ser_scroll.owl-theme .owl-nav span {
  display: none
}

/*Back to top button */
#back-top {
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 9999;
  width: 40px;
  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: 40px;
  display: block;
  height: 48px;
  overflow: hidden;
  outline: none;
  text-decoration: none;
}

#back-top span {
  width: 40px;
  height: 48px;
  display: block;
  background: url(../images/top.png) no-repeat;
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top:hover {
  outline: none;
  text-decoration: none;
}

body {
  background: #fff;
  color: #6b6868;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  ;
}

.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;
}

.fs12 {
  font-size: .8em;
}

.fs14 {
  font-size: 1em;
}

.fs16 {
  font-size: 1.143em;
}

.fs18 {
  font-size: 1.8em;
}

.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: #444444;
}

.blue {
  color: #2462af;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #dcdcdc;
}

.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;
}

.bg-white {
  background: #fff;
}

.line-margin {
  margin: 10px 0;
}

::-webkit-input-placeholder {
  color: #9d9d9d;
}

:-moz-placeholder {
  color: #9d9d9d !important;
}

::-moz-placeholder {
  color: #9d9d9d !important;
}

:-ms-input-placeholder {
  color: #9d9d9d;
}

.container {
  width: 1263px;
  padding: 0px 15px;
  max-width: 1263px;
}

/*TOP-HEADER*/
header {
  width: 100%;
  /* padding-block: 1rem; */
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;

}

.top_bg {
  background: #0a6f07;
  display: table;
  width: 100%;
}

.header_pos {
  position: relative
}

.header {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 5px 0;
}

.logo_sec {
  float: left;
}

.logo_sec img {
  width: 170px;
}

.header_mid {
  width: 78%;
  float: right;
  margin: 22px 0 0 0;
  text-align: right;
}

/* home page css */

/*TOPMENU*/
.social-icons {
  margin: 7px 0;
  text-align: right;
  font-weight: 300;
  display: block;
}

.social-icons span {
  color: #fff;
  padding-right: 10px;
  font-weight: 400;
}

.social-icons>li {}

.social-icons>li+li {
  margin-right: 0
}

.social-icons i {}

.h_top_sec:first-child {
  padding-right: 40px;
  float: left;
  margin-left: -15px;
}

.h_top_sec:nth-child(2) {
  float: right;
}

.h_top_sec {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  display: inline-block;
  text-align: left;
  float: left
}

.h_top_sec b {
  float: left;
  color: #fff;
  margin-top: 2px;
  display: inline-block;
  transition: .3s linear all;
}

.h_top_sec:hover b {
  color: #fff;
  transform: rotate(360deg);
  border-radius: 100%;
}

.h_top_sec .call_text span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin: 6px 0 0 0;
}

.h_top_sec .call_text span a {
  color: #fff
}

.h_top_sec .call_text {
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #737474;
}

.call_dis {
  display: none;
}

.h_top_sec b i {
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 5px 0px;
}

.hed_socio {
  float: right;
  display: inline-block;
}

.hed_socio a {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  transition: .3s linear all;
}

.hed_socio a i {
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 7px 0px;
}

.hed_socio a:hover {
  color: #fff;
  text-decoration: none;
  transform: rotate(360deg);
}

.toll_free {
  display: inline-block;
  width: 18%;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}

.lht-22 {
  line-height: 30px;
  border-radius: 100px;
}

.shr_socio {
  text-align: left;
  display: inline-block;
}

.shr_socio a {
  display: inline-block;
  color: #000;
  margin: 4px 5px;
  transition: .3s linear all;
}

.shr_socio a i {
  text-align: center;
  display: block;
  font-size: 16px;
}

.shr_socio a:hover {
  color: #0a6f07;
  text-decoration: none;
  transform: scale(1.1)
}

.language {
  display: inline-block;
  margin: 4px 0 0 25px;
}

.language a {
  display: inline-block;
  margin: 0 5px;
}

/* top menu */
.top_call {
  float: right;
  background: #0a6f07;
  padding: 22px 15px 22px 30px;
  position: relative;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: all linear .5s
}

.top_call b {
  height: 41px;
  width: 41px;
  position: absolute;
  top: 19%;
  left: -20px;
  display: block;
  background: #0a6f07;
  border: 6px solid #000000;
  border-radius: 9px;
  transition: all linear .7s
}

.top_call a {
  color: #fff;
}

.top_call:hover a {
  text-decoration: none
}

.top_call:hover {
  background: #137631;
}

.top_call:hover b {
  margin-left: -10px
}

/* logo and search */

/*nav-start*/


.topStrip {
  background: var(--blue);
  padding-block: 0.5rem;
  color: #fff;
  height: 50px;
}

.topStrip .container {
  height: 100%;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}

.leftStrip {
  width: 99%;
  display: flex;
  padding-right: 2rem;


}

.leftStrip i {
  margin-left: 0.5rem;
}

.leftStrip a {
  color: #fff;
  font-size: 1rem;
}

.leftStrip a:hover {
  text-decoration: underline;
}

.stripNumber {
  padding-right: 0.5rem;
}

.stripEmail {
  padding-right: 0.5rem;
  border-left: 1px solid #fff;
}


.rightStrip {
  width: 100%;
  text-align: right;
}

.rightStrip a {
  color: #fff;
}

.rightStrip i {
  text-align: center;
  font-size: 1.2rem !important;
  width: 35px;
  height: 35px;

  margin-left: 0.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.9s;
  transition: all 0.3s;
}

.rightStrip i:hover {
  transform: rotate(360deg);
}




.navbar {
  margin-top: 2rem;
}

.nav_area {
  border-top: 1px solid #eaeaea;
  margin: 15px 0 10px;
  position: relative
}

.menu {
  width: 95%;
  float: left;
  margin-top: 11px
}

.navbar-brand {
  margin-top: 4px;
  margin-bottom: 7px
}

.navbar-header {
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
}

.navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  /*-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; */
  padding: 0rem;
}

.hidden-lg-up {
  display: none !important;
}

.navbar-light {
  background: none;
  margin: 0 0 0 0;
}

.navbar-light .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
}

.navbar-light .navbar-nav>li {
  background: none;
  position: relative;
}

.navbar-light .navbar-nav>li>a {
  color: var(--blue);
  font-size: 15px;
  padding: 5px 6px;
  margin: 0 10px;
  background: none;
  display: block;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 3.5px transparent solid;
  transition: .3s linear all;
  position: relative;
  z-index: 99;
}

.navbar-light .navbar-nav>li>a::before {
  content: '';
  z-index: 1;
  background-color: var(--blue);
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: .3s linear all;
}

.navbar-light .navbar-nav>li>a:hover::before {
  /* border-color: var(--blue); */
  width: 100%;
}

#home .navbar-nav .active {
  border-color: var(--blue);
}

.navbar-light .navbar-nav>li>a i {
  width: 9px;
  height: 9px;
  line-height: 12px;
  margin: auto;
  font-weight: 600 !important;
  text-align: center;
  color: #aba1a1;
}


.navbar-light .navbar-nav>li.dropdown {
  position: relative;
}

.navbar-light .navbar-nav>li.dropdown>a:after {
  content: "\f0d7";
  font-family: Font Awesome\ 5 Free;
  color: #04086c;
  line-height: 22px;
  display: inline-block;
  font-weight: 600 !important;
  vertical-align: top;
  border: 0;
  margin: 0 0 0 8px;
}


.navbar-light .navbar-nav>li:last-child .dropdown-menu {
  right: 0px;
  left: auto
}

.dropdown-toggle::after {
  display: none
}

.dropdown-menu {
  background: #011a9d;
  width: 220px;
  position: absolute;
  padding: 0px;
  border-radius: 0px;
  margin: 0;
  border: 0;
}

.dropdown-menu>li {
  border-bottom: 1px solid #3757c1;
}

.dropdown-menu>li:last-child {
  border-bottom: 0px solid #3757c1;
}

.dropdown-menu>li>a {
  color: #fff;
  line-height: 28px;
  display: block;
  padding: 5px 10px !important;
  font-size: 15px;
  text-transform: uppercase;
}

.dropdown-menu>li>a:hover {
  text-decoration: none;
  background: #001764;
}

.navbar-toggle {
  background: #79227c;
}

.navbar-toggle span.icon-bar {
  background: #fff;
  height: 3px;
  width: 28px;
}

.arrw i {
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 0px;
  color: #000;
}


/* welcome section start */
.wel_sect_outer {
  width: 100%;
  height: auto;
  padding: 45px 0px 30px;
  background: #F4F4F4;
}

.wel_sect_outer img {
  height: 500px;
  object-fit: cover;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.wel_inn {
  text-align: left;
  height: auto;
  /* padding: 20px 0; */
}

.wel_inn h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000 !important;
  display: block;
  text-transform: uppercase;
}

.wel_inn h1 span {
  color: var(--blue) !important;
}

.wel_inn h5 {
  font-weight: 600;
}

.wel_txt {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 26px;
  margin: 20px 0px 20px;
  text-align: left;
  padding: 0 50px 0 0;
}

#counter {
  width: 100%;
  height: 100%;
}

#counter li {
  list-style: none;
}

#counter ul {
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

#counter ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 45%;
  height: 250px;
  border-radius: 1rem;
  box-shadow: 0 0 10px #6e6e6e;
}

#counter ul li p {
  text-align: center;
}

#counter .num {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  color: #fff;
}

#counter .num::after {
  content: '+';
}

#counter .sub-texts {
  font-size: 1.1rem;
  color: #000;
  font-weight: 600;
  color: #fff;
}

#counter ul li:nth-child(odd) {
  margin-top: -2rem;
}

#counter ul li:nth-child(even) {
  margin-top: 4rem;
}

#counter ul li:nth-child(1),
#counter ul li:nth-child(4) {
  background-color: var(--blue);
}

#counter ul li:nth-child(2),
#counter ul li:nth-child(3) {
  background-color: #021679;
}

.red_mor a {
  font-size: 16px;
  font-weight: 500;
  background: var(--blue);
  transition: all 0.3 ease !important;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  border-radius: 8px;
}

.red_mor a:hover {
  text-decoration: none;
  background: #021679;
}

.wel-img img {
  text-align: center;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin: 20px 0px;
  padding: 0.5rem;
  border: 1px solid #ccc;
}

/* welcome section end */

/* Mision Vision */

.vis_mis_sec {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../images/vision_bg.jpg") no-repeat center fixed;
  background-size: cover;
  padding-block: 2.5rem;
}

.vis_box {
  background: rgb(255 255 255 / 96%);
  text-align: center;
  padding: 30px;
}

.vis_box h2 {
  text-align: center;
  color: var(--blue) !important;
  font-weight: 700;
  color: #000;
  margin-block: 15px;
}

.vis_box p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}

.vis_mis_sec img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.vis_mis_sec .btn {
  background-color: var(--blue);
  color: #fff;
  padding: 10px 20px;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  border: 2px solid var(--blue);
}

.vis_mis_sec .btn:hover {
  background-color: transparent;
  color: var(--blue);
}


/* Why Choose Start */


.whyChooseUs {
  padding-block: 2rem;
  background: url(../images/contact-bg.jpg) fixed center no-repeat;

}


.whyChooseUs h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.whyChooseUs .underline {
  background-color: #fff;
}

.whyChooseUs h6 {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
}


.chooseSmallImg>div {
  padding: 1rem;
  background-color: white;
  border-radius: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin-top: 1rem;
  position: relative;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 10px #fff;
}

.chooseSmallImg>div:first-child {
  margin-top: unset;
}

.chooseSmallImg>div h6,
.chooseSmallImg>div p,
.chooseSmallImg>div img {
  position: relative;
  z-index: 99;
}

.chooseSmallImg>div::before {
  content: '';
  background-color: var(--darkBlue);
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  border-radius: 1rem;
  z-index: 1;
  transition: all 0.5s ease;
}

.chooseSmallImg>div:hover:before {
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  ;
}

.chooseSmallImg img {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
  object-fit: contain;
  background-color: var(--darkBlue);
  border-radius: 50%;
  padding: 0.5rem;
  text-align: center;
}

.chooseSmallImg>div:hover .ChangeDark {
  background-color: var(--blue);

}

.chooseMainImg {
  width: 100%;
  height: 580px;
  padding: 0.5rem;
  border: 1px solid #ccc;
  object-fit: cover;
  border-radius: 1rem;
}

.whyChooseUs .col-12 {
  padding: 0.5rem;
}

/* .whyChooseUs .col-12>div:hover {
  transform: translateY(-20px);
} */

.whyChooseUs .col-12>div p {
  color: #000 !important;
  text-align: left;
}

/* Why Choose End */


/* Sitemap */
.sitemap2 {
  text-align: left
}

.sitemap_cont {
  margin-top: 20px
}

.sitemap_cont h2 {
  font-size: 26px;
  font-weight: 600;
  padding: 5px
}

.sitemap {
  text-align: left;
  padding: 30px auto
}

.sitemap a {
  display: inline-block;
  padding: 7px 20px;
  background: #666;
  margin: 5px;
  color: #fff;
  width: 32%;
  float: left;
  border: 1px solid #cb9501;
  border-radius: 5px
}

.sitemap a:hover {
  color: #fff;
  border: 1px solid #cb9501;
  background-color: #cb9501
}

.sitemap2 a {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  margin: 5px;
  color: #595a5c;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 32%;
  text-decoration: none;
  transition: .3s linear all;
}

.sitemap2 a:hover {
  color: #fff;
  background-color: #0a6f07
}

/* Subscribe Newsletter */
.subs_area {
  background: #0196e3;
  color: #fff;
  padding: 30px 0;
  clear: both;
  background: linear-gradient(to right, rgb(46 200 166) 0%, rgb(0 149 229) 100%);
}

.subs_title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.1em;
}

.subs_form {
  margin-top: 10px;
}

.subs_form input[type=text] {
  width: 30%;
  padding: 12px;
  font-size: 1.05em;
  border-radius: 3px;
  margin-right: 5px;
}

.subs_form button {
  background: #fb7102;
  color: #fff;
  font-weight: 600;
  border: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 0 0 10px;
  padding-top: 4px;
  vertical-align: top;
}

.subs_form .subs_code {
  width: 120px !important;
}


/* banner area section start */
.banner-area {
  width: 100%;
  text-align: center;
  height: auto;
}

.banner-area img {
  display: block;
  max-width: 100%;
  margin: auto;
}

/* banner area  */


.success_area {
  padding: 2rem 0;
  text-align: center;
  background: url(../images/white-bg.jpg) fixed center;
}

.imm_head {
  color: #020033;
  font-size: 42px;
  line-height: 40px;
  font-weight: 600;
}

.suc_img_area {
  margin: 20px 0 15px;
  background: #f3f3f3;
  padding: 5px;
  box-shadow: 0 0 10px #bbb;
}

.suc_img_area .num {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 10px;
  margin-top: 5px;
}

.suc_img_area .suc_title {
  color: #020033;
  font-size: 25px;
  font-weight: 500;
  padding: 16px 0 14px;
}


/************-------about wrapper------------************/

/*inner-banner-start*/
.inner_bnr {
  width: 100%;
  /* height: 400px; */
  overflow: hidden;
  position: relative;
}

.inner_bnr img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  overflow: hidden;

}

.inner_bnr::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.4);
  z-index: 2;

}

/*inner-banner-start*/

/*Our-Stratgey*/
.stratgey_w {
  background: #F4F4F4;
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
}

.stratgey_w h2 {
  color: #737474;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.stratgey_w h2 span {
  color: #0a6f07;
  display: block;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px
}

.stratgey_w .stratgey_text {
  width: 100%;
}

.stratgey_text p {
  padding: 0px 0;
  margin-bottom: 1em;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.stratgey_w .stratgey_text h3 {
  color: #020033;
  font-size: 42px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.star i {
  color: #f6b91c;
  margin: 0 4px;
}

.stratgey_w .stratgey_img {
  margin: 60px 0
}

.stratgey_w .stratgey_img img {
  max-width: 100%;
  height: auto
}


/*Testimonials-Section-Starts*/

.desti_w {
  width: 95%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  border: #ddd 1px solid;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-radius: 1rem;
  cursor: pointer;

}

.desti_w .desti_ttl {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 10%;
  opacity: 1;
  z-index: 9;
  transition: all .5s ease;

}

.desti_w .desti_ttl a {
  color: #000;
  font-size: 1.3em;
  padding: 10px 10px;
  display: block;
  transition: all .3s linear;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.desti_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.desti_img figure {
  width: 100%;
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.desti_img figure img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desti_img .secProIMG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
  opacity: 0;
  transition: all 1s ease;
}

.desti_img:hover .secProIMG {
  opacity: 1 !important;
  transform: scale(1.1);
}

.desti_w:hover {
  box-shadow: 0 0 10px #666;
  transition: all linear .7s;
}

.desti_w:hover .desti_ttl {
  height: 15%;

}

/*Testimonials-Section-Ends*/

.asso {
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
}

.asso li {
  margin: 5px 6px;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.mec_head {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px !important;
  color: var(--blue);
  margin-bottom: 20px;
}

.size_box {
  box-shadow: 0 0 10px #ccc;
  text-align: center;
  padding: 0 0 15px;
  min-height: 151px;
  margin-bottom: 30px;
  height: 190px;
}

.size_box h3 {
  font-size: 20px;
  background: var(--blue);
  color: #fff;
  padding: 5px 0;
  text-transform: uppercase;
}

.size_box p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 27px;
  margin: 15px 0 0;
  color: #000;
}


.size_box1 {
  text-align: left;
  margin-bottom: 30px;
}

.size_box1 h3 {
  text-transform: uppercase;
}

.size_box1 p {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 27px;
}

.pro_imge {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pro_imge li {
  margin: 0 10px 20px;
  padding: 0;
  float: left;
  width: 23%;
  box-shadow: 0 0 20px #ccc;
  text-align: center;
  position: relative;
  border-radius: 1rem;
}

.pro_imge li img {
  border-radius: 1rem;

}

.mechinical_page li::before {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(4, 11, 161, 0.7);
  z-index: 2;
  transition: all 0.5s ease;
  border-radius: 1rem;

}

.mechinical_page p {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  position: absolute;
  color: #fff;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
  padding: 1rem;

}

.mechinical_page li:hover::before {
  height: 100%;
}

.mechinical_page li:hover .hovershow {
  opacity: 1;
}

/**********-----------booking wrapper---------*************/
.feat_wrapper {
  float: left;
  padding: 40px 0 30px;
  width: 100%;
  text-align: center;
  background-color: #f4f4f4
}

.feat_wrapper h3 {
  color: #000000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px
}

.feat_wrapper h3 span {
  color: #0a6f07
}


.certi_area {
  margin-top: 30px;
  margin-bottom: 50px;
}

.certi_img {
  border: 1px solid #ccc;
}





/* Extra Slider */

.slider {
  margin: auto;
  margin-top: 1rem;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}



.slide-track {
  display: flex;
  width: calc(250px * 33);
  animation: scroll 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 11));
  }
}

.E-slide {
  height: 150px;
  width: 200px;
  margin-left: 0.6rem;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
  margin-left: 2rem;
}

.E-slide img {
  width: 125%;
  border: 1px solid #ccc;
  padding: 1rem;
  object-fit: contain;
  transition: all 1s;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.7s ease;
}

.E-slide img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px #ccc;
}





/**********-----------booking wrapper---------*************/
.booking_wrapper {
  float: left;
  padding: 45px 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.booking_wrapper .top_head {
  color: #020033;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.booking_wrapper h3 {
  color: #020033;
  font-size: 42px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px
}

.client_btn a {
  font-size: 16px;
  font-weight: 500;
  background: #011a9d;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  border-radius: 8px;
  margin-top: 30px;
}

.client_btn a:hover {
  text-decoration: none;
  background: #000d50;
}

.booking_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking_wrapper ul li {
  margin: 10px;
  padding: 10px;
  display: inline-block;
  width: 23%;
  border: 1px solid #ccc;
}


/*
.booking_box{background:url("../images/cont-bg.png") repeat-y;padding: 40px 0px 0;margin-top: 30px;}
.cont_img{width: 86%;margin-top:60px;}
.enq_head{font-size: 46px;color: #fff;text-transform: uppercase;margin-bottom: 20px;font-weight: 600;}
*/


.box_side_icon {
  position: relative;
  float: left
}

.contect_form1 input,
.contect_form1 select {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.contect_form1 select {
  color: #000 !important;
}

.contect_form1 input:hover,
.contect_form1 input:focus,
.contect_form2 input:hover,
.contect_form2 input:focus,
.contect_form3 input:hover,
.contect_form3 input:focus {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.contect_form3 input {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding-left: 20px;
  background: transparent;
  color: #fff;
  border: 2px solid #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.contect_form3 {
  width: 100%;
  margin-left: -9px
}

.contect_form3 i {
  margin-left: -30px;
  color: #000
}

.booking_box ::placeholder {
  color: #000;
  opacity: 1
}

.booking_box :-ms-input-placeholder {
  color: #000
}

.booking_box ::-ms-input-placeholder {
  color: #000
}

.contect_form1 ::placeholder {
  color: #000 !important;
  opacity: 1
}

.contect_form1 ::-moz-input-placeholder {
  color: #000 !important
}

.contect_form1 ::-ms-input-placeholder {
  color: #000 !important
}

.contect_form1 ::-ms-input-placeholder {
  color: #000 !important
}

.contect_form4 textarea {
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  resize: none
}

.contect_form4 textarea:hover,
.contect_form4 textarea:focus {
  border: 2px solid #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.contect_btn button {
  padding: 0;
  margin-top: 20px;
  float: left
}

.response {
  color: #2d2d2d;
  float: right
}

.contect_btn button {
  float: left;
  color: #fff;
  background: #fa4318;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 600;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border: 2px solid transparent
}

.contect_btn button:hover {
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: #fff
}

.booking_box_img {
  text-align: center;
  margin: 18px 0 20px;
}

.booking_box_img img {
  display: inline-block;
  position: relative;

}

.chat_box_area {
  background: #eee;
  padding: 40px 0;
}

.booking_chat {
  text-align: left;
  display: flex;
  margin: 20px 0;
  background: #06034f;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 19px;
  min-height: 145px;
  box-shadow: 0 0 20px #ccc;
  border-radius: 1rem;
}

.booking_chat h6 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.booking_chat span {
  margin: 0 9px 15px 0;
}

.booking_chat i {
  font-size: 2rem;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background-color: var(--blue);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking_chat a {
  color: #000000;
  font-size: 16px;
  transition: .3s;
}

.booking_chat a:hover {
  color: var(--blue);
  text-decoration: none;
}

.chat_cont {
  text-align: left;
  color: #000000;
  font-size: 16px;
}

.booking_btn ul {
  list-style: none;
  float: left
}

.booking_btn li a {
  width: 160px;
  height: 50px;
  float: left;
  color: #fff;
  background: #f4ab01;
  text-align: center;
  line-height: 47px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border: 2px solid transparent
}

.booking_btn li a:hover {
  background: transparent;
  border: 2px solid #f4ab01;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: #000
}

.map_main_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -100px;
  z-index: 1
}

.shine_hover {
  overflow: hidden;
  position: relative
}

.shine_hover::before {
  content: '';
  display: block;
  z-index: 99
}

.shine_hover::before {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 100%);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
}

.shine_hover:hover::before {
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

/*Suspension-Section*/
.suspension_sect {
  background: #fff;
  padding: 55px 0;
}

.susp_txt {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  font-weight: 600
}

.susp_txt b {
  color: #0a6f07;
}

.susp_txt span {
  float: right;
}

.client_page {
  margin: 0;
  padding: 30px 0 50px;
  list-style: none;
}





.image-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}




.image-grid img {
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  padding: 1rem;
  width: 95%;
  object-fit: cover;
  transition: all 0.5s ease;
  cursor: pointer;
}

.image-grid img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ccc;
}

.image-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.image-grid img {

  width: 19%;
  
}



/*Testimonias*/
.sticky_top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1071;
}

.client_testimonials {
  margin: 20px 0
}

.shadow_bg {
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
  padding: 15px;
}

.tm_outer {
  padding-top: 14px;
  margin-bottom: 40px;
  transition: all linear .7s
}

.tm_outer .tm_body {
  position: relative;
  padding-bottom: 10px;
}

.tm_outer .quote_open {
  position: absolute;
  top: -15px;
  left: 34px;
  z-index: 2;
  font-size: 20px;
  color: #fff;
  width: 44px;
  height: 42px;
  background: #3a2898;
  box-shadow: 0px -5px 9px #d2d1d1;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.tm_outer .tm_body_inner,
.tm_outer .tm_body_wraper {
  position: relative;
  padding: 37px 22px 29px 34px;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #d0d0d0;
  text-align: left;
  transition: all linear .7s
}

.tm_outer .tm_body_inner:after {
  right: 10px;
  width: calc(100% - 66px);
  border-width: 1px 0 0 1px;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.tm_outer .tm_body_inner:before,
.tm_outer .tm_body_inner:after {
  content: '';
  position: absolute;
  bottom: -10px;
  height: 10px;
  border-style: solid;
  border-color: #d0d0d0;
  background-color: transparent;
}

.tm_outer .tm_body_inner:before {
  left: 10px;
  width: 46px;
  border-width: 1px 1px 0 0;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.tm_text {
  font-size: 15px;
  height: 81px;
  overflow: hidden;
  line-height: 25px;
  color: #808080;
}

.tm_txt_auto {
  height: auto
}

.tm_outer .tm_footer {
  padding-left: 25px;
  padding-top: 10px
}

.more_txt {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}

.tm_footer_w {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
  align-items: center;
}

.tm_info {
  display: inline-block;
  width: calc(100% - 0px);
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #042d4d;
}

.tm_outer:hover .tm_body_inner {
  background: #f7f7f7
}

.tm_outer:hover {
  transform: translateY(-10px)
}

.tm_outer:hover .quote_open {
  color: #042d4d;
  background: #fff;
}

.post-testimnl .btn {
  display: block;
  width: 100%
}

.post-testimnl .btn-primary {
  background: linear-gradient(298deg, #57deff, #08449a);
  border: 0
}

.post-testimnl .btn-primary:hover {
  background: #08449a
}

.post-testimnl .form-group {
  margin-bottom: 0.5em
}

.post-testimnl label {
  margin-bottom: 0
}

.post-tm {
  float: right;
  background: #dcfffd;
  border-width: 0px 0px;
  text-align: left;
  border-radius: 0px;
  padding: 10px;
}

.post-tm h2 {
  color: #1165b0;
  font-size: 24px;
  line-height: 30px;
  margin: 0px 0 10px;
  font-weight: 600;
}

.post-tm input[type=text],
.post-tm input[type=file],
.post-tm textarea {
  padding: 8px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #fff
}

.post-tm label {
  margin-bottom: 0.2em
}

.post-tm .btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 10px;
  width: 100%
}

.post-tm .btn-info {
  background: #1165b0;
  color: #fff;
  border: 0;
}

.post-tm .btn-info:hover {
  background: #222;
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #ffb56b;
  border-color: #ffb56b;
}


.tm_left {
  display: inline-block;
  padding: 20px
}

.tm_right {
  width: calc(100% - 80px);
  display: inline-block;
  padding-left: 20px;
}

.tm_right .tm_body_wraper:before {
  top: 2px;
  left: 0;
  border: 0 solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #d0d0d0;
  margin-left: -26px;
  border-width: 14px 0 23px 26px;
  transform: rotate(0);
}

.tm_body_wraper .tm_info {
  padding: 0
}

.tm_outer .tm_body_wraper {
  border-width: 1px;
  padding: 30px 25px;
  border-radius: 10px;
  background: #f9f9f9;
  box-shadow: 4px 9px 10px #cfcfd0;
}

.tm_left .tm_img {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 26px;
  line-height: 57px;
  position: relative;
  background: #eaeaea;
}

.tm_left .tm_img:after {
  content: '';
  background: url(../images/tm_img_frame.jpg) no-repeat center top;
  width: 81px;
  height: 80px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
}

.tm_left .tm_img i {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  z-index: 99;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 52px;
}

.tm_body_wraper .tm_text {
  margin-top: 15px;
  color: #5b5b5b;
  font-weight: 500
}

.client_tm_list .col-12:nth-child(even) .tm_left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.client_tm_list .col-12:nth-child(even) .tm_right {
  padding-left: 0;
  padding-right: 20px;
}

.client_tm_list .col-12:nth-child(even) .tm_right .tm_body_wraper:before {
  top: 2px;
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -26px;
  border-width: 14px 26px 23px 0px;
}

/* TESTIMONIALS END */
.row {
  margin-right: 0;
  margin-left: 0;
}

.no_pad {
  padding-right: 0;
  padding-left: 0;
}

/*********------------news wrapper--------**************/
.newsletter_wrapper {
  clear: both;
  padding: 50px 0;
  width: 100%;
  background-color: #0a6f07
}

.newsletter_text {
  text-align: center;
  width: 100%
}

.newsletter_text h3 {
  text-shadow: 3px 2px 2px #036fa9;
  width: 100%;
  font-size: 56px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px
}

/*FOOTER*/
footer {
  width: 100%;
  background: #000226;
  background: linear-gradient(rgba(4, 11, 161, 0.2), rgba(4, 11, 161, 0.5)), url(../images/contact-bg.jpg) fixed no-repeat;
  background-size: cover;
  padding: 45px 0px 0px;
  color: #fff;
  clear: both;
  background-size: cover;
}

.footer_inr {
  padding: 30px 0;
  margin-top: 10px
}

.footer {
  width: 100%;
  background: #040202;
  padding: 40px 0px;
  margin-top: 0px;
}

.footer_bg {
  width: 100%;
  padding: 0 0 0;
}

.footer_btm {
  background: #000756;
  margin: 25px 0 0 0;
}

.ft_heading {
  color: #fff;
  display: block;
  text-align: left;
  text-transform: uppercase
}

.ft_content {
  text-align: left;
}

.ft_text {
  font-size: 15px
}

.foot_logo {
  margin: 30px 0 20px 0;
}

.ft-line {
  padding: 6px 0px;
  margin: 0px;
}

.ft_link ul {
  margin: 0px;
  padding: 0px
}

.ft_link ul li {
  list-style: none;
  display: block;
  text-align: left;
}

.ft_link ul li a {
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  cursor: pointer;
}

.ft_link ul li a:hover {
  color: #c5c5c5;
  text-decoration: none
}

.ft_link ul li a span {
  color: #000
}

.ft_bx {
  width: 50%;
  float: left;
}

.ft_add_dtl {
  margin-bottom: 0.7em;
  text-align: left;
  color: #000;
}

.ft_add_dtl span {
  display: block;
  margin-left: 40px;
  font-size: 15px;
  line-height: 26px;
}

.ft_add_dtl b {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}

.ft_add_dtl a {
  color: #000;
  font-size: 15px;
}

.add_dtl i {
  font-size: 1.6rem !important;
}

.minh {
  min-height: 225px;
}

.add_dtl {
  margin-bottom: 0.7em;
  text-align: left;
}

.minhadd_dtl span {
  display: block;
  margin-left: 40px;
  font-size: 15px;
  font-weight: 500;
}

.add_dtl b {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 10px 15px 0;
}

.add_dtl a {
  color: #fff;
  font-size: 15px;
}

.f_dd_box {
  margin: 15px 0 0 0
}

.footer_logo {
  text-align: right;
  margin-top: 30px;
}

.footer_logo img {
  width: 180px;
  background-color: #fff;
  padding: 10px;
  border-radius: 1rem;
}

.copy span {
  display: block
}

.copy a,
.developed_by a {
  color: #fff;
}

.copy a:hover,
.developed_by a:hover {
  color: #fff;
  text-decoration: none;
}

.copy b {
  margin-top: 5px;
  display: block;
}

.footer_btm .copy,
.footer_btm .copy a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}

.developed_by {
  text-align: right;
  vertical-align: middle;
  padding: 5px 25px 5px 0;
}

.developed_by b {
  display: inline-block;
  vertical-align: top
}

.developed_by a {
  display: block;
}

.developed_by span {
  display: inline-block;
  text-align: left;
}

.footer-social-icons {
  margin: 15px 0 0;
  text-align: left;
  font-weight: 600
}

.footer-social-icons span {
  color: #000;
  text-transform: uppercase;
  padding-right: 10px;
  font-weight: 400;
  font-size: 15px;
}

.footer-social-icons .social-icons {
  margin-bottom: 0;
  display: block;
  float: none;
  text-align: left
}

.footer-social-icons .social-icons>li {
  display: block;
}

.footer-social-icons .social-icons a {
  text-align: left;
  color: #fff;
  font-size: 16px;
  padding: 3px 0;
  display: inline-block;
}

.footer-social-icons .social-icons i {
  color: #fff;
  text-align: center;
  background: none;
  display: inline-block;
  margin: 0 10px 0 0;
  transition: .3s linear all;
  width: 25px;
}

.footer-social-icons .social-icons a:hover i {
  transform: rotate(360deg);
  border-radius: 100%;
}

/*Footer-end*/

/*DETAIL*/
#style1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccd0d3;
}

#style1::-webkit-scrollbar {
  width: 11px;
  background-color: #ccd0d3;
  padding: 2px;
}

#style1::-webkit-scrollbar-thumb {
  background-color: #102a52;
  border: 2px solid #ccd0d3;
  border-radius: 10px;
}

.scroll_bar {
  width: 100%;
  max-height: 280px;
  overflow-y: scroll;
  overflow: auto;
  background: #fff;
}

#style2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccd0d3;
}

#style2::-webkit-scrollbar {
  width: 11px;
  background-color: #ccd0d3;
  padding: 2px;
}

#style2::-webkit-scrollbar-thumb {
  background-color: #28a745;
  border: 2px solid #ccd0d3;
  border-radius: 10px;
}

.scroll_bar2 {
  width: 100%;
  max-height: 150px;
  overflow-y: scroll;
  overflow: auto;
  background: #fff;
}

/*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: Verdana, Geneva, sans-serif;
  font-weight: 600
}

/* TREE */
.breadcrumb_bg {
  background: #0a6f07;
}



.breadcrumb {
  margin: 0;
  font-size: 18px;
  color: #000;
  background: none;
  padding: 6px 0px;
  font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb li.active {
  color: #fff;
}

.banner_txt {
  position: absolute;
  bottom: 110px;
  z-index: 3;
}

.banner_txt h1 {
  color: #fff !important;
  font-size: 48px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin-top: 20px;
}

/* TREE CLASSES */

/* CMS AREA */
.mid_area {
  padding-top: 20px;
}

.cms_area {
  color: #111
}

.cms_area h1 {
  color: #000000;
  font-weight: 600
}

.aboutUsIntroduction {
  margin-top: 2rem;
}

.gap {
  margin-block: 2rem;
  width: 100%;
  height: 3px;
  background-color: #eee;
}

.abo_sec h4 {
  color: #020033;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.abo_sec h2 {
  color: var(--blue);
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 36px;
}



.aboutUsIntroduction img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.core img {
  border-radius: 1rem;
  /* width: 100%;
  height: 80%; */
}

.core {
  margin-top: 2rem;
  background: url(../images/contact-bg.jpg) fixed center;
  padding-bottom: 2rem;
  padding-top: 0.1rem;
}

.core h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #fff;
}

.core p {
  text-align: left !important;
  color: #fff;
}

.values {
  background: url(../images/white-bg.jpg) center;
  padding-block: 2rem;
  padding-bottom: 2.5rem;

}

.values .underline {
  width: 3%;
  margin-bottom: 0;
}

.values .col-12>div {
  text-align: center;
  margin-top: 2rem;
  width: 95%;
  box-shadow: 0 0 15px #ccc;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.5s ease;
}

.values .col-12>div:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px #ccc;

}

.values .col-12>div h4 {
  font-weight: 700;
  font-size: 20px;
  color: var(--blue);
}





.visionSec {
  padding-block: 2rem;
  background: linear-gradient(rgba(4, 11, 161, 0.2), rgba(4, 11, 161, 0.5)), url(../images/contact-bg.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
}


.abo_sec h5 {
  color: #020033;
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 50px;
}

.abo_sec p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}

.abo_sec ul {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  padding-left: 20px;
}

.abo_sec1 {
  margin-top: 30px;
}

.abo_sec1 p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}

.missionContent {
  margin-top: 2rem;
}

.missionContent li,
.visionContent li {
  font-size: 16px;
  font-weight: 400;
}


.missionContent h2,
.visionContent h2 {
  color: #fff;
  font-size: 24px !important;
  font-weight: 600;
}

.visionSec h1 {
  color: #fff !important;
  text-align: center;
}

.visionSec .underline {
  margin-bottom: 2rem;
  background-color: #fff;
  width: 12%;
}

.visionSec img {
  width: 100% !important;
  height: 90% !important;
  object-fit: cover;
  border-radius: 1rem;

}

.visionSec ul {
  margin-left: -1rem;
}


.missionSec img,
.visionSec img {
  padding: 0.5rem;
  border: 1px solid #ccc;
  width: 100%;
}


.missionContent li {
  color: #ffffff;
  font-weight: 400;
}

.certificates {
  margin-block: 2rem;
}

.certificates .col-12>div {
  text-align: center;
  width: 95%;
  box-shadow: 0 0 30px #ccc;
}

.certificates .col-12 h3 {
  text-transform: uppercase;
  background-color: var(--blue);
  color: #fff;
  padding-block: 0.5rem;
  font-size: 24px;
  margin-bottom: 0;
}

.certificates img {
  width: 100%;
  object-fit: contain;
}



.enq_box {
  background: #06034f;
  padding: 20px 30px 40px;
}

.enq_box h3 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.enq_box .contect_btn button {
  width: 100%;
}

/*Category_list*/
.pro_cate_list {
  margin: 0px;
  padding: 0px
}

.pro_cate_list ul {
  margin: 0px;
  padding: 0px
}

.pro_cate_list ul:after {
  content: '';
  display: block;
  clear: both;
}

.pro_cate_list ul li {
  list-style: none;
  width: 25%;
  float: left
}

.pro_cate_list ul li:before {
  display: none;
}

.pro_cate_w {
  width: 300px;
  height: 200px;
  position: relative;
  margin: 4px 0
}

.pro_cate_img {
  width: 300px;
  height: 200px;
}

.pro_cate_img img {
  width: 100%;
  height: 100%
}

.cate_des_pos {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0, 0, 0, 0.5)
}

.cate_des_pos a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-decoration: none
}

.cate_ttl {
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 300px;
  height: 200px;
  display: table-cell;
  vertical-align: middle
}

.pro_cate_w:hover .cate_des_pos {
  background: rgb(0, 0, 0, 0.1)
}

/*Product-Listing*/
.tabs {
  border: 1px solid #d8d8d8;
  padding: 10px;
  background: #000000
}

.tabs ul {
  margin: 0px;
  padding: 0px;
}

.tabs ul:after {
  content: '';
  display: block;
  clear: both
}

.tabs ul li {
  list-style: none;
  float: none;
  display: block;
}

.tabs ul li a {
  padding: 6px 10px;
  color: #000;
  border: 1px solid #d8d8d8;
  border-width: 1px 1px 1px 1px;
  font-size: 15px;
  line-height: 23px;
  background: #f7f7f7;
  margin-bottom: 2px;
  display: block;
  border-radius: 5px 5px;
  margin-right: 3px;
}

.tabs ul li a.act {
  padding: 7px 15px;
  background: #fff;
  font-weight: 600;
  color: #351543;
}

.tabs ul li:before {
  display: none
}

.tab_hide {
  display: none
}

.product_detail_w {
  margin: 0em 0
}

.our_products_list {
  margin: 0px;
  padding: 0px;
}

.our_products_list ul {
  margin: 0px;
  padding: 0px
}

.our_products_list ul:after {
  content: '';
  display: block;
  clear: both
}

.our_products_list ul li {
  list-style: none;
  display: block;
  float: left;
  width: 33.33%
}

.our_products_list ul li:before {
  display: none
}

.pro_list_img {
  width: 280px;
  height: 240px;
  border: 1px solid #d8d8d8;
  margin: 10px 0;
  box-shadow: 0px 0px 10px #dad7d7;
}

.pro_list_img img {
  width: 100%;
  height: 100%
}

.our_directors {
  background: #0a6f07;
  padding: 30px 0
}

.our_directors h4 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.director_list,
.director_list2 {
  margin: 0px;
  padding: 0px
}

.director_list ul,
.director_list2 ul {
  margin: 0px;
  padding: 0px
}

.director_list ul li,
.director_list2 ul li {
  list-style: none;
  width: 100%
}

.director_list2 ul li {
  width: 25%;
  float: left;
}

.director_w {
  width: 190px;
  position: relative;
  margin-top: 20px;
}

.director_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

.director_img {
  width: 180px;
  height: 180px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
}

.director_img figure {
  width: 180px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.director_img figure img {
  max-width: 100%;
  width: 100%;
  height: 100%
}

.director_w:before {
  content: '';
  width: 180px;
  height: 180px;
  background: #d4d4d4;
  transform: rotate(-6deg);
  position: absolute;
  top: -4px;
  display: block;
  box-shadow: 0px 0px 10px #585858;
}

/* details */
.scroll_area .owl-carousel .owl-nav button.owl-next,
.scroll_area .owl-carousel .owl-nav button.owl-prev,
.scroll_area .owl-carousel button.owl-dot {
  background: #595a5c
}

.scroll_area {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: 10px
}

.dtl_images {
  float: left;
  margin: 0 auto;
  position: relative;
  width: 470px;
  min-height: 420px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px
}

.dtl_imagess {
  float: left;
  margin: 0 auto;
  position: relative;
  width: 470px;
  min-height: 420px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px
}

.dtl_contents {
  float: left;
  width: 56%;
  margin: 0 0 0 2%
}

.pdf_icon {
  font-size: 30px;
  margin-top: 1px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle
}

.pdf_icon i {
  color: #c42027
}

.product-dtl-img {
  width: 450px;
  height: 369px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px
}

.product-dtl-img figure {
  width: 450px;
  height: 369px;
  display: table-cell;
  text-align: center;
  vertical-align: middle
}

.product-dtl-img img {
  max-width: 100%;
  margin: auto
}

.product-dtl-imgs {
  width: 450px;
  height: 411px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px
}

.product-dtl-imgs figure {
  width: 450px;
  height: 411px;
  display: table-cell;
  text-align: center;
  vertical-align: middle
}

.product-dtl-imgs img {
  max-width: 100%;
  margin: auto
}

.des_bar {
  height: 364px;
  overflow-y: scroll
}

.des_bar1 {
  height: 266px;
  overflow-y: scroll
}

/* details */

/* CONTACTS */


.map-container {
  border: 3px solid #000;
  margin-top: 10px;
}



.contactUsPage {
  margin-top: -1.1rem;
  padding-block: 4rem;
  background: linear-gradient(rgba(4, 11, 161, 0.2), rgba(4, 11, 161, 0.5)), url(../images/contact-bg.jpg) fixed no-repeat;
  background-size: cover;
}

.contactInformation {
  height: 100%;

}

.contactInformation {
  color: #fff;
  padding: 2rem;
  height: 405px !important;
}



.contactUsPage form {
  background-color: #f5f5f5;
  padding: 2rem;
  padding-block: 4rem;
  padding-top: 2rem;
  box-shadow: 0 0 20px #ccc;
}

.contactUsPage form input,
.contactUsPage form textarea {
  margin-top: 1rem;
  background-color: transparent;
  width: 100%;
  border-bottom: 1px solid var(--blue);
  padding: 1rem;
}

.contactUsPage form textarea {
  padding-bottom: 0;
}


.contactUsPage form input::placeholder,
.contactUsPage form textarea::placeholder {
  color: #424040;
}

.contactUsPage h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.contactUsPage h5 {
  margin-top: 1rem;
  font-weight: 600;
  color: #fff;
}

.contactPageBtn {
  width: max-content !important;
  border: none !important;
  font-size: 16px;
  font-weight: 500;
  background: var(--blue) !important;
  display: inline-block;
  padding: 12px 25px !important;
  color: #fff;
  border-radius: 8px;
  margin-top: 30px !important;
  margin-right: 0.5rem;
  cursor: pointer;
}


.contactresetBtn {
  background-color: #ccc !important;
  color: #000;
}

.contactaddSec .col-6 {
  margin-top: 1rem;
}

/* CONTACTS ENDS */

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #239e2e;
  border-color: #239e2e;
}

.page-link:hover {
  color: #ffffff;
  background-color: #0f42a1;
  border-color: #0f42a1;
}

.page-link {
  color: #000;
}


/*TESTIMONIALS*/
.loc_area {
  font-size: 19px;
  color: #2a42c2;
  font-weight: 600;
  margin-bottom: 0.5em
}

/*testimonials-page-end*/

.sitemap {
  text-align: left;
  padding: 30px auto;
}

.sitemap a {
  display: inline-block;
  padding: 5px 24px;
  background: url(../images/arr-1.png) no-repeat 8px center;
  font: 400 14px/20px 'Open Sans', sans-serif;
  margin: 5px 5px;
  color: #000;
  width: 32%;
  float: left;
  border: 1px solid #d6d6d6;
}

.sitemap a:hover {
  color: #222;
  border: 1px solid #13499f;
  text-decoration: none;
  background-color: #e2f5f9;
}

/* 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: 0 0;
  padding-left: 0em;
  padding-right: 0em;
  border: 1px solid #dadada;
  margin-bottom: 0px;
}

legend {
  display: inline-block;
  width: auto;
  border-bottom: none;
  font: 20px/18px 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 5px;
  margin: 0px;
}

.post {
  float: right;
}

#post-testimonial .mt15 {
  margin-top: 0px;
}

.btn-danger {
  color: #fff;
  background-color: var(--blue);
  border-color: var(--blue);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 18px !important;
  line-height: 20px;
}

.btn-default {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 18px !important;
  line-height: 20px;
  margin-left: 0.5rem;

}

.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background-color: #000d50;
  border-color: transparent;
  outline: none;
  box-shadow: none;
}


.scroll_img {
  width: 600px;
  height: 500px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  margin: auto;
}

.scroll_img figure {
  width: 600px;
  height: 500px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.scroll_img figure img {
  max-width: 100%;
  width: 100%;
  height: 100%
}


@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 QUERIES
   =================================================*/

/* ================= Desktop/Laptop below 1280px  ================= */

@media only screen and (max-width:1279px) {
  .container {
    width: 100% !important;
    max-width: 100%;
  }

  /*NAVIGATION*/
  .dtl_contents {
    width: 59%
  }
}

/* ================= Desktop/Laptop below 1152px  ================= */
@media only screen and (max-width:1151px) {
  .inner_bnr {
    width: 100%;
    height: 100%;
  }

  /*NAVIGATION*/
  .navbar-light {
    margin: 6px 0 0 0;
  }

  .navbar-light .navbar-nav>li>a {
    font-size: 13px;
    padding: 0px 0.4rem;
  }

  .pro_list_img {
    width: 225px;
    height: 170px;
    margin: 0 auto 12px
  }

  .product_inner {
    background: none;
    min-height: 0
  }

  .pro_cont {
    display: none
  }

  .h_top_sec:first-child {
    margin-left: 0
  }

  .logo_sec {
    width: 285px;
  }

  .logo_sec img {
    width: 65%;
    object-fit: contain;
  }

  .cat_about {
    margin-top: 35px
  }



  .list_cont ul,
  .list_cont ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .list_cont ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
  }

  .list_area {
    width: 95%;
    margin: auto;
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 10px;
  }

  .list_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    float: left;
  }

  .list_img figure {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
  }

  .list_img figure img {
    display: block;
    max-width: 100%;
    transition: all linear .7s
  }

  .list_area:hover .list_img figure img {
    transform: scale(1.05)
  }

  .list_pro_ttl {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    padding-top: 34px;
  }

  .list_pro_ttl a {
    color: #0a6f07;
  }

  /* Subscribe Newsletter */
  .subs_form input[type=text] {
    width: 24%;
  }

  .tm_hed h3 span {
    font-size: .7em;
  }

  .tm_hed h3 {
    line-height: 1em;
    font-size: 2.5em;
  }

  .cat_txt {
    top: 16%;
    width: 88%;
    left: 15px;
  }

  .cat_txt p {
    font-size: 15px;
  }

  /* Services start */
  .susp_txt {
    text-align: center;
  }

  .susp_txt span {
    float: none;
    display: block;
  }

  /*Footer*/
  .ft_content {
    margin-bottom: 1em;
    text-align: center;
  }

  /*Contact-us*/
  .contact_box {
    width: 100%
  }

  .contact_details {
    left: 35px;
  }

  /* Sitemap */
  .sitemap2 a {
    width: 31.8%;
  }

  /*Categories*/
  .pro_cate_list ul li {
    width: 33.33%
  }



  .scroll_img {
    width: 480px;
    height: 400px;
  }

  .scroll_img figure {
    width: 480px;
    height: 400px;
  }

  footer {
    padding: 20px 0px 0px;
  }

  .ft_heading {
    margin-top: 5px;
  }

  .foot_logo {
    margin: 10px 0 20px 0;
  }

  .dtl_contents {
    width: 48%;
  }

  .cat_about:hover {
    margin-top: 35px;
  }

  .cat_txt h3 {
    font-size: 20px;
    height: auto;
  }
}

/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (max-width: 991px) {
  .top_bg {
    height: auto;
    padding-bottom: 0
  }

  .call_on {
    padding: 8px 10px;
    color: #fff;
    text-align: center
  }

  .call_on a {
    color: #fff;
    font-size: 18px
  }

  .call_dis2 {
    display: none;
    position: absolute;
    z-index: 9999999;
    background: #0a6f07;
    padding: 10px;
    right: 5px;
    box-shadow: 0 0 10px #ccc;
    width: 100%
  }

  .call_sec {
    padding: 0
  }

  .h_top_sec {
    display: block;
    padding: 5px 0
  }

  .h_top_sec .call_text span {
    font-size: 16px
  }

  ul.top_link {
    margin: .5em 0
  }

  .header {
    position: static
  }

  .header_mid {
    margin: 12px 0 0
  }

  .header:after {
    content: '';
    display: block;
    clear: both
  }

  .pro_cont {
    display: none
  }

  .our_products_list ul li {
    width: 50%
  }

  .pro_list_img {
    width: 230px;
    height: 190px
  }

  .cat_txt {
    left: 0;
    right: 0;
    margin: auto
  }

  header {
    position: static
  }

  .stratgey_w .stratgey_img {
    margin: 0;
  }

  /* NAV */
  .navbar {
    position: relative;
    margin: 0
  }

  .navbar-light .navbar-nav {
    margin: 0
  }

  .navbar-light .navbar-toggler {
    color: var(--blue);
    border-color: var(--blue);
    z-index: 999;
    right: 5px;
    padding: .2rem .3rem;
    margin: 13px;
    border-width: 2px;
    background: #fff;
    float: right;
  }

  .dropdown-toggle::after {
    float: right;
    margin: 0 5px 0 0;
  }

  .navbar-collapse {
    position: absolute;
    top: 66px;
    right: 0px;
    z-index: 99;
    background: #fff;
    width: 340px;
  }

  .navbar-nav {
    display: block
  }

  .navbar-light .navbar-nav>li>a {
    border-bottom: 1px solid #ccc;
    padding: .5rem 1rem;
    color: #000;
    border-radius: 0px;
    text-align: left;
    font-size: 16px;
  }

  .navbar-light .navbar-nav>li>a:hover {
    color: #d42b28
  }

  .navbar-light .navbar-nav>li:hover:after,
  .navbar-light .navbar-nav>li:focus:after {
    display: none
  }

  .navbar-light .navbar-nav>li>a i {
    float: right;
    margin-top: 1px;
  }

  .navbar-light .navbar-nav>li>a.act {
    color: #ffef70;
  }

  .navbar-nav .dropdown-menu {
    width: 100%
  }

  .login_link {
    margin-right: 70px;
    padding: 8px 25px;
  }

  .dropdown-menu {
    margin-top: 0
  }

  .dropdown-menu>li>a {
    padding: 0 30px !important
  }

  .navbar .btn-navbar {
    display: block;
    position: absolute;
    z-index: 9;
    top: -43px;
    left: 0;
    padding: 5px 9px;
    margin: 0px;
    margin-right: 15px;
    border-radius: 2px;
    border: 0px solid #fff;
    background: #fbfbfb;
  }

  .navbar .btn-navbar .icon-bar {
    display: block;
    width: 24px;
    height: 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    margin: 4px 0;
    transition: .4s;
  }

  .btn-navbar .icon-bar .icon-bar {
    margin-top: 3px
  }

  .nav>li>ul.dropdown-menu {
    background-color: #1cc28a;
  }

  .navbar-light .navbar-nav>li:last-child a {
    padding: .5rem 1rem;
  }

  .navbar {
    display: block;
    margin-top: 1rem;
  }

  .nav-collapse,
  .nav-collapse.collapse {
    background: #262626;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 10px;
    right: 0px;
    margin: 0;
    padding-left: 0;
  }

  .collapse {
    display: none !important;
  }

  .collapse.show {
    display: block !important;
  }

  .stratgey_texts2 {
    padding: 8% 0 8% 0%;
    text-align: center;
  }

  .stratgey_texts {
    padding: 8% 0 8% 0%;
    text-align: center;
  }

  /* NAV ENDS */

  /*Testimonials*/
  .tab_hid {
    display: none;
    text-align: center !important;
  }

  /*Testimonials-Inner*/
  .post-tm {
    float: none;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 15px
  }

  .tab_hider {
    margin-top: 10px;
    display: none;
  }

  .order-2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .tm_hed {
    font-size: 18px;
    font-weight: 600;
    color: #1165b0;
    cursor: pointer
  }


  /*WELCOME-SECTION*/
  .wlcm_img {
    text-align: center;
  }

  /* Sitemap */
  .sitemap2 a {
    width: 48%;
  }

  /*Counter-Section*/
  .stratgey_img {
    text-align: center;
    margin: 0
  }

  .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .stratgey_w .stratgey_text {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin: 0
  }

  /*FOOTER*/
  .foot-logo {
    text-align: center;
  }

  .copy {
    text-align: center;
    padding: 0
  }

  .f_dd_box {
    margin: 15px 0
  }

  .f_dd_box:after {
    content: '';
    clear: both;
    display: block;
  }

  .ft_btm_links,
  .footer_mid .call_sec {
    text-align: center;
    padding: 5px 0
  }

  /* Category_list */
  .cat_list ul li {
    width: 50%;
  }

  /*Contact-us*/
  .contact_form_outer {
    width: 100%;
    padding: 30px;
    float: none
  }

  .contact_details {
    position: static;
    width: 100%
  }

  /*Research-Development*/
  .r_d_w {
    width: 232px;
  }

  .r_d_img,
  .r_d_img figure {
    width: 222px;
    height: 222px;
  }

  .process_list {
    margin-bottom: 1em
  }

  /*Categories_List*/
  .pro_cate_w,
  .pro_cate_img,
  .cate_ttl {
    width: 230px;
    height: 153px
  }

  .sitemap a {
    width: 48%;
    float: left
  }

  .list_pro_ttl {
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px
  }

  .booking_box {
    width: 100%
  }

  .map_main_wrapper {
    float: none;
    width: 100%;
    position: relative;
    margin-top: 0
  }

  .newsletter_text h3 {
    font-size: 36px
  }

  .newsletter_wrapper {
    padding: 20px 0
  }

  .ft_content {
    text-align: left
  }

  .booking_chat {
    margin: 0;
  }

  .scroll_img {
    width: 340px;
    height: 283px;
  }

  .scroll_img figure {
    width: 340px;
    height: 283px;
  }

  .dtl_contents {
    width: 100%;
    margin: 0;
  }

  .dtl_imagess {
    float: none;
    margin: 0 auto 15px;
  }

  .booking_box_img {
    margin: 0 0;
  }

  .abots .border-right {
    border-right: 0px !important;
    border-bottom: 1px solid #dcdcdc !important;
    margin-bottom: 20px;
  }

  .banner_social {
    display: none;
  }
}

/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (max-width:767px) {
  h1 {
    font-size: 1.5em;
    line-height: 1em
  }

  .header-bg {
    position: static;
    background: #15885a
  }

  .pro_list_img {
    margin: 10px auto
  }

  .our_products_list ul li {
    width: 50%
  }

  .pro_list_img {
    width: 280px;
    height: 240px
  }

  .footer_bg {
    padding: 25px 0 0
  }

  .ft_text {
    text-align: center
  }

  .ft_content {
    margin-bottom: 0
  }

  .foot_logo {
    margin: 20px 0;
    text-align: center
  }

  footer {
    padding: 0
  }



  /*Footer-start*/
  .f_dd_box {
    display: none;
    margin: 10px 0px;
  }

  .dd_next {
    margin: 0 0;
    padding: 6px 0px 6px;
    background: url(../images/pls.png) no-repeat 100% 6px;
    cursor: pointer;
    border-bottom: 1px dashed #4f6877;
  }

  .dd_next_act {
    background: url(../images/mns.png) no-repeat 100% 6px;
  }

  .ft_heading {
    margin-top: 0;
  }

  .foot-logo {
    float: none;
    margin-left: 0px;
  }

  .foot-logo img {
    max-width: 100%;
    height: auto
  }

  .copy {
    text-align: center;
  }

  .copy span {
    display: inline;
  }

  .minh {
    min-height: inherit;
  }

  .ft_link {
    padding: 0 0px;
  }

  .ft_link a {
    border-bottom: 0px dashed #383838;
    line-height: 30px;
  }

  .ft_link a:hover {
    color: #fff;
  }

  /*Footer-end*/

  /*Networks*/
  .order-3 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* CONTACT US */
  .contact_box .col-xs-12 {
    padding: 0;
  }

  .contact_form .mt5 {
    margin-top: 0px;
  }

  .contact_form .large {
    width: 100% !important;
  }

  .contact_form_outer {
    padding: 10px;
  }

  .contact_box {
    padding: 4px;
  }

  /* CONTACT US */

  .sub_hed2 {
    font-size: 22px;
  }

  .process_hed {
    font-size: 20px;
  }

  /*R & D*/
  .r_d_list ul li {
    width: 50%
  }

  .r_d_w {
    margin: 10px auto
  }


  /*Categories_List*/
  .pro_cate_list ul li {
    width: 50%;
  }

  .pro_cate_w,
  .pro_cate_img,
  .cate_ttl {
    width: 300px;
    height: 320px;
  }

  .sitemap a {
    width: 100%;
    float: none;
    margin: 5px 0px;
  }

  .sitemap .fs18 {
    font-size: 16px;
  }

  .db-600 {
    display: block;
  }

  .breadcrumb_bg {
    display: none;
  }

  .list_cont ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .list_pro_ttl {
    font-size: 15px;
    line-height: 20px;
    padding-top: 30px;
  }

  .scroll_img {
    width: 325px;
    height: 271px;
  }

  .scroll_img figure {
    width: 325px;
    height: 271px;
  }
}

@media only screen and (max-width:600px) {
  .vw-button {
    font-size: 0.9em;
    padding: 9px 25px
  }

  .inner_bnr {
    height: auto
  }

  /* CMS AREA */
  .mid_area {
    padding: 20px 0px;
  }

  /* CMS AREA ENDS */

  .c_address span {
    width: 100%;
    font-size: 13px;
  }

  .c_address span>b {
    margin-right: 7px;
  }

  .contact_add {
    font-size: 13px;
  }

  .contact_add p {
    padding-left: 55px;
    line-height: 18px;
  }

  .contact_box .fs16 {
    font-size: 14px;
  }

  .sitemap .fs18 {
    font-size: 15px;
  }

  .cat_img {
    height: 330px;
  }

  /*Inner-Testimonials*/
  .tm_outer .tm_body_wraper {
    padding: 10px;
  }

  .tm_left {
    padding: 0
  }

  .tm_left .tm_img {
    width: 70px;
    height: 70px;
    line-height: 60px;
  }

  .tm_body_wraper .tm_text {
    font-size: 12px;
    line-height: 16px
  }

  .more_txt {
    font-size: 13px;
  }

  .tm_body_wraper .tm_info {
    font-size: 15px;
  }

  .tm_date {
    font-size: 13px;
  }
}

@media only screen and (max-width:515px) {
  .header_mid {
    width: 66%;
    margin: 10px 0;
  }

  .navbar-light .navbar-toggler {
    top: 6px;
  }

  ul.top_link li>a {
    padding: 10px 12px;
    font-size: 12px;
  }

  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }

  /*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) {
  ul.float li {
    width: 100%
  }

  .navbar-collapse {
    top: 60px
  }

  .logo_area {
    text-align: center
  }

  .logo_area img {
    max-width: 100%;
    height: auto
  }

  .h_top_sec:nth-child(3) {
    float: left
  }

  .booking_box {
    padding: 73px 20px 20px
  }

  .box_side_icon:before {
    left: -20px;
    border-right: 100px solid transparent;
    border-top: 100px solid #2462af
  }

  .logo_sec {
    width: max-content;
    padding: 5px 0;
  }

  .logo_sec img {
    width: 150px;
  }

  .box_side_icon img {
    left: -7px;
    top: -59px
  }

  .newsletter_text h3 {
    font-size: 18px
  }

  .newsletter_wrapper {
    padding: 10px 0
  }

  .our_products_list ul li {
    width: 100%
  }

  .header {
    padding: 5px 0;
  }

  .postby b {
    font-size: .9em;
  }

  .h_top_sec:first-child {
    margin-left: 0;
    padding: 0;
    float: none;
    text-align: center;
    display: inline-block;
  }

  .hed_socio {
    text-align: center;
    float: none
  }

  .h_top_sec:nth-child(2) {
    float: none;
    text-align: center;
  }

  .call_dis2 {
    text-align: center;
  }

  .h_top_sec b {
    float: none;
    display: inline-block;
  }

  .h_top_sec .call_text {
    display: inline-block;
    padding: 0 5px;
  }

  /*NAVIGATION*/
  .nav-collapse,
  .nav-collapse.collapse {
    top: 0
  }

  /* Sitemap */
  .sitemap2 a {
    width: 100%;
    margin: 5px 0;
  }

  /*suspension*/
  .susp_txt {
    font-size: 24px;
    line-height: 30px;
  }

  /* details */
  .dtl_images {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 290px;
    min-height: auto;
    border: 1px solid #ddd;
    padding: 10px;
  }

  .product-dtl-img {
    width: 270px;
    height: 176px;
    margin: 0 auto;
  }

  .product-dtl-img figure {
    width: 270px;
    height: 176px;
    display: table-cell;
    text-align: center;
    vertical-align: middle
  }

  .dtl_imagess {
    float: none;
    position: relative;
    width: 290px;
    min-height: auto;
    border: 1px solid #ddd;
    padding: 10px;
  }

  .product-dtl-imgs {
    width: 270px;
    height: 180px;
    margin: 0 auto;
  }

  .product-dtl-imgs figure {
    width: 270px;
    height: 180px;
    display: table-cell;
    text-align: center;
    vertical-align: middle
  }

  .dtl_contents strong {
    display: block;
    margin: 10px 0 5px 0;
  }

  .scroll_area {
    width: 190px;
  }

  /* details */

  /*FOOTER*/
  .footer-social-icons {
    text-align: center;
  }

  .footer-social-icons .social-icons {
    display: block;
    width: 100%
  }

  .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;
  }

  /*Research-Development*/
  .r_d_list ul li {
    width: 100%
  }

  .footer_bg {
    padding: 5px 0 0;
  }

  .cat_img {
    height: 300px;
  }

  /*Categories_List*/
  .pro_cate_list ul li {
    width: 100%
  }

  .pro_cate_w {
    margin: 5px auto
  }

  .pro_cate_w,
  .pro_cate_img,
  .cate_ttl {
    width: 300px;
    height: 200px
  }

  .post {
    float: none;
    text-align: center
  }

  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    color: hsl(0, 0%, 33%);
    background-color: hsl(0, 0%, 100%);
    background-image: none;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
    box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
  }

  .list_cont ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px
  }

  .list_pro_ttl {
    font-size: 18px;
    line-height: 20px;
    padding-top: 30px
  }

  .feat_wrapper h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .stratgey_w .stratgey_text h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .booking_wrapper h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .btn {
    padding: 5px 20px !important;
    font-size: 14px !important;
  }

  .booking_chat span {
    margin: 7px 9px 20px 0;
  }

  .footer_links {
    text-align: center;
  }

  .contect_form1 input,
  .contect_form1 select {
    margin-top: 0;
  }

  .step_area {
    width: 100%;
  }

  .success_area {
    padding-block: 2rem;
  }

  .imm_head {
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .abo_sec {
    padding: 0 0px 0 0;
  }

}






.catagoriess>h1 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 1rem;
  color: #fff !important;
}

#categories ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}



.blog-post h1 {
  text-align: left;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: -5px;
  color: #4e4e4e !important;
  margin-top: 1rem;
}



#blogs {
  float: left;
  width: 75%;
  padding-left: 20px;
}

#blog-posts .blog-box {
  text-align: left;
  /* display: flex; */
  width: 96%;
  height: 250px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 2px solid rgba(4, 11, 161, 0.7);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.blog-post .twoBoxes {
  display: flex;
  gap: 20px;
}

#blog-posts .blog-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-box-content {
  text-align: center;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease;
}

.blog-box-content .blog-date {
  margin-top: 1rem;
  font-weight: 600;
}

.blog-box-content .blog-title {
  padding: 0.5rem;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px !important;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blog-post .twoBoxes:hover .blog-box-content {
  width: 100%;

}

.blog-box-content a {
  color: #fff;
  background-color: #fff;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  position: absolute;
  bottom: 20px;
  border-radius: 5px !important;
}

.blog-box-content a:hover {
  color: #fff;
  text-decoration: none;
  background: var(--darkBlue);
}

#blog-container {
  width: 90%;
  margin: 0 auto;
  /* display: flex; */
  flex-wrap: wrap;
}



#categories {
  flex: 1
}

#categories ul {
  padding: 0 !important;
  list-style: none;
  background: var(--darkBlue);
}

#categories ul li {
  margin: 0;
  padding: 0;
}

#categories ul li:last-child {
  border-bottom: none;
}

#categories ul li a {
  color: #fff !important;
  display: block;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  background-color: var(--blue);
  border-radius: 0.5rem;
}

#categories ul li a:hover {
  text-decoration: none;
  background-color: #3239b8;
}

#blog-posts {
  flex: 3;
}

.blog-post {
  display: none;
  margin-bottom: 20px;
}



.blog-post:nth-child(1) {
  display: block;
}

[data-category]:hover {
  cursor: pointer;
}

.proBtn {
  color: #fff;
  background: var(--blue);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  margin-top: 20px;
  border: 2px solid var(--blue);
  transition: all 0.3s ease;
}

.proBtn:hover {
  color: var(--blue);
  background-color: transparent;
  text-decoration: none;
}

.discc li {
  list-style: disc !important;
  line-height: 20px;
  color: #000 !important;
  font-weight: 400;
}

.productBigImg img {
  padding: 0.5rem;
  border: 1px solid #ccc;
  width: 100%;
  height: 660px !important;
  object-fit: cover;
}


/* Mechanical Page */


.mechanoicalPagesec {
  margin-top: 2rem;
}

.mechanoicalPagesec h2,
.mechanicals_2_Sec h2 {
  text-align: left;
  font-size: 28px;
  color: var(--blue);
  margin-bottom: 1rem;

}



.mechanoicalPagesec img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.mechanicals_2_Sec {
  margin-top: 2rem;
}

.mechanicals_2_Sec .col-md-4 {
  margin-top: -1rem;
  padding: 1rem;
}

.mechanicals_2_Sec .col-md-4 p {
  text-align: center;
}

.mechanicals_2_Sec .imageBoxShadow {
  width: 100%;
  height: 450px;
  padding: 1rem;
  box-shadow: 0 0 15px #ccc;
  background-color: #fff;
  border-radius: 1rem;
}

.mechanicals_2_Sec .imageBoxShadow .col-12:first-child {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.mechanicals_2_Sec .paddingLeft {
  padding-left: 2rem !important;
}

.blueBackground {
  padding-block: 3rem;
  background: linear-gradient(rgba(4, 11, 161, 0.2), rgba(4, 11, 161, 0.5)), url(../images/contact-bg.jpg) fixed no-repeat;
  background-size: cover;
}

.blueBackground h2,
.blueBackground p {
  color: #fff !important;
}

.blueBackground .imageBoxShadow {
  box-shadow: unset;
}

.blueBackground .size_box1 img {
  border-radius: 1rem;
}