@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inter, sans-serif
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Thin.ttf) format(opentype);
  font-weight: 100
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-ExtraLight.ttf) format(opentype);
  font-weight: 200
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Light.ttf) format(opentype);
  font-weight: 300
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Regular.ttf) format(opentype);
  font-weight: 400
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Medium.ttf) format(opentype);
  font-weight: 500
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-SemiBold.ttf) format(opentype);
  font-weight: 600
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Bold.ttf) format(opentype);
  font-weight: 700
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-Black.ttf) format(opentype);
  font-weight: 800
}

@font-face {
  font-family: inter;
  src: url(../fonts/Inter-ExtraBold.ttf) format(opentype);
  font-weight: 900
}

:root {
  scroll-behavior: smooth;
  --swiper-navigation-size: 5px
}

.gap-1 {
  gap: .5rem
}

.gap-2 {
  gap: 1rem
}

.gap-3 {
  gap: 1.25rem
}

.gap-4 {
  gap: 1.5rem
}

.gap-5 {
  gap: 3rem
}

.container-fluid {
  padding-right: 35px !important;
  padding-left: 35px !important;
  margin-right: auto;
  margin-left: auto
}

.header_menu {
  display: flex;
  justify-content: space-between;
  padding: 20px 0
}

.header_container {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff
}

.logo img {
  height: 35px;
  width: auto;
  cursor: pointer
}

.menus {
  display: flex;
  gap: 20px;
  color: #0E3572;
  align-items: center;
  cursor: pointer
}

.menu_pick {
  font-weight: 600;
  font-size: 15px
}

.menu_pick:hover {
  font-weight: 600;
  border-bottom: 2px solid #0E3572;
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.footer_menu {
  display: flex;
  align-items: center
}

.web_link {
  cursor: pointer
}

.copyrights {
  display: flex;
  height: 25px;
  width: auto;
  gap: 10px;
  font-size: 14px;
  align-items: center
}

.copyrights img {
  height: 25px;
  width: auto
}

.follow_media {
  gap: 10px
}

.media_follow {
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #0E3572;
  justify-content: center;
  align-items: center
}

.follow_media img {
  cursor: pointer;
  height: 17px;
  width: auto
}

.twitter_media img {
  filter: invert(1)
}

.copy__area {
  margin-left: 20px;
}

.scroller_style {
  font-size: 40px;
}

.main_btns {
  padding-top: 40px;
}

.count_bg_numbers {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.follow_media .facebook_media:hover {
  background-color: #3c5a99
}

.follow_media .insta_media:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.follow_media .linkedin_media:hover {
  background-color: #007ab9
}

.follow_media .skype_media:hover {
  background-color: #00a8e9
}

.follow_media .twitter_media:hover {
  background-color: #000
}

.footer_container {
  box-shadow: 0 0 10px 0 rgba(138, 155, 165, .15);
  position: fixed;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #fff;
  padding: 15px 0;
  bottom: 0;
  height: auto
}

.footer_compo,
.header_compo {
  height: auto
}

.zil_web a {
  color: #000;
  text-decoration: none
}

.zil_web a:hover {
  color: #000;
  text-decoration: none
}

.hero {
  width: 100%;
  height: 95vh;
  background: url(../images/banner-img.jpg) top left;
  background-size: cover;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding-top: 80px
}

.scrolled-offset {
  margin-top: 70px
}

.hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  color: #000
}

.hero h2 {
  color: #393636;
  margin: 5px 0 30px;
  font-size: 24px;
  font-weight: 400
}

.scroller {
  height: 1.2em;
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
  width: 7.5em;
  top: 5px;
  justify-content: center;
}

.scroller>span {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;
  font-weight: 700
}

#button-7 {
  position: relative;
  overflow: hidden;
  border-radius: 50px
}

.button1 {
  display: inline-flex;
  height: 44px;
  width: 150px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px grey
}

#dub-arrow {
  height: 50px;
  width: 150px;
  left: -200px;
  background: #0E3572;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out
}

#button-7 i {
  width: 20px;
  height: auto
}

.bi-caret-right-fill::before {
  content: "\f231"
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#button-7 a {
  position: relative;
  color: #000;
  text-decoration: none;
  left: 0;
  transition: all .35s ease-Out
}

.button2 {
  display: inline-flex;
  height: 44px;
  width: 150px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 30px;
  box-shadow: 0px 0px 8px 0px grey
}

#phone {
  height: 100%;
  width: 100%;
  left: -200px;
  background: #0E3572;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out
}

.bi-telephone-fill::before {
  content: "\f5b4"
}

.hexagon svg {
  position: relative;
  left: 53%;
  margin-top: -50px;
  margin-left: -200px
}

#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
  animation: float 1s infinite ease-in-out alternate
}

#Polygon-2 {
  animation-delay: .4s
}

#Polygon-3 {
  animation-delay: .8s
}

#Polygon-4 {
  animation-delay: .7s
}

#Polygon-5 {
  animation-delay: .9s
}

/* Scroller styling */
@keyframes slide {
  0% {
    top: 0
  }

  25% {
    top: -1.2em
  }

  50% {
    top: -2.4em
  }

  75% {
    top: -3.6em
  }
}

@keyframes float {
  100% {
    transform: translateY(20px)
  }
}

@keyframes enquiry {
  100% {
    transform: translateY(5px)
  }
}

@keyframes shrink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0)
  }

  25% {
    -webkit-transform: rotate(10deg) translateZ(0);
    transform: rotate(10deg) translateZ(0)
  }

  50% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0)
  }

  75% {
    -webkit-transform: rotate(-10deg) translateZ(0);
    transform: rotate(-10deg) translateZ(0)
  }

  100% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0)
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.co_name {
  text-transform: uppercase;
  color: #0E3572;
  font-weight: 800
}

.about_video {
  width: 90%;
  height: auto;
  margin: 0 auto
}

.about_section {
  padding-top: 70px;
  padding-bottom: 50px
}

.about_section h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700
}

/* .one h2:before{width:28px;height:5px;display:block;content:"";position:relative;bottom:-66px;left:50%;margin-left:-14px;background-color:#0E3572} */
.one h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #0E3572
}

/* hire section */
.Infotech {
  padding-bottom: 45px;
  padding-top: 70px
}

.Infotech_wrapper {
  margin: auto;
  position: relative
}

/* .Infotech_wrapper:after,.Infotech_wrapper:before{background:#0e3572;border-radius:15px;bottom:0;content:"";height:100%;left:0;margin:auto;position:absolute;right:0;width:100%} */
.Infotech_wrapper .Infotech_block {
  background: #0e3572;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 2
}

.Infotech_wrapper .Infotech_block:before {
  background: #3eafd1;
  -webkit-filter: blur(144px);
  filter: blur(144px);
  left: -200px;
  opacity: 1;
  top: -200px
}

.Infotech_wrapper .Infotech_block:after,
.Infotech_wrapper .Infotech_block:before {
  content: "";
  height: 375px;
  position: absolute;
  width: 375px
}

.Infotech_wrapper .Infotech_block>div {
  position: relative;
  z-index: 2
}

.Infotech_wrapper .Infotech_block .col-md-6.firstOne {
  padding-right: 30px
}

.Infotech_wrapper .Infotech_block .col-md-6 {
  padding: 0 40px;
  position: relative
}

.Infotech_wrapper .text_wrapper {
  height: -webkit-max-content;
  height: max-content;
  max-width: 380px;
  position: relative
}

.Infotech_wrapper .text_wrapper h3,
.Infotech_wrapper .text_wrapper h4 {
  color: #fff;
  font-style: normal;
  font-weight: 400
}

.Infotech_wrapper .text_wrapper h4 {
  font-size: 24px;
  line-height: 24px
}

.Infotech_wrapper .text_wrapper h3 {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 10px
}

.Infotech_wrapper .text_wrapper h3,
.Infotech_wrapper .text_wrapper h4 {
  color: #fff;
  font-style: normal;
  font-weight: 400
}

.Infotech_wrapper .btn_wrapper {
  background: #3eafd1;
  margin: 33px 0 0
}

body .btn_wrapper {
  align-items: center;
  background: #0e3572;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 19px;
  max-width: 135px;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
  transition: all .5s ease !important;
  width: 100%;
  border: none
}

.Infotech_wrapper .btn_wrapper span {
  transition: color .5s ease
}

body .btn_wrapper span {
  position: relative;
  z-index: 3
}

body .btn_wrapper:after {
  background-image: linear-gradient(317deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
  bottom: 0;
  content: "";
  -webkit-filter: blur(10px);
  filter: blur(10px);
  height: 100%;
  left: auto;
  position: absolute;
  right: -30%;
  top: -10px;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  width: 20%
}

.Infotech_wrapper .Infotech_block .col-md-6.secondtwo {
  padding-left: 30px;
  padding-right: 0
}

.Infotech_wrapper .Infotech_block .col-md-6 {
  padding: 0 40px;
  position: relative
}

.Infotech_wrapper .Infotech_block:after {
  background: #ed1c24;
  bottom: -200px;
  -webkit-filter: blur(224px);
  filter: blur(224px);
  opacity: 1;
  right: -200px
}

.Infotech_wrapper .Infotech_block:after,
.Infotech_wrapper .Infotech_block:before {
  content: "";
  height: 375px;
  position: absolute;
  width: 375px
}

.Infotech_wrapper:after,
.Infotech_wrapper:before {
  background: #0e3572;
  border-radius: 15px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%
}

.Infotech_wrapper:after {
  bottom: -45px;
  opacity: .1;
  width: calc(100% - 140px)
}

.Infotech_wrapper:before {
  bottom: -25px;
  opacity: .2;
  width: calc(100% - 60px)
}

.Infotech_wrapper .Infotech_block .col-md-6.secondtwo .text_wrapper:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -30px;
  opacity: .3;
  position: absolute;
  top: -15px;
  width: 1px
}

.testimonial_wrapper {
  background: url(../images/testimonials-bg.jpg);
  background-size: cover;
  display: flex;
  min-height: calc(100vh - 102px);
  padding: 0;
  position: relative
}

.testimonial_wrapper .animation_block {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.testimonial_wrapper .animation_block .circle.upWork {
  -webkit-animation: grow 1.5s linear 0s infinite alternate;
  animation: grow 1.5s linear 0s infinite alternate;
  height: 100px;
  left: 220px;
  top: 80px;
  width: 100px
}

.testimonial_wrapper .animation_block .circle {
  align-items: center;
  border-radius: 100%;
  display: flex;
  -webkit-filter: drop-shadow(0 20px 30px rgba(87, 87, 87, .1));
  filter: drop-shadow(0 20px 30px rgba(87, 87, 87, .1));
  justify-content: center;
  position: absolute
}

.testimonial_wrapper .animation_block .circle.fcIocn {
  -webkit-animation: shake 1.8s linear 5s infinite;
  animation: shake 1.8s linear 5s infinite;
  height: 130px;
  left: 80px;
  top: 40%;
  width: 130px
}

.testimonial_wrapper .animation_block .circle.Icon99 {
  -webkit-animation: grow 1.5s linear 0s infinite alternate;
  animation: grow 1.5s linear 0s infinite alternate;
  bottom: 70px;
  left: 220px
}

.testimonial_wrapper .animation_block .circle.cIcon {
  -webkit-animation: shake 1.8s linear 5s infinite;
  animation: shake 1.8s linear 5s infinite;
  height: 100px;
  right: 220px;
  top: 115px;
  width: 100px
}

.testimonial_wrapper .animation_block .circle.gIcom,
.testimonial_wrapper .animation_block .circle.mIcon {
  -webkit-animation: shrink 1.5s linear 0s infinite alternate;
  animation: shrink 1.5s linear 0s infinite alternate
}

.testimonial_wrapper .animation_block .circle.mIcon {
  height: 120px;
  right: 40px;
  top: 40%;
  width: 120px
}

.testimonial_wrapper .animation_block .circle.gIcom {
  bottom: 115px;
  height: 118px;
  right: 220px;
  width: 118px
}

.testimonial_wrapper .animation_block .circle.gIcom,
.testimonial_wrapper .animation_block .circle.mIcon {
  -webkit-animation: shrink 1.5s linear 0s infinite alternate;
  animation: shrink 1.5s linear 0s infinite alternate
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999
}

.white-heading {
  color: #fff
}

.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500
}

.white-heading span {
  color: #fff
}

/*-----Testimonial-------*/
.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  /* background: url(../images/testimonial.bg-top.png); */
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99
}

.testimonial {
  min-height: 375px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
  width: 100%
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing
}

#testimonial4 .carousel-inner .item {
  overflow: hidden
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eee;
  -webkit-border-radius: 0;
  border-radius: 0
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #000;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .6s cubic-bezier(0.3, 1, 0, 1);
  transition: all .6s cubic-bezier(0.3, 1, 0, 1)
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #000;
  border: 2px solid #000
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative
}

.testimonial4_header h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 110px;
  height: 110px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.23);
  object-fit: cover
}

.testimonial4_slide p {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px;
  height: 200px
}

.testimonial4_slide h4 {
  color: #000;
  font-size: 22px
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
  filter: invert(1)
}

.testimonial_section h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase
}

.carousel-control-next,
.carousel-control-prev {
  width: 5% !important
}

#button-7:hover #dub-arrow {
  left: 0
}

#dub-arrow {
  height: 50px;
  width: 150px;
  left: -200px;
  background: #0E3572;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out;
  color: #fff
}

#button-7:hover #phone,
#button-7:hover #dub-arrow {
  left: 0;
  cursor: pointer
}

#button-7:hover b {
  color: #fff
}

#phone {
  height: 100%;
  width: 100%;
  left: -200px;
  background: #0E3572;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out;
  color: #fff
}

/* FAQ */
.faq-section {
  background: #fdfdfd;
  padding: 30px 0 80px
}

.faq-title h2 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 1
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px
}

.faq {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8
}

.faq .card .card-header {
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.faq .card .card-header:hover {
  background: #0e35721c;
  padding-left: 10px
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none !important;
  -webkit-transition: all .3s ease 0;
  -moz-transition: all .3s ease 0;
  -o-transition: all .3s ease 0;
  transition: all .3s ease 0;
  cursor: pointer;
  padding-top: 13px;
  padding-bottom: 13px
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #0E3572;
  color: #fff;
  font-size: 12px;
  margin-right: 20px
}

.faq .card .card-body {
  padding: 10px;
  padding-left: 35px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: inherit;
  letter-spacing: 0px;
  border-top: 1px solid #f3f8ff
}

.faq .card .card-body p {
  margin-bottom: 5px
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px
  }
}

.faq_section h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0 !important
}

/* .faq-title h2::before{width:28px;height:5px;display:block;content:"";position:relative;bottom:-62px;left:50%;margin-left:-14px;background-color:#0E3572} */
.faq-title h2::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #0E3572
}

.ma-0 {
  margin: 0 auto !important
}

/* portfolio */
.template-btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 20px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 50px;
  font-size: 14px
}

.template-btn:hover {
  color: #fff;
  background: #0E3572
}

.portfolio-section {
  padding-top: 70px;
  padding-bottom: 80px;
  transition: 1.3s;
  box-sizing: border-box;
  height: auto
}

.portfolio-tab ul {
  text-align: center;
  margin-top: 30px
}

.portfolio-tab ul li {
  color: #000;
  background: transparent;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 20px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-tap-highlight-color: transparent
}

@media (max-width: 575.98px) {
  .portfolio-tab ul li {
    display: block;
    margin: 10px auto;
    max-width: 200px
  }
}

.portfolio-tab ul li:hover {
  background: #0E3572;
  color: #fff;
  border-radius: 50px
}

.portfolio-tab ul .active {
  background: #0E3572 !important;
  color: #fff !important;
  border-radius: 50px
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both
}

.portfolio-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 215px;
  gap: 15px
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media only screen and (min-width: 768.1px) and (max-width: 991px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

.portfolio-grid .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
  overflow: hidden;
  border-radius: 5px;
  border: 3px solid #0E3572
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer
}

.portfolio-bg {
  width: 100%;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  transform: scale(1)
}

.portfolio:hover .portfolio-bg {
  transform: scale(1.2)
}

.first .portfolio-bg {
  background-image: url(../images/antidote_health.png)
}

.second .portfolio-bg {
  background-image: url(../images/royal_gems.png)
}

.third .portfolio-bg {
  background-image: url(../images/evopt.png)
}

.forth .portfolio-bg {
  background-image: url(../images/sigo.png)
}

.fifth .portfolio-bg {
  background-image: url(../images/zonvids.png)
}

.six .portfolio-bg {
  background-image: url(../images/h2i.png)
}
.seventh .portfolio-bg {
  background-image: url(../images/rebaid.png)
}
.eight .portfolio-bg {
  background-image: url(../images/accessibowl.png)
}
.ninth .portfolio-bg {
  background-image: url(../images/sushi.png)
}


.portfolio .port_label {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: .5s;
  opacity: 0;
  visibility: hidden
}

.portfolio .label-bg {
  background: #232323;
  opacity: .7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1px
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 20px;
  height: 100%
}

.portfolio:hover .port_label {
  opacity: 1;
  visibility: visible
}

.port_label h4 {
  font-size: 24px
}

.portfolio .text-category {
  display: block
}

.portfolio .template-btn {
  background: #0e3572;
  border: 1px solid #0e3572;
  text-decoration: none;
  margin-top: 15px;
  font-weight: 500
}

.label-text .text-category {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify
}

.portfolio_sec h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase
}

/* percentage section */
.tooltip {
  position: relative;
  float: right
}

.tooltip>.tooltip-inner {
  background-color: #eebf3f;
  padding: 5px 15px;
  color: #172c42;
  font-weight: 700;
  font-size: 13px
}

.popOver+.tooltip>.tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #eebf3f
}

.progress {
  border-radius: 0;
  overflow: visible
}

.progress-bar {
  background: #172c3c;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out
}

.barWrapper {
  width: 48%
}

.percentage_section {
  padding-top: 40px;
  padding-bottom: 0
}

.percentage_section h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase
}

.progress {
  height: 10px !important;
  margin-bottom: 15px !important;
  border-radius: 50px !important;
  background-color: #E2EEFD !important;
}

.progress-bar {
  background-color: #0E3572 !important
}

/* .percentage_box{padding:30px;box-shadow:0 0 10px 0 rgba(0,0,0,0.13);border-radius:10px;column-gap:30px} */
.percentage_box {
  padding: 30px;
  border-radius: 10px;
  column-gap: 30px
}

.tech_carasoul {
  padding: 50px
}

.technology_section {
  padding-top: 70px;
  padding-bottom: 0
}

.tech_logo {
  gap: 70px
}

.logo_bg {
  padding: 10px;
  box-shadow: 0 0px 10px 0 rgb(22 25 32 / 15%);
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center
}

/* .logo_bg img{width: auto;height: auto;} */
/* contact us */
.content-wrapper {
  min-height: 100%;
  position: relative
}

.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
  position: relative
}

.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 48px
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: auto;
  border-width: 0 0 2px;
  border-color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400
}

.contact-form .input-text:focus {
  outline: none
}

.contact-form .input-text:focus+.label-form,
.contact-form .input-text.not-empty+.label-form {
  transform: translateY(-24px)
}

.contact-form .label-form {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: transform .2s ease-in-out
}

.contact-form .msg_area {
  position: absolute;
  left: 5px;
  bottom: 80px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: transform .2s ease-in-out
}

.contact-form .submit-btn {
  display: inline-block;
  background-color: #0e3572;
  color: #fff;
  letter-spacing: 2px;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 35px;
  border: none;
  cursor: pointer;
  border-radius: 4px
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 21px
}

.note .link {
  color: #888;
  text-decoration: none
}

.note .link:hover {
  text-decoration: underline
}

.contact_section {
  height: 100%;
  transition: 1.3s
}

.contact_us {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.form_width {
  width: 48%
}

.contact_section h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1
}

/* .contact_section h2::before{width:28px;height:5px;display:block;content:"";position:relative;bottom:-62px;left:50%;margin-left:-14px;background-color:#0E3572} */
.contact_section h2::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #0E3572
}

.btn-primary {
  color: #fff;
  background-color: #0e3572 !important;
  border-color: #0e3572
}

.subscribe {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
}

/* map */
.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute
}

.contact_bg {
  padding: 70px 0;
}

.contact_form {
  background: linear-gradient(to right, rgb(241 241 241 / 85%), rgb(228 228 228 / 85%)), url(../images/down.jpg);
  background-size: cover;
}

/* .contact_bg{background-color: #b5b5b561;} */
.nav>li>a:focus,
.nav>li>a:hover {
  background: none !important;
  text-decoration: none;
  margin-left: 4px;
  transition: all .3s ease-out
}

.contact .info-box i {
  font-size: 32px;
  color: #0E3572;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa
}

.contact .info-box i:hover {
  transform: scale(1.5)
}

.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear
}

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
}

.w-70 {
  width: 70%
}

.footer_section {
  padding: 30px 0;
  box-shadow: 0 0 5px 0 rgba(138, 155, 165, .25);
  background-color: #fdfdfd
}

/* process */
.work_process {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.process_step {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 700
}

.process_step img {
  height: 60px;
  width: auto
}

.process_step span {
  color: #000;
  text-align: center;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
  border: none !important;
  border-bottom: 3px solid #0E3572 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: none !important;
  border-bottom: 3px solid #0E3572 !important;
}

.process_desc {
  padding: 70px 40px
}

.process_tetBlock p {
  color: #58595b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-align: justify
}

.process_tetBlock h3 {
  color: #000;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 30px;
  text-transform: capitalize
}

.tab_img img {
  width: auto;
  height: 320px
}

.process_steps h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase
}

/* .process_steps h2:before{width:28px;height:5px;display:block;content:"";position:relative;bottom:-66px;left:50%;margin-left:-14px;background-color:#0E3572} */
.process_steps h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #0E3572
}

/* our services */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 20px 0;
  white-space: wrap;
}

.fact img {
  display: block;
  padding-bottom: 5px;
  height: 200px;
  width: auto;
  object-fit: cover;
}

.prev {
  color: black;
  position: absolute;
  top: 45%;
  left: -10px;
  font-size: 1.5em;

  :hover {
    cursor: pointer;
    color: black;
  }
}

.next {
  color: black;
  position: absolute;
  top: 45%;
  right: 10px;
  font-size: 1.5em;

  :hover {
    cursor: pointer;
    color: black;
  }
}

.fact {
  vertical-align: top;
  display: inline-block;
  height: 370px;
  width: 200px;
  background-color: #fff;
  padding: 20px;
  margin: 0 25px 0 5px;
  border-radius: 15px;
  box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.01), 0 4.5px 10px rgba(0, 0, 0, 0.015), 0 10.9px 24.1px rgba(0, 0, 0, 0.02)
}

.card_details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
  padding-bottom: 10px
}

.card_details img {
  border-radius: 1rem
}

.heroSlider-fixed h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center
}

.heroSlider-fixed p {
  text-align: center
}

.process_desc,
.portfolio-section {
  background: url(../images/linebg.webp);
  background-size: contain;
  background-repeat: no-repeat
}

.count_numbers {
  background: url(../images/linebg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.service_section h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase
}

/* .service_section h2:before{width:28px;height:5px;display:block;content:"";position:relative;bottom:-66px;left:50%;margin-left:-14px;background-color:#0E3572} */
.service_section h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #0E3572
}

/* numbers */
.bg-count {
  box-shadow: 0 0 3.6px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.015), 0 0 14.1px rgba(0, 0, 0, 0.10);
  padding: 25px 0;
  border-radius: 15px;
  width: 22%
}

.pa-40 {
  padding: 50px 0
}

.count_numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.animated-numbers .number {
  font-size: 34px;
  font-weight: 700
}

.animated-numbers span {
  font-size: xx-large
}

.sub_desc {
  font-weight: 600;
  font-size: 16px
}

.menu_pick a {
  color: #0E3572
}

.menu_pick a:hover {
  color: #0E3572;
  text-decoration: none
}

.menus .active {
  font-weight: 600;
  border-bottom: 2px solid #0E3572;
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.contact_link {
  color: #000;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  text-decoration: none
}

.contact_link:hover {
  text-decoration: none;
  margin-left: 4px;
  color: #212529;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.nav_text {
  color: #000;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

.nav_text:hover {
  color: #212529
}

/* contact us */
.contact_address .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%);
  padding: 20px 0 30px 0;
  border-radius: 5px;
  background-color: #ffffff42;
}

.contact_address .info-box img {
  font-size: 32px;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
  margin: 0 auto;
  height: 40px;
  width: auto
}

.contact_address .info-box .address_pointer:hover {
  transform: scale(1.5);
  animation: fade-down 1.5s infinite linear;
  cursor: pointer
}

.contact_address .info-box .email_pointer:hover {
  transform: scale(1.5);
  animation: flashing 1.5s infinite linear;
  cursor: pointer
}

.contact_address .info-box .call_pointer:hover {
  transform: scale(1.5);
  animation: tada 1.5s ease infinite;
  cursor: pointer
}

.contact_address .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 10px 0
}

.contact_address .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0
}

.js-cursor-picto {
  color: #0E3572;
  cursor: pointer;
  font-weight: 500;
  width: 100px
}

.js-cursor-picto:hover {
  margin-top: 2px;
  text-decoration: none;
  font-weight: 600;
}

.contact_component {
  padding: 30px;
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%);
  border-radius: 10px;
}

.contact_form_map {
  padding: 20px 0 20px 0;
}

.count_numbers .client_img {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #0E3572;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.count_numbers:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px #fff 0 0 20px #fff;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1)
}

.client_img img {
  filter: invert(1);
  height: 30px;
  width: auto;
}

.contact_form h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
}

.contact_form h2::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #0E3572
}

.carousel-control-next {
  right: 75px !important;
}

.carousel-control-prev {
  left: 110px !important;
}

.contact_anchor:hover {
  text-decoration: none;
}

/* workaround */
.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.btn-btn-schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 150px;
  height: 40px;
  border-radius: 50px !important;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.35s;
  animation: btn-pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.btn-btn-schedule .button__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 56px;
  padding: 0;
  border-radius: 50px;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  background: none;
  z-index: -2;
  transition: all 0.1s ease-out;
}

.btn-btn-schedule .button__bg .blob {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 40px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #F89D84 0%, #F16385 100%);
  transition: background 0.1s ease-out;
  z-index: -1;
  pointer-events: none;
}

.btn-btn-schedule svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.btn-btn-schedule img {
  transition: all 0.15s;
  max-width: max-content;
}

.btn-btn-schedule:hover img {
  transform: rotate(60deg);
}

.btn-btn-schedule:active {
  outline: none !important;
}

.btn-btn-schedule:focus {
  outline: none !important;
}

.button--4 .blob:first-child {
  opacity: 1;
}

.button--4 .blob:nth-child(n+2) {
  width: max-content;
  height: 56px;
}

@keyframes btn-pulse {
  0% {
    box-shadow: 2px 3px 7px transparent;
  }

  20% {
    box-shadow: 2px 3px 7px #f68484;
  }

  100% {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

#filter-goo-4 {
  color: #fff;
  font-weight: 400;
  padding: 0 10px;
  font-size: 14px;
}

.schedule_meeting {
  display: flex;
}

.meeting_btn:hover {
  text-decoration: none;
}

.meeting_btn:focus {
  text-decoration: none;
  outline: none;
}

#social-media-sidebar {
  position: fixed;
  top: 25vh;
  right: 0;
  z-index: 2;
}

#social-media-sidebar ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

.side-social {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.25);
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp {
  background: #29a71a;
  border-radius: 0;
}

.skype {
  background: #55acee;
}

.gmail {
  background: #fff;
}

.calendy {
  background: #b5d0f5;
}

.upwork {
  background: #6fda44;
}

.fiver {
  background: #1dbf73;
}

.side-social img {
  width: 28px;
  height: auto;
  animation: enquiry 1s infinite ease-in-out alternate;
}

.iti {
  display: flex !important;
}

/* career-page */
.blogheading3 {
  background-image: linear-gradient(to left, rgba(25, 79, 113, 0), hsl(216.6deg 78.13% 25.1%)), url(../images/career-zl.jpg);
}

.page_area5 {
  padding: 80px 0 0 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  scroll-behavior: smooth;
  height: 50vh;
  display: flex;
  align-items: center;
}

.page_area5::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.page_area1 {
  padding: 0px 0 0 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  scroll-behavior: smooth;
  height: 50vh;
  display: flex;
  align-items: center;
}

.page_area1::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.page_area2 {
  padding: 0px 0 0 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  scroll-behavior: smooth;
  height: 20vh;
  display: flex;
  align-items: center;
}

/* .page_area2::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
} */

.title4-desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}

.btn-find-career,
.btn-find-team {
  margin-top: 50px;
}

.career-btn {
  border-radius: 50px;
  background-color: #fff;
  color: #0E3572;
  padding: 5px 25px;
  border: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .25);
  cursor: pointer;
}

/* .sec-request-for-proposal h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
} */
/* .sec-request-for-proposal h2::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #fff;
} */
.all_reasons h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #194f6f;
}

.all_reasons h2::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #0E3572;
}

.openings h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #194f6f;
}

.openings h2::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #0E3572;
}

.build_career h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


.sec-request-for-proposal p {
  color: #2a2a2a;
  font-size: 16px;
}

.cards-section {
  margin-top: 30px;
}

#content,
#leftThing,
#rightThing {
  width: 33%;
}

.career_title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
}

.sec-title {
  padding: 100px 0 50px 0;
}

.blogheading4 {
  background-image: linear-gradient(270deg, #0E3572 0, rgba(141, 141, 141, 0) 70.23%), linear-gradient(269.97deg, rgba(141, 141, 141, 0) 9.92%, #0E3572 99.97%), url(../images/career-zl.jpg);
  margin-top: 40px;
}

.title5 h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  margin: 0 auto;
  line-height: 45px;
}

.margin-left50 {
  margin-left: 50% !important;
}

.title5 h1 span {
  font-weight: 600;
  display: block;
  font-size: 32px;
}

.title5-desc {
  font-size: 20px !important;
  line-height: 30px;
  font-weight: 300;
  color: #fff !important;
}

.btn-find-career,
.btn-find-team {
  margin-top: 50px;
}

.career-btn {
  border-radius: 50px;
  background-color: #fff;
  color: #0E3572;
  padding: 8px 25px;
  border: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .25);
  cursor: pointer;
}

.sec-request-for-proposal a {
  color: #0E3572;
}

.blogheading5 {
  background-image: linear-gradient(270deg, #0E3572 0, rgba(141, 141, 141, 0) 70.23%), linear-gradient(269.97deg, rgba(141, 141, 141, 0) 9.92%, #0E3572 99.97%), url(../images/benefits-perks.jpg);
  margin-top: 40px;
}

.slider-wrapper h2 {
  color: #194f6f;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 50px;
}

.magenta p {
  padding-left: 30px;
}

.resume_form {
  padding: 50px 0;
}

.sec-request-for-proposal .submitBtn {
  background-color: #0E3572;
  display: inline-block;
  padding: 8px 25px;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  border: 0 solid #0E3572;
  float: right;
  cursor: pointer;
}

.job_title {
  height: 35px;
}

.g-recaptcha {
  margin-bottom: 20px;

  margin-left: 163px;

}

.toaster_msg {
  position: relative;
  float: right;
  position: fixed;
  top: 10vh;
  right: 10px;
  z-index: 2;
}

.toaster_message {
  padding: 20px;
  border-bottom: 0px !important;
  background-color: #80ca8045;
}

.job_description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Click-here,
.Click-here1,
.Click-here2 {
  cursor: pointer;
  color: #0E3572;
  text-align: center;
  font-size: 16px;
  transition: background-image 3s ease-in-out
}

.Click-here:hover,
.Click-here1:hover,
.Click-here2:hover {
  transition: background-image 3s ease-in-out
}

.custom-model-main,
.custom-model-main1,
.custom-model-main2 {
  height: 100vh;
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 100px;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity .15s linear, z-index .15;
  -o-transition: opacity .15s linear, z-index .15;
  transition: opacity .15s linear, z-index .15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto
}

.model-open,
.model-open1,
.model-open2 {
  z-index: 99999;
  opacity: 1;
  overflow: hidden
}

.custom-model-inner,
.custom-model-inner1,
.custom-model-inner2 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 1000px;
  margin: 30px auto;
  max-width: 97%
}

.custom-model-wrap,
.custom-model-wrap1,
.custom-model-wrap2 {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(80vh - 70px);
  overflow-y: auto
}

.model-open .custom-model-inner,
.model-open1 .custom-model-inner1,
.model-open2 .custom-model-inner2 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999
}

.model-open .bg-overlay,
.model-open1 .bg-overlay1,
.model-open2 .bg-overlay2 {
  background: rgb(241 231 231 / 39%);
  z-index: 99
}

.bg-overlay,
.bg-overlay1,
.bg-overlay2 {
  background: rgb(100 100 100 / 60%);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background .15s linear;
  -o-transition: background .15s linear;
  transition: background .15s linear
}

.close-btn,
.close-btn1,
.close-btn2 {
  position: absolute;
  right: 20px;
  top: 5px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #000
}

.pop-up-content-wrap,
.pop-up-content-wrap1,
.pop-up-content-wrap2 {
  width: 95%;
}

.openings_name {
  color: #194f6f;
}

.my-toast {
  position: fixed;
  z-index: 9999;
  top: 80px;
  right: 20px;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: .75rem;
  padding: 2rem 5rem 2rem 2rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.5rem;
}

.my-toast.show {
  opacity: 1;
}

.custom-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1rem;
  line-height: 0.6;
  color: #000;
  cursor: pointer;
}

.custom-btn-close::before,
.custom-btn-close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #000;
}

.custom-btn-close::before {
  transform: rotate(45deg);
}

.custom-btn-close::after {
  transform: rotate(-45deg);
}
.z_logo {
  position: absolute;
  /* Transform: translate(505px, -40%); */
  width: 50px;
  height: auto;
}

.z_logo img{background-color: #fff;}

.services_logo{padding: 0  0 0 50px;}
.services_connect{padding: 0 20px 0 0}
.zillion_services img{height: 50px;width: auto;}

.novacay{font-weight: 700;color: #0e3572;}
.no_vacancy_img{width: 520px;height: auto;}
.novacay_p{font-weight: 500}

.job_title{font-weight: 700;font-size: 22px;color: #194f6f; width: 100%;display: flex;justify-content: center;}
.job_lable{font-weight: 600;font-size: 16px;color: #194f6f;display: flex;}
.job_desc{font-weight: 500;font-size: 16px;color: #000;display: flex;}
.apply_link{color: #fff !important;text-decoration: none;}
.apply_link:hover{color: #fff !important;text-decoration: none;}